

.head h2 {
    font-size: 48px;
    font-weight: bold;	
    font-family: Khartiya, 'PT Sans', sans-serif;
}

.mainMenu .menu {
    background: rgba(47, 54, 132, 0.8) none repeat
}

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

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

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

.mainMenu .menu li a:hover, .sidebar a:hover, nav.navbar .issn a:hover, body a:hover, a.galley-link:hover {
  color: #29BBF1;
}

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

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

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