/***************************
Add your custom styles below
****************************/

nav {
    min-height:auto !important;
}

@media (max-width: 990px) {

    .nav-bar {
        padding: 0 0 0 15px;
    }

    .nav-bar.nav--fixed {
        position: fixed;
    }
}


