/* Mobile Navigation Height Fix */
@media only screen and (max-width: 1023px) {
    #navigation #navbar-menu.open {
        height: 100vh !important;
        max-height: none !important;
        overflow-y: auto !important;
    }
}