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-weight: bold;
    font-size: 48px;
    line-height: 57px;
    margin: 7px 0 29px 0;

}

.mainMenu .menu {
    background: rgba(0, 73, 139, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #00498b none repeat scroll 0 0
}

nav.navbar {
    background: #00498b none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #00498b none repeat scroll 0 0
}

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

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

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

nav.navbar .issn {
  display: flex;
  align-items: center;
  height: 30px;
}