html {
  margin: 0;
  padding: 0;
  background: #111111;
}

body {
  margin: 0 auto;
  background: #000;
  color: #e94c05;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  max-width: 800px;
  min-height: 100vh;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
}

header {
  position: relative;
  width: 100%;
  height: 120px;
}
header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 75%;
     object-position: center 75%;
}

h1 {
  color: #e94c05;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 2em 0 0.25em 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #222;
  width: -moz-fit-content;
  width: fit-content;
}

main {
  padding: 2em 3em;
}
main .tagline {
  color: #ffffff;
  margin: 0;
  padding-bottom: 2em;
}
main h2 {
  color: #e94c05;
}
main ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
main ul.social li {
  margin: 0.5em 0;
}
main ul.social li.youtube::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/youtube.svg);
  -webkit-mask-image: url(img/icons/youtube.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.twitch::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/twitch.svg);
  -webkit-mask-image: url(img/icons/twitch.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.kick::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/kick.svg);
  -webkit-mask-image: url(img/icons/kick.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.tiktok::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/tiktok.svg);
  -webkit-mask-image: url(img/icons/tiktok.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.instagram::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/instagram.svg);
  -webkit-mask-image: url(img/icons/instagram.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.x::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/x.svg);
  -webkit-mask-image: url(img/icons/x.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.reddit::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/reddit.svg);
  -webkit-mask-image: url(img/icons/reddit.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.discord::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/discord.svg);
  -webkit-mask-image: url(img/icons/discord.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.patreon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/patreon.svg);
  -webkit-mask-image: url(img/icons/patreon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.facebook::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/facebook.svg);
  -webkit-mask-image: url(img/icons/facebook.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li.pinterest::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #e94c05;
  mask-image: url(img/icons/pinterest.svg);
  -webkit-mask-image: url(img/icons/pinterest.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main ul.social li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
}
main ul.social li a:hover {
  text-decoration: underline;
}

footer {
  bottom: 20px;
  text-align: center;
  padding: 2em;
}
footer img.logo {
  width: 80px;
}/*# sourceMappingURL=main.css.map */