.navbar-dark .navbar-nav .nav-link {
    letter-spacing: normal;
    font-size: 12px;
}
.navbar-nav,
.mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}
.navbar-brand .logo{
    max-height: 80px;
}
.logo-bar {
    padding: 20px 0px 60px;
}
.footer-brand .logo{
    max-height: 120px;
}
.overlay{
    background-color: rgba(255, 174, 69, 0.8);;
}
.footer-links a, .footer-copy, .footer-widget p{
    color: #000;
}
.footer-copy:before {
    background: #000;
}
.footer-copy a{
    color: #fff !important;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
.profile-img{
    text-align: center;
    margin: 20px 0;
}
.profile-img img{
    max-height: 140px;
    margin: auto;
}
.profile-content h2{
    font-weight: 300;
}
.profile-content h2 i{
    color: #2a1468;
    font-size: 16px;
}


#demo {
    height:100%;
    position:relative;
    overflow:hidden;
}


.green{
    background-color:#6fb936;
}
.thumb{
    margin-bottom: 30px;
}

.page-top{
    margin-top:10px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}