.navbar-header{
    display: flex;
    flex-direction: row-reverse;
}
.navbar-brand{
    float: none !important;
    height: auto !important;
}
.navbar-toggle{
    margin-left: auto;
    float: none !important;
}
.small-logo{
    max-width: 150px !important;
    max-height: 65px !important;
    width: auto !important;
    height: auto !important;
}
.main-content.menu{
    min-height: calc(100vh - 100px);
}