body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
}
header,section,footer {
  position: relative;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  background: #000;
  color: #fff;
}
.background-media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: #000;
  z-index: -999;
}
.background-media > * {
  position: relative;
  width: 100%;
  height: 100%;
}
.background-media .cover-image {
  width: 100%;
  height: 100%;
  background: url(../images/masthead.jpg) 30% top no-repeat;
  background-size: cover;
}
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .logo img {
  max-width: 95%;
}
.page-header .logo.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-header .titlebar {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-size: 3vw;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.video-container::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.video-container > * {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.down-arrow {
  display: inline-block;
  padding-right: 0.828427em;
}
.down-arrow::after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: '';
  width: 2em;
  height: 2em;
  border: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section.masthead {
  height: calc(100vh - 100px);
  background-color: transparent;
}
section.masthead > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
section.masthead > .content .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-shadow: .1em .1em .3em rgba(0,0,0,.5);
}
section.masthead > .content .description.add-line::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: calc(var(--bs-gutter-x)/ 2);
  height: 0;
  width: calc(100% - var(--bs-gutter-x));
  border-bottom: 4px solid #fc0;
}
section.masthead > .content .description .headline {
  font-weight: 800;
  font-size: 10.5vw;
  line-height: 1;
  padding-top: 25vh;
}
section.masthead > .content .description .subline {
  font-size: 4vw;
  line-height: 1.4;
  margin-left: -.1em;
  width: 100%;
}
section.masthead > .content .media {
  position: relative;
}
section.masthead > .content .media .video-title .title {
  font-size: 4.266667vw;
  font-weight: bold;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 2px solid #fff;
}
section.masthead > .indicator {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
section.masthead > .indicator .scroll-down {
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 4.266667vw;
  background: transparent;
  border: 0;
  border-radius: 0;
}
section.masthead > .indicator .scroll-down svg {
  display: inline-block;
  width: 2em;
  margin-top: .5em;
}

section.articles {
  background: #000 url(../images/Edge-of-the-World.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
section.articles a {
  color: #f7d730;
}
section.articles .articles-wrapper {
  min-height: 100vh;
}
section.articles .headline {
  font-size: 8.8vw;
  line-height: 1.25;
  font-weight: 700;
}
section.articles .subheadline,
section.articles .article .article-title {
  font-size: 5.8vw;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.25;
}
section.articles .article .article-excerpt {
  font-size: 3.5vw;
}
section.articles .article .article-cta a {
  font-size: 3.733333vw;
  text-decoration: none;
}

footer {
  font-family: Roboto,sans-serif;
  background: #292929;
  color: #fff;
  font-weight: 300;
}
footer .footer-links {
  line-height: 1.5;
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
footer .footer-links .footer-link,
footer .logo {
  font-size: .75rem;
  color: #fff;
  text-decoration: none;
}
footer .logo img {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .nowrap-md {
    white-space: nowrap;
  }
  .background-media .cover-image {
    background-position: 40% top;
  }
  .page-header {
    height: 84px;
  }
  .page-header .titlebar {
    font-size: 0.8rem;
  }
  section.masthead {
    height: calc(100vh - 60px);
  }
  section.masthead > .content {
    padding-bottom: 0;
  }
  section.masthead > .content .description {
    text-shadow: none;
  }
  section.masthead > .content .description.add-line::after {
    width: 1000%;
  }
  section.masthead > .content .description .headline {
    font-size: 6.6vw;
    padding-top: 33vh;
  }
  section.masthead > .content .description .subline {
    font-size: 0.9rem;
  }
  section.masthead > .content .media .video-title .title,
  section.masthead > .indicator .scroll-down {
    font-size: 0.9rem;
  }
  section.articles .headline {
    font-size: 2.7rem;
  }
  section.articles .subheadline {
    font-size: 0.9rem;
  }
  section.articles .subheadline,
  section.articles .article .article-title {
    font-size: 1.1rem;
  }
  section.articles .article .article-excerpt,
  section.articles .article .article-cta a {
    font-size: 0.9rem;
  }
  footer .footer-links {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .nowrap-lg {
    white-space: nowrap;
  }
  .page-header .titlebar {
    font-size: 0.875rem;
  }
  section.masthead > .content .description {
    padding-top: 0;
  }
  section.masthead > .content .description .headline {
    font-size: calc(2rem + 1.2vw);
    padding-top: 0;
  }
  section.masthead > .content .description .subline {
    max-width: 560px;
  }
  section.masthead > .content .media .video-title {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
  section.masthead > .content .description .subline {
    font-size: 0.95rem;
  }
  section.masthead > .content .media .video-title .title,
  section.masthead > .indicator .scroll-down {
    font-size: 0.95rem;
  }
  section.articles .headline {
    font-size: 2.5rem;
  }
  section.articles .subheadline {
    font-size: 0.95rem;
  }
  section.articles .subheadline,
  section.articles .article .article-title {
    font-size: 1.2rem;
  }
  section.articles .article .article-excerpt,
  section.articles .article .article-cta a {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  section.masthead > .content .description .headline {
    font-size: calc(2rem + 1.5vw);
  }
  section.masthead > .content .description .subline {
    font-size: 1rem;
  }
  section.masthead > .content .media .video-title .title,
  section.masthead > .indicator .scroll-down {
    font-size: 1rem;
  }
  section.articles .headline {
    font-size: 3rem;
  }
  section.articles .subheadline {
    font-size: 1rem;
  }
  section.articles .subheadline,
  section.articles .article .article-title {
    font-size: 1.4rem;
  }
  section.articles .article .article-excerpt,
  section.articles .article .article-cta a {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  section.masthead > .content .description .headline {
  }
}
