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;
}


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

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

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

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

.head h2 {
    text-transform: uppercase;
    font-size: 47px;
    color: #0078bb;
    font-family: 'PT Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 50px;
}

.head a.search {
    color: #4d4d4d
}

@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 38px;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    nav.navbar .issn {
        font-size: 8px
    }
}

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

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