/* Community Level Styles */
:root {
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.4);
    --neighborhood-top-1180-1399: -77px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.1);
    --neighborhood-top-from-1400: -94px;
    --footer-alt-hover: rgba(14, 59, 72, 0.7);
}

/* navbar - custom buttons */
header .navbar #showcase_links {
    margin-inline: auto;
}

.custom-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    margin-right: 0.5rem;
}

.custom-button-container .custom-button {
    background: none;
    border: 1px solid var(--navbar-background-transparent-text-color);
    border-radius: 0;
    color: var(--navbar-background-transparent-text-color);
}

.custom-button-container .custom-button:hover {
    background: var(--navbar-background-transparent-text-color);
    border: 1px solid var(--navbar-background-transparent-text-color);
    border-radius: 0;
    color: var(--primary-hover);
}

.custom-button-container *:hover:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .custom-button-container {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    header .navbar #showcase_links .menu-item:first-child, 
    header .navbar #showcase_links .menu-item:nth-child(2) {
        display: none;
    }
}

/* footer */
.copyright-wrapper .copyright-link:hover {
    color: rgba(14, 59, 72, 0.7);
}

/* floor plans */
.fp-sub-navigation-wrapper .take-me-to-rhino {
    outline: none;
}