@media screen and (max-width:1000px){

nav{

    margin-left:auto !important;

    flex:0 0 auto !important;

    display:flex !important;

    align-items:center !important;

}

}