/* lg */
@media only screen and (max-width: 1199px) {


}

/* md */
@media only screen and (max-width: 991px) {

    #mobile-nav,
    #hamburger {
        display: block;
    }

    .main-nav{
        display: none;
    }
}

/* sm */
@media only screen and (max-width: 767px) {


}

/* xs */
@media only screen and (max-width: 479px) {

}

/* custom */
@media only screen and (max-width: 320px) {

}