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: 52px;
    color: #000
}

.mainMenu .menu {
    background: rgba(242, 247, 241, 0.8) none repeat
}

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

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

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

.head a.search {
    color: #000
}

.mainMenu .menu li a {
  color: #333
}

.mainMenu .menu li {
  border-right: 1px solid #333;
}

@media (max-width: 1400px) and (min-width: 960px){
    .head .logoed h2 {
        font-size: 27px;
    }
    .logo img {
         height: 51px;
    }
}

@media (max-width: 500px){
    .head .logoed h2{
        font-size: 24px;
    }
    .logo img {
         height: 66px;
    }
}

@media (max-width: 959px){
    .head .logoed h2{
        font-size: 24px;
    }
    .logo img {
         height: 66px;
    }
}

.mainMenu .mobile-view img{
    filter: brightness(30%);
}

.mainMenu .mobile-view a {
  color: #333;
}