/* Community Level Styles */

:root {
    --navbar-logo-max-width: 250px;
    --menu-logo-max-width: 250px;
    
    --navbar-showroom-link-font-weight: 700;
    --navbar-font-size: calc(var(--header-base-font-size) * 1.2);
    
    --navbar-link-color: var(--background-1-base-alt);
    --navbar-background-color: var(--background-1-base);
}

footer .corp-logo img, footer .corp-logo svg{
    filter: invert(1);
}

#intro_text_section {
    background-size: 800px;
}

.header-text, .header-text-style-1 {
    margin-top: 20px;
}

.insidepage .page-header {
    display: none;
}

/* floor plans */
#body_floorplans #fp_sub_navigation .fp-filter-options-dropdown.hide {
    display: block !important;
}

#fp_filter_options_toggle,
#fp_filter_options_dropdown_close {
    display: none !important;
}

#fp_app .fp-list {
    width: auto;
    padding: 0 0 10px;
}

/* gallery */
.header-text-style-1.community-heading.gallery-type-heading.api-token-lightning-gallery-five-community-header {
    visibility: hidden;
}

#fp_app .fp-view-header-group,
#fp_app .fp-summary-content .fp-summary-info-group .fp-summary-info-sub-group {
    justify-content: center;
}