h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  font-family: Gt America Mono, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.full {
  width: 90vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center {
  text-align: center;
}

.mt {
  margin-top: 6rem;
  line-height: 1.5rem;
}

.defaults {
  color: #000;
  font-family: Gt America Mono, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.v {
  letter-spacing: 2px;
  font-family: Vulfsans, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.v.h2 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.v.large-body {
  width: 100%;
  max-width: 22ch;
}

.bg-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
}

.hide, .right-arrow {
  display: none;
}

.below {
  color: #000;
  text-shadow: none;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
}

.header {
  width: 95vw;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer {
  width: 95vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mt.no-height {
    width: 100%;
    text-align: right;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .mt.no-height {
    text-align: left;
  }

  .v.large-body {
    width: 100%;
    max-width: 22ch;
  }
}

@media screen and (max-width: 479px) {
  .full {
    height: 80vh;
  }

  .mt.no-height {
    max-width: 28ch;
    text-align: left;
    margin-top: 1rem;
  }

  .v.large-body {
    font-size: 2rem;
    line-height: 2rem;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .footer {
    padding-top: 4rem;
  }
}


@font-face {
  font-family: 'Gt America Mono';
  src: url('../fonts/GT-America-Mono-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vulfsans';
  src: url('../fonts/VulfSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}