header nav.bg-primary {
    background-color: white !important;
}

#content {
    background-color: #f2f3f5;
}

.btn-outline-secondary {
    color: black !important;
    border-color: var(--bs-primary) !important;
}

    .btn-outline-secondary:hover {
        background-color: var(--bs-primary) !important;
        color: white !important;
    }


#searchForm .border-secondary {
    border-color: var(--bs-primary) !important;
}

#quicksearch .input-group span, #quicksearch .input-group button, #quicksearch .input-group input {
    height: 1.9rem;
}

.mmp-header {
    display: flex;
    align-items: center;
    padding: 0 3vw 0 6vw;
    position: fixed;
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    top: 0;
    z-index: 11;
    height: 90px;
    box-sizing: border-box;
    transition: background-color .5s;
}

    .mmp-header .mmp-logo img {
        height: 52px;
        width: auto;
        display: block;
    }

    .mmp-header .mmp-search-center {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 2rem;
    }

    .mmp-header .mmp-actions {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        flex-shrink: 0;
        margin-left: auto;
    }

    .mmp-header .mmp-ticket-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        color: #524610;
        font-family: 'Switzer-Variable', "Montserrat", sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        transition: opacity .2s;
    }

        .mmp-header .mmp-ticket-link:hover {
            opacity: 0.75;
        }

    .mmp-header .mmp-lang button {
        text-decoration: none;
        color: #8b8680;
        font-family: 'Switzer-Variable', "Montserrat", sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        transition: color .2s;
    }

        .mmp-header .mmp-lang button.active,
        .mmp-header .mmp-lang button:hover {
            color: #2d2c2a;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

    .mmp-header .mmp-icon-btn {
        background: none;
        border: none;
        padding: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2d2c2a;
        font-size: 1.25rem;
        transition: opacity .2s;
        text-decoration: none;
    }

        .mmp-header .mmp-icon-btn:hover {
            opacity: 0.65;
            color: #2d2c2a;
        }

/* Hamburger */
.mmp-menu-toggle {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 28px;
}

    .mmp-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #2d2c2a;
        transition: all .3s;
    }

/* Nav drawer (offcanvas) */
#mmp-nav-drawer .offcanvas-header {
    border-bottom: 1px solid #e8e4df;
}

#mmp-nav-drawer .offcanvas-body a {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 0.5px solid #e8e4df;
    text-decoration: none;
    color: #2d2c2a;
    font-family: 'Switzer-Variable', "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    transition: color .2s;
}

    #mmp-nav-drawer .offcanvas-body a:hover {
        color: #e45c31;
    }

@media (max-width: 991px) {
    .mmp-header .mmp-search-center {
        display: none;
    }
}

@media (max-width: 768px) {
    .mmp-header {
        padding: 0 4vw 0 5vw;
        height: 70px;
    }

        .mmp-header .mmp-logo img {
            height: 40px;
        }

        .mmp-header .mmp-search-center {
            display: none;
        }

        .mmp-header .mmp-lang,
        .mmp-lang {
            display: none !important;
        }

        .mmp-header .mmp-actions {
            gap: 0.75rem;
        }

        .mmp-header .mmp-ticket-link {
            display: none;
        }


}

.d-contents {
    display: contents;
}

@font-face {
    font-family: 'Switzer-Variable';
    src: url(../../../fonts/Switzer-Variable.woff2) format('woff2'), url(../../../fonts/Switzer-Variable.woff) format('woff'), url(../../../fonts/Switzer-Variable.ttf) format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}
