#logo .logo-img{height: 260px !important;}
@media (min-width: 768px){
    .logo-img {max-height: unset !important;}
}

@media (max-width: 767px){
    .logo-img {max-height: unset !important;}
}


#nav > ul > li.active{background: rgb(0 106 168) !important;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {border-color: rgb(0 106 168) !important;}

ul.style .fa,
.style .fa {
    background: rgb(0 106 168) !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {background: rgb(0 106 168) !important;}

.dropotron {background: rgb(0 106 168) !important;}
a {color: rgb(0 106 168);}

.file-download {
    font-size: 20px;
    font-weight: 500;
}

.image.feature{box-shadow: 0 3px 6px rgb(25, 25, 25, 30%)}