body {
    background-color: #e2e8ee;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font: italic 16px Georgia, serif;
}

.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #7f4722;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
    color: #7f4722;
}

.navbar-row {
    padding-top: 45px;
}

.navbar-scrolled {
    background-color: #ffede7;
}

#logo {
    width: 100px;
    height: 60px;
}

.navbar {
    box-shadow: 0px 10px #bed7db;
}
.underlined-nav-item {
    color: #fff;
    position: relative;
  }
.underlined-nav-item:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.underlined-nav-item:hover:after { 
    width: 100%; 
    left: 0; 
}
.card-img-top .gallery-img {
    margin-top: 20px;
    transition: .3s ease;
}

.card-img-top:hover {
    transform: scale(1.05);
}

.gallery-img:hover {
    transform: scale(1.05);
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px; 
}
 
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.card-title {
    color: rgb(69, 116, 129);
    font-weight: 700;
}

.profile-card-5 p {
    font-size: 14px;
    font-weight: 300;
}

.gradient-div {
    background-color: black;
    
    font: italic small-caps bold 12px/30px Georgia, serif;
    text-shadow: 1px 1px grey;
}