@media (min-width: 1100px) {

    /* Move the entire navigation toward the logo */
    #masthead .main-navigation {
        margin-left: 35px !important;
        flex: 1 1 auto !important;
    }

    /* Don't force menu items to the far right */
    #masthead .main-navigation ul {
        justify-content: flex-start !important;
    }
}