/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1200px) {
#menu1{
height: 300px!important;
}

}


 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media (min-height: 680px) and (min-width : 1400px) {

}

