@media handheld, only screen and (max-width: 1250px) {
    #main-nav {
        display: none !important;
    }
}

@media handheld, only screen and (max-width: 1250px) {
    #show-nav-menu {
        display: inline-block;
    }
}