/* Ensure mobile nav menu is only shown when needed */
#nav-container.mobile-nav-show {
    display: inline-block;
}
