@media screen and (max-width:800px){
    #desktop-menu-bar{
        display: none;
    }
    #mobile-menu-bar {
        display:flex;
    }
}