/*.navbar{
    background:#fff !important;
}


.navbar-nav li a {
    color:#666
}*/


.blog-article.style-3 .article-img img {
    object-fit: cover;
    height: 350px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

/*.navbar-toggler-icon {
    color:#666;

}*/

.site-logo img {
    height: 60px;
    filter:drop-shadow(0px 0px 20px #fff);
}

.nav-item .active {
    color: #666;
    background-color: #fff;
    border-radius: 40px;
    padding: 0 10px;
}

.navbar-nav .login {
    border:solid 1px #fff;
    border-radius:25px;
    padding: 10px;
}
.navbar-nav .login a{
    margin:5px;
}

@media(max-width:768px) {
    .site-logo img {
        height: 40px;
    }
}
    
.article-img::after {
    background:none;
}