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

.head h2 {
    font-family: Khartiya,"PT Sans",sans-serif;
    text-transform: uppercase;
    color: #fff
}

.mainMenu .menu {
    background: rgba(102, 102, 102, 0.8) none repeat
}

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

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

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

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

@media (max-width: 500px){
    .head h2{
        font-size: 24pt;
    }
}



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