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


@font-face {
    font-family: 'GreatVibes';
    src: url(/styles/GreatVibes-Regular.ttf);
}

.head h2 {
    font-size: 90px;	
    font-family: 'GreatVibes', 'PT Sans', sans-serif;
}

.mainMenu .menu {
    background: rgba(75, 103, 38, 0.8) none repeat
}

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

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

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

.sidebar a:hover, nav.navbar .issn a:hover, body a:hover, nav.navbar .language a.current:hover, nav.navbar .language a:hover {
  color: #29BBF1;
}

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

@media (max-width: 500px){
    .head h2{
	 padding-top: -10px;
        font-size: 47px;
        line-height: 45px;
    }
    .head a.search {
       margin-bottom: 20px;
    }
}

@media (max-width: 959px){
    .head h2{
	 padding-top: -10px;
        font-size: 47px;
        line-height: 45px;
    }
    .head a.search {
       margin-bottom: 20px;
    }
}