.head h2 {
    font-weight: bold;
    font-size: 50px;
}

.mainMenu .menu {
    background: rgba(15, 44, 65, 0.8) none repeat
}

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

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

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

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

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

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