@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');

a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

nav.navbar .language a.current {
    color: #29abe2;
}

.head h2 {
    font-size: 52px;	
    line-height: 54px;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

.mainMenu .menu {
    background: rgba(64, 44, 120, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #402c78 none repeat scroll 0 0
}

nav.navbar {
    background: #402c78 none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #402c78 none repeat scroll 0 0
}

.head a.search {
    color: #fff
}

@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 39px;
        line-height: 39px;
        margin-top: -15px;
    }
}

@media (max-width: 500px){
    .head h2{
        font-size: 25px;
        line-height: 27px;
    }
}

@media (max-width: 959px){
    .head h2{
        font-size: 25px;
        line-height: 27px;
    }
}