/* Site-specific overrides for static build */
:root {
  --color-blue: #121b21;
  --color-yellow: #ffcb05;
  --color-grey: #5c6b72;
  --color-light-grey: #eeeeee;
}

#aboutPage .snowflakeColumn,
#sustainabilityPage .snowflakeColumn {
  background-image: url(/assets/images/half-snowflake.svg);
}

.bg-color--blue {
  background-color: var(--color-blue) !important;
}

.bg-color--yellow,
.footer {
  background-color: var(--color-yellow) !important;
}

.color--yellow {
  color: var(--color-yellow) !important;
}

.color--white {
  color: #fff !important;
}

.header {
  background-color: var(--color-blue);
}

.header__login {
  color: var(--color-yellow) !important;
}

#heroOver {
  position: relative;
  max-width: 700px;
  padding: 40px 40px 40px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#heroOver h1 {
  font-size: 60px;
  color: rgb(255, 203, 5);
}

#heroOver p {
  max-width: 500px;
}

@media (max-width: 991px) {
  #heroOver h1 {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  #heroOver h1 {
    font-size: 30px;
  }
}

#homePage .tagline h2 {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  line-height: 32px;
  font-style: italic;
}

.bg--grey {
  background-color: var(--color-light-grey);
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.contact-map {
  margin-top: 10px;
  height: 500px;
  width: 100%;
  border: 0;
  background: #e8e8e8;
  z-index: 1;
}

#contact-map.leaflet-container {
  font-family: 'Montserrat', sans-serif;
}

#contactPage .contact-form label {
  color: #fff;
}

#contactPage .contact-map-link a {
  color: var(--color-yellow) !important;
  text-decoration: underline;
}

.alert-form {
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 2px;
}

.alert-form--success {
  background: #d4edda;
  color: #155724;
}

#contactPage .alert-form--success {
  background: transparent;
  color: #fff !important;
}

.alert-form--error {
  background: #f8d7da;
  color: #721c24;
}

#blankPage {
  padding: 60px 0 80px;
}

#blankPage h1 {
  font-family: 'Libre Baskerville', serif;
  color: var(--color-grey);
}

#termsPage,
#termsPage h1,
#termsPage p,
#termsPage a,
#privacyPage,
#privacyPage h1,
#privacyPage h2,
#privacyPage p,
#privacyPage li,
#privacyPage a,
#cookieDetailsPage,
#cookieDetailsPage h1,
#cookieDetailsPage p,
#cookieDetailsPage a {
  color: #000 !important;
}

#privacyPage a.link-contact,
#cookieDetailsPage a.link-contact {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000 !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#privacyPage a.link-contact:hover,
#privacyPage a.link-contact:focus,
#cookieDetailsPage a.link-contact:hover,
#cookieDetailsPage a.link-contact:focus {
  color: var(--color-blue) !important;
  background-color: var(--color-yellow);
  text-decoration: none;
}

#privacyPage .privacy-pdf-download {
  margin-bottom: 1.25rem;
}

#privacyPage .privacy-pdf-download a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#privacyPage .privacy-pdf-download a:hover,
#privacyPage .privacy-pdf-download a:focus {
  color: var(--color-blue) !important;
  background-color: var(--color-yellow);
  text-decoration: none;
}

#privacyPage .privacy-pdf-viewer {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  min-height: calc(100vh - 220px);
  min-height: calc(100dvh - 220px);
}

#privacyPage .privacy-pdf-viewer__frame {
  display: block;
  width: 100% !important;
  height: calc(100vh - 220px) !important;
  height: calc(100dvh - 220px) !important;
  min-height: 1200px !important;
  max-height: none !important;
  border: 0;
}

#sustainabilityPage .sustainabilityTextSection,
#sustainabilityPage .sustainabilityTextSection h1,
#sustainabilityPage .sustainabilityTextSection p,
#sustainabilityPage .sustainabilityTextSection strong,
#sustainabilityPage .sustainabilityTextSection a {
  color: #000 !important;
}

#historyPage .history-hero {
  text-align: center;
}

#historyPage .history-hero__image {
  display: block;
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

#historyPage .historyTextSection,
#historyPage .historyTextSection h1,
#historyPage .historyTextSection h2,
#historyPage .historyTextSection p,
#historyPage .historyTextSection li,
#historyPage .historyTextSection a {
  color: #000 !important;
}

#aboutPage .aboutTextSection h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-yellow);
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.introText h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
