body .navbar, body .navbar .container{
    background-color: #C2D0DE !important;
}

body .navbar-background{
    height: 46px;
    bottom: 0;
}

@media screen and (max-width: 992px){
    .navbar-background{
        display: none !important;
    }
}