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

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

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  justify-content: flex-end;
  padding-bottom: 3.125rem;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  justify-content: flex-end;
}

/* 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;
  max-width: none;
}
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container .fwm-hero-large-heading h2 {
  font-family: "Guardian Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1875rem;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 0.125rem;
  text-transform: unset;
}