@import "../global.css";
@import "../custom-color-package-elements.css";

div#root {
  --secondary: #24a198;
  --secondary-svg: #24a198;
  --secondary-accent-line: #24a198;
}

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

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-transform: uppercase;
}

/* Text Banner Image side-hack [Home | Our Story ] */
section.fwm-nestable.fwm-nestable-a5e0c40c-0081-48ca-b5be-29f9816732b8,
section.fwm-nestable.fwm-nestable-077ed940-8a05-4f3f-8c80-f36e32879714 {
  position: relative;
}
section.fwm-nestable.fwm-nestable-a5e0c40c-0081-48ca-b5be-29f9816732b8::before,
section.fwm-nestable.fwm-nestable-077ed940-8a05-4f3f-8c80-f36e32879714::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
section.fwm-nestable.fwm-nestable-a5e0c40c-0081-48ca-b5be-29f9816732b8 .fwm-nestable-container,
section.fwm-nestable.fwm-nestable-077ed940-8a05-4f3f-8c80-f36e32879714 .fwm-nestable-container {
  padding: 0;
  background: none;
  max-width: 50rem;
}
section.fwm-nestable.fwm-nestable-a5e0c40c-0081-48ca-b5be-29f9816732b8 .fwm-nestable-container p,
section.fwm-nestable.fwm-nestable-077ed940-8a05-4f3f-8c80-f36e32879714 .fwm-nestable-container p {
  color: var(--white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}