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


a{
    color: #00bfff;
    text-decoration: none;
}

a:hover{
    color: #105e94;
    text-decoration: underline;
}

.head h2 {
    font-size: 40px;
    text-transform: uppercase;	
    color: #0f2948;
    font-family: Montserrat, 'PT Sans', sans-serif;
}

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

.mainMenu .menu {
    background: rgba(15, 41, 72, 0.8) none repeat
}

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

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

#navbarWrapper.floating {
    background: #0f2948 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: #00dff;
}

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

@media (max-width: 500px){
    .head .logoed h2{
        font-size: 24px;
    }
    .logo img {
         height: 62px;
    }
    .head a.search {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}

@media (max-width: 959px){
    .head .logoed h2{
        font-size: 24px;
    }
    .logo img {
         height: 62px;
    }
    .head a.search {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}