#navbar-sticky .uk-navbar-container{
    background-color: white !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

#navbar-logo{
    width: auto;
    height: 60px;
}

#sidenav-toggle{
    display: none;
}

@media screen and (max-width: 600px) {
    #navbar-logo{
        height: 50px;
    }

    #navbar-main{
        display: none;
    }

    #sidenav-toggle{
        display: flex;
    }
}
