video, img {
  display: block;
  object-fit: cover;
  object-position: center;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
a {
  color: #5a1414;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body:not(.home) {
  background-color: white;
  color: #5a1414;
}

.major {
  color: #ffb612;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  font-family: Oswald, sans-serif;
}

header.top {
  position: relative;
  top: 0;
  z-index: 1000;
}
body:not(.home) header.top {
  margin-bottom: 40px;
}

header.minimal-logo .logo img {
  max-height: 80px !important;
}

header > .wide {
  width: 100%;
  color: #ffb612;
  font-weight: 700;
  text-transform: uppercase;
}

header > .wide .maintainer {
  max-width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
}

header > .wide a.logo {
  padding: 0;
}

header > .wide .logo img {
  display: block;
  width: 100%;
  max-height: 150px;
  min-width: 100px;
  object-fit: contain;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
@media (max-width: 600px) {
  header nav {
    gap: 0;
    width: 100%;
  }
}
header nav a {
  color: #ffb612;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  white-space: nowrap;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}
header nav a:hover {
  text-decoration: underline;
}

body:not(.home) nav a {
  color: #5a1414;
  text-shadow: none;
}

.wide .menu-toggle {
  display: none;
}

body.narrow .narrow .menu-toggle {
  display: block;
  cursor: pointer;
  padding: 15px;
}

body.narrow .wide {
  display: none;
}

body.narrow .narrow {
  display: block !important;
}

body.narrow .narrow nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  flex-direction: column;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
}

body.narrow .narrow > .maintainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.narrow .narrow .logo img {
  max-height: 80px !important;
}

.menu-toggle svg {
  max-height: 48px;
}

.button {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif;
  margin: 0 0 0.75em 0;
  line-height: 1.125;
  color: #5a1414;
}

body.narrow.open-nav {
  overflow: hidden;
}
body.narrow.open-nav .narrow nav {
  display: flex;
  justify-content: flex-start;
  height: calc(100vh - 87px);
  overflow-y: scroll;
}

img.pop {
  position: absolute;
  z-index: 999;
  width: 10vw;
  height: auto;
}
@media (max-width: 800px) {
  img.pop {
    width: 20vw;
  }
}
@media (max-width: 500px) {
  img.pop {
    width: 30vw;
  }
}

.overlay .copy {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 4px black;
  text-transform: uppercase;
}
.overlay .copy .alpha {
  font-size: 1.95vw;
}
.overlay .copy .bravo {
  font-weight: 300;
  font-size: 2.5vw;
  letter-spacing: 0.29em;
}
.overlay .copy .charlie {
  font-weight: 300;
  font-size: 1.95vw;
  letter-spacing: 0.25em;
}
@media (max-width: 600px) {
  .overlay .copy .alpha {
    font-size: 3.65625vw;
  }
  .overlay .copy .bravo {
    font-size: 4.6875vw;
  }
  .overlay .copy .charlie {
    font-size: 3.65625vw;
  }
}

footer {
  font-size: 0.875rem;
}
footer a {
  color: #ffb612;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.home .section:not(.video) {
  padding: 100px 40px;
}
@media (max-width: 600px) {
  .home .section:not(.video) {
    padding: 20vw 0px;
  }
}

div.section.headlines {
  padding: 150px 0px;
  text-align: center;
  z-index: 10;
}
div.section.headlines h1 {
  line-height: 1.375;
  margin: 40px;
  color: #ffb612;
}
div.section.headlines .major {
  color: white;
  line-height: 1.375;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
}
div.section.headlines .minor {
  color: white;
  line-height: 1.375;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 400;
}
@media (max-width: 700px) {
  div.section.headlines .minor {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  div.section.headlines .minor {
    font-size: 15px;
  }
}

.section .bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section .bg.bg-top {
  bottom: calc(100% - 3px);
}
.section .bg.bg-bottom {
  top: calc(100% - 3px);
}

.section.video {
  z-index: -10;
  height: 56.25vw;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .section.video {
    height: 77vw;
  }
}
@media (max-width: 600px) {
  .section.video {
    height: 88vw;
  }
}

.section.video video {
  height: 100%;
}

@media (max-width: 400px) {
  .overlay .maintainer {
    padding: 0 10px;
  }
}

.section.photo {
  background-size: cover;
  background-position: center;
  height: 60vw;
  width: 100%;
  z-index: -10;
}

.section.cta {
  z-index: 10;
  background-color: #ffb612;
  color: #5a1414;
  padding: 100px 40px;
  text-align: center;
}
.section.cta > .maintainer {
  max-width: 600px;
}
.section.cta a.button {
  background-color: #5a1414;
  color: white;
}

.section.the-faq h2 {
  color: #ffb612;
}
.section.the-faq .major {
  color: #ffb612;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  font-family: Oswald, sans-serif;
  margin: 30px 0 10px 0;
}
.section.the-faq .faq-item button span {
  font-family: Roboto;
}

.section.other {
  font-weight: 400;
  color: #333;
  padding: 100px 0;
}
.section.other strong {
  color: #5a1414;
}
.section.other > .maintainer {
  max-width: 800px;
}

#mc_embed_signup input.button,
a.button {
  background-color: #ffb612;
  color: #5a1414;
  padding: 20px;
  border-radius: 25px 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
  transition: box-shadow 0.1s ease;
  height: auto;
}
#mc_embed_signup input.button:hover,
a.button:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

#mc_embed_signup input.button:hover {
  color: #ffb612;
}

.social-follow-suite {
  display: flex;
  justify-content: center;
  gap: 40px;
}

footer {
  padding: 40px;
}
footer .social-follow-suite {
  margin-bottom: 40px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
  white-space: nowrap;
}