@import "../global.css";
@import "../hero-shrink.css";
@import "../seamless.css";

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
  --quote-icon-fill-light-theme: var(--primary);
}

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 15.625rem;
}

/* Primary H2 */
.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  color: var(--primary-text);
}

/* Rich Text H2 */
span.fwm-rich-text-editor h2 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 2rem;
  }
}
/* Hero Overlay/Box */
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-container {
  background: rgba(0, 0, 0, 0.4);
}

.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container {
  background: none;
  padding: 0;
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  background: rgba(14, 73, 123, 0.4);
}

/* Quote Background Img */
section.fwm-quote-standard .fwm-rich-text-editor p {
  font-size: 1.25em;
}
section.fwm-quote-standard .fwm-quote-author-standard {
  font-size: 1.5rem;
}

section.fwm-quote-standard.fwm-lightTheme .fwm-quote-author-standard {
  color: var(--primary-text);
}

@media (min-width: 48rem) {
  section.fwm-quote-standard .fwm-rich-text-editor p {
    font-size: 1.5em;
  }
  section.fwm-quote-standard .fwm-quote-author-standard {
    font-size: 1.75rem;
  }
}