html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    background: url('../../assets/images/background.jpg') no-repeat top center ;
    background-size: cover;
    background-attachment: fixed;
}
/*h1, h2, h3, .article-title {
    font-family: 'Montserrat', serif;
}*/
.top-header {
    background: #0f2347;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#newsTicker {
    white-space: nowrap;
}

.social-link {
    transition: .3s;
}

.social-link:hover {
    transform: translateY(-2px);
}
.main-header{
    background: rgba(255,255,255,0.9);
}
.main-header .main-logo img{
    height: 4.5rem ;
}
.main-scrolled .main-header{
    background: rgba(255,255,255,1);
}
.main-scrolled .main-header .main-logo img{ height: 3.5rem;}

@media (max-width: 640px) {
    .main-header{
        background: rgba(255,255,255,1);
    }
    .main-header .main-logo img{height: 4rem ;}
}