@media screen and (max-width: 1000px){
    #desktop-nav{
        display:none;
    }
    #hamburger-nav{
        display: flex;
    }
}