/* Community Level Styles */

:root {
    /* logo */
    --hero-logo-width: clamp(200px, 36vw, 325px);

    /* menu */
    --menu-background-color: var(--background-2-base);
    --menu-background-color-mobile: var(--background-2-base);
    --menu-desktop-logo-bg: var(--background-3-base);
    --menu-hamburger-close-button-color: var(--background-3-base-alt);
    
    /* slideshow overlay */
    --hero-tint-overlay-opacity: 0;
    
    /* footer */
    --footer-desktop-community-logo-width: 400px;
    --footer-mobile-community-logo-width: 300px;
}

/* menu */
header .menu .community-info {
    margin-top: 50px;
}

header .menu .menu-list-wrapper {
    background: var(--background-3-base);
}

header .menu .community-info .community-address,
header .menu .community-info .community-phone {
    color: var(--background-2-base-alt);
}

@media only screen and (max-width: 767px) {
    header .menu #menu_list {
        margin-top: 0;
        padding-bottom: 30px;
    }
}

/* gallery */
.gallery-group[data-gallery-id="6299"] .header-text-style-3.gallery-name {
    display: none;
}