/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 200px;
    --hero-logo-width: 250px;
    --phi1-1-heading-2-text-color: var(--primary-base-alt);
    --hp-button-bg-color: var(--secondary-hover);
    --hp-button-alt-color: var(--secondary-hover-alt);
}

/* home page */
.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

.hpt-section .hpt-header {
    color: var(--primary-base);
}

/* amenities */
#presentational_headline_1 .over-image-header, 
#presentational_headline_2 .over-image-header {
    line-height: 1.5;
}