@font-face {
  font-family: "Unbounded";
  font-weight: bold;
  font-style: normal;
  src: url("/Unbounded-Bold.woff2") format("woff2");
}
/* Unbounded is licensed under the SIL OFL. You may view the source at https://github.com/w3f/unbounded */

@font-face {
  font-family: "Source Sans";
  font-weight: 100 900;
  font-style: normal;
  src: url("/SourceSans3-Variable.woff2") format("woff2");
}

* {
  margin: 0;
}

.herodiv {
  background-image: url("/hero.jpg");
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text p {
  margin-top: 40vh;
  font-size: 6em;
  @media only screen and (max-width: 1150px) {
    font-size: 4em;
  }
  font-family: "Unbounded";
  text-transform: uppercase;
}

main, footer {
  max-width: 750px;
  padding: 10px;
  margin-inline: auto;
}

main p {
  line-height: 1.5;
  margin-block: 1lh;
  text-wrap: pretty;
  font-family: "Source Sans";
}

.gapper {
  margin-top: 5em;
}

footer p {
  font-family: "Source Sans";
  padding: 10px;
}
