@media only screen and (max-width: 1200px) {
    body {
        min-width: 1200px !important;
    }
    nav{
      min-width: 1000px !important;
    }

}
