:root {
  --seattle-black: #050505;
  --seattle-cream: #eee5d8;
  --seattle-pink: #E8125A;
  --seattle-pink-dark: #cf0f4d;
  --seattle-white: #ffffff;
}

body.GeneralContentPage {
    color: var(--seattle-black);
    width: 100%;
    max-width: 100%;
}

.GeneralContentPage .content-container {
  padding-left: 0;
  padding-right: 0;
}

#HomePage > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#HomePage > .container-fluid.pb-5 {
  padding-bottom: 0 !important;
}

#bannerCarousel,
#bannerCarousel .carousel-inner,
#bannerCarousel .carousel-item,
#bannerCarousel .gradient-overlay {
  max-width: none;
  width: 100%;
}

#bannerCarousel .carousel-inner {
  overflow: hidden;
}

#bannerCarousel .carousel-item {
  background: var(--seattle-black);
}

#bannerCarousel .full-screen-image {
  display: block;
  height: min(650px, calc(100vh - 194px));
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

#bannerCarousel .carousel-caption {
  bottom: 12%;
  left: 50%;
  max-width: 1180px;
  padding-left: 28px;
  padding-right: 28px;
  right: auto;
  text-align: left;
  transform: translateX(-50%);
  width: 100%;
}

#bannerCarousel .carousel-caption h1,
#bannerCarousel .carousel-caption h2 {
  color: var(--seattle-white);
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}


.seattle-footer {
  background: #f2eadf;
  color: var(--seattle-black);
  margin-top: 0;
}

.seattle-footer a {
  color: inherit;
}

.seattle-footer__sponsors {
  border-bottom: 1px solid #c7bba9;
  padding: 46px 0 38px;
}

.seattle-footer__sponsor-inner {
  align-items: center;
  display: flex;
  gap: clamp(26px, 5vw, 68px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 28px;
}

.seattle-footer__sponsor-inner img {
  display: block;
  max-height: 46px;
  max-width: 125px;
  object-fit: contain;
}

.seattle-footer__sponsor-inner a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.seattle-footer__main {
  border-bottom: 1px solid #d4c7b6;
  padding: 74px 0 82px;
}

.seattle-footer__inner {
  align-items: start;
  display: flex;
  gap: clamp(38px, 5vw, 70px);
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 28px;
}

.seattle-footer__icon img {
  display: block;
  max-width: 62px;
}

.seattle-footer__brand-group {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(190px, max-content) minmax(240px, max-content);
}

.seattle-footer__brand {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  gap: 26px;
}

.seattle-footer__brand a {
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Citron";
}

.seattle-footer__brand-logo {
  align-items: flex-start;
  display: flex;
  min-height: 50px;
}

.seattle-footer__brand .seattle-footer__symphony-logo {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}

.seattle-footer__symphony-logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 230px;
  object-fit: contain;
  width: 100%;
}

.seattle-footer__social {
  display: flex;
  gap: 20px;
}

.seattle-footer__social a {
  align-items: center;
  display: inline-flex;
  font-size: 24px;
  justify-content: center;
  text-decoration: none;
}

.seattle-footer__social svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.seattle-footer__social-icon--icon-linkedin {
  height: 27px;
  width: 27px;
}

.seattle-footer__address,
.seattle-footer__contact {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.65;
    min-width: 150px;
}

.seattle-footer__address p,
.seattle-footer__contact p {
  margin-bottom: 18px;
  font-size: 16px;
}

.seattle-footer__address :last-child,
.seattle-footer__contact :last-child {
  margin-bottom: 0;
}

.seattle-footer__direction-link {
  font-weight: 700;
  text-decoration: underline;
}

.seattle-footer__legal {
  color: #8f5b2e;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 14px 0 16px;
  text-align: center;
}

.seattle-footer__legal-inner {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 28px;
}

.seattle-footer__legal a {
  text-decoration: none;
}

@media (min-width: 701px) {
  .seattle-footer__social {
    margin-left: -4px;
  }
}

@media (max-width: 1100px) {
  .seattle-footer__inner {
    column-gap: 38px;
    display: grid;
    grid-template-columns: 62px repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }

  .seattle-footer__brand-group {
    gap: 48px;
    grid-column: 2 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seattle-footer__address {
    grid-column: 2;
  }

  .seattle-footer__contact {
    grid-column: 3;
  }

  .seattle-footer__symphony-logo img {
    max-width: 220px;
  }

  .seattle-footer__sponsor-inner,
  .seattle-footer__legal-inner,
  .seattle-footer__legal nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .seattle-footer__inner {
    display: flex;
    flex-direction: column;
  }

  .seattle-footer__brand-group {
    grid-template-columns: 1fr;
  }

  .seattle-footer__brand {
    gap: 20px;
  }

  .seattle-footer__brand-logo {
    min-height: 0;
  }

  .seattle-footer__symphony-logo img {
    max-width: calc(100vw - 56px);
    width: 250px;
  }

}
