@font-face {
    font-family: 'PT Sans Narrow';
    src: url(/styles/PTSansNarrow-Regular.ttf);
}

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

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

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

.mainMenu .menu {
    background: rgba(0, 77, 21, 0.8) none repeat
}

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

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

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

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

.mainMenu .menu li a:hover, nav.navbar .language a:hover {
  color: #006d91;
}