:root {
  --sienna: #af4f2b;
  --black: #1e1e1e;
  --white-smoke: #f1f1f1;
}

body {
  background-color: var(--sienna);
  color: var(--black);
  text-transform: uppercase;
  font-family: Clashgrotesk;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.21em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-family: Silka Mono, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

.html {
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.section {
  overflow: hidden;
}

.section.is--nav {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.is--hero {
  justify-content: center;
  align-items: center;
  display: block;
}

.section.is--footer {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
}

.container.is--navbar {
  padding-top: 1em;
  padding-bottom: 1em;
}

.grid {
  flex-wrap: wrap;
  display: flex;
}

.grid.is--nav, .grid.is--footer {
  justify-content: space-between;
}

.grid_item {
  padding: 1em;
}

.grid_item.is--nav-logo {
  flex: none;
}

.grid_item.is--hero-content {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  padding: 4em 1em 4em;
}

.grid_item.is--hero-img {
  width: 50%;
}

.grid_item.is--nav-horizontal {
  width: 80%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_logo-img {
  width: 110px;
}

.h1-heading {
  text-transform: uppercase;
  margin-bottom: .3em;
  font-family: Strawford Webfont, sans-serif;
  font-size: 5em;
  font-weight: 900;
  position: static;
}

.h1-heading._404 {
  text-align: center;
  margin-bottom: 0;
  font-family: Strawford Webfont, sans-serif;
  font-size: 15em;
  font-weight: 900;
}

.paragraph.is--disclaimer {
  text-align: left;
  font-family: Silka Mono, sans-serif;
  font-size: 1.04em;
  line-height: 1.5;
}

.paragraph.is--disclaimer._404 {
  text-align: center;
  font-size: 2.5em;
}

.wrapper.is--contact {
  padding-top: 12em;
}

.copyright, .rights {
  font-family: Silka Mono, sans-serif;
  font-size: 1.04em;
  line-height: 1.5;
}

.h2-heading {
  text-transform: uppercase;
  margin-bottom: .3em;
  font-family: Strawford Webfont, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
}

.contact_link {
  color: var(--black);
  margin-right: 2em;
  font-family: Silka Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.27;
}

.contact_link:hover {
  text-decoration: line-through;
}

.horizontal_rule {
  width: 100%;
  height: 1px;
  max-width: 100%;
  background-color: var(--black);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 767px) {
  .grid_item.is--nav-horizontal {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    flex-direction: row;
    align-items: center;
    position: static;
  }

  .container.is--navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .container.is--hero {
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid.is--hero {
    flex-direction: row;
    align-items: flex-start;
  }

  .grid_item.is--hero-content {
    width: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid_item.is--hero-content._404 {
    justify-content: center;
    align-items: center;
  }

  .grid_item.is--hero-img {
    width: 100%;
    display: none;
  }

  .nav_logo-img {
    width: 50px;
  }

  .h1-heading {
    font-size: 10em;
  }

  .paragraph.is--disclaimer {
    font-size: 2em;
  }

  .wrapper.is--header {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12em;
    display: block;
  }

  .copyright, .rights {
    font-size: 2em;
  }

  .h2-heading, .contact_link {
    font-size: 4em;
  }
}


@font-face {
  font-family: 'Silka Mono';
  src: url('../fonts/silkamono-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford Webfont';
  src: url('../fonts/strawford-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford Webfont';
  src: url('../fonts/strawford-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford Webfont';
  src: url('../fonts/strawford-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}