
:root{
  --ff-hero-navy:#0A1F44;
  --ff-hero-overlay-opacity:.35;
  --ff-hero-min-height-desktop:70vh;
  --ff-hero-min-height-mobile:50vh;
}
.is-style-ff-hero{ min-height: var(--ff-hero-min-height-desktop); }
@media (max-width: 768px){
  .is-style-ff-hero{ min-height: var(--ff-hero-min-height-mobile); }
}
.is-style-ff-hero .wp-block-cover__background{
  background-color: var(--ff-hero-navy) !important;
  opacity: var(--ff-hero-overlay-opacity) !important;
}
.is-style-ff-hero .wp-block-cover__inner-container{ max-width: 900px; text-align: center; }
.is-style-ff-hero h1, .is-style-ff-hero h2, .is-style-ff-hero p{ color: #fff; }
.is-style-ff-hero .wp-element-button{ background:#CBA135; color:#0A1F44; border-radius:999px; font-weight:700; }
