/* Main Body Styles */
body {
    padding-top: 54px;
    background-color: #424953;
}

p {
    font-size: .9em;
    font-family: 'Raleway', sans-serif;
    color: white;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

h1 {
    color: #369A7E;
    font-family: 'adam.cg_proregular', sans-serif;
    letter-spacing: -3px;
    font-size: 2em;
}

/* Navigation */
#navbarResponsive a{
    color: #f3f6f5;
    font-family: 'adam.cg_proregular', sans-serif;
    font-size: 1.1em;
}

#navbarResponsive a:hover{
    color: #1ABC9C;
}

.dropdown-menu-right {
    background-color: #343A40;
}

/*Slider*/
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Content */
.portfolio-item {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.portfolio-item a {
    color: #369A7E;
}

.h-100 {
    border: none;
    margin-bottom: -40px;
    background-color: transparent;
}

.h-100 a:hover {
    text-decoration: none;
    color: #3A5B5E;
}

.card-img-top {
    width: 200px;
    height: auto;    
}

/* Footer */
.footer-info {
    text-align: center;
    padding-top: 15px;
}

.footer-info p {
    color: white;
    line-height: 5px;
}

.social-media-links {
    text-align: center;
}

.social-media-links img {
    width: 80px;
    height: auto;
}

/* Breadcrumbs */
.breadcrumb {
    background-color: #343A40;
}

.breadcrumb a {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #369A7E;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #3A5B5E;
}

/* About Page */
.col-lg-6 img {
    border-radius: 50%;
    width: 350px;
    height: auto;
    border: 5px solid rgba(255,255,255, 0.2);
    margin-bottom: 10px;
}

.col-lg-6 a {
    color: #369A7E;
}

.col-lg-6 a:hover {
    text-decoration: none;
    color: #3A5B5E;
}

/* Resume */
.mb-0 a {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #369A7E;
}

.mb-0 a:hover {
    text-decoration: none;
    color: #3A5B5E;
}

h2 {
    font-family: 'adam.cg_proregular', sans-serif;
    font-size: 1em;
    color: #369A7E;
    border-bottom: 1px solid lavender;
}

.card-body p {
    color: black;
}

/* Websites */
.col-md-5 {
  margin-bottom: 30px;  
}

.img-fluid {
    padding-bottom: 10px;
    padding-bottom: 0px;
}

h3 {
    font-family: 'adam.cg_proregular', sans-serif;
    color: #369A7E;
}

.col-md-7 {
    margin-bottom: 10px;
}

/* Contact Form */
.form-group {
    color: #369A7E;
}

.btn {
    background-color: #343A40;
    border: 1px solid #343A40;
}


