@font-face {
  font-family: "GT-America-Standard-Regular";
  src: url("/assets/GT-America-Standard-Regular.woff2") format("woff2"), url("/assets/GT-America-Standard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, content, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, menu, header, footer {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.container {
  background-image: url(/assets/desktop.jpg);
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    background-image: url(/assets/ipad.jpg);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    background-image: url(/assets/ipad.jpg);
  }
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .container {
    background-image: url(/assets/mobile.jpg);
  }
}

.site_header {
  display: flex;
  justify-content: flex-end;
  padding: 2.5rem 3.75rem 0 0;
  width: 100%;
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_header {
    padding: 2rem 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .site_header {
    padding: 4rem 3.75rem 0 0;
  }
}

.logo_container {
  width: 10%;
  min-width: 6.25rem;
}

.site_content {
  display: block;
  height: 85vh;
  padding: 0 3.75rem;
  position: relative;
}
.site_content h1 {
  font-family: "GT-America-Standard-Regular", Helvetica, Arial, sans-serif;
  font-size: 3.6625rem;
  line-height: 1.3em;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_content h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .site_content h1 {
    font-size: 2.6625rem;
  }
}
.site_content .information {
  font-family: "GT-America-Standard-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3em;
  margin-top: 3.75rem;
}
.site_content .information a {
  color: #151a05;
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_content .information {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_content {
    height: 75vh;
    margin-top: 3.75rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .site_content {
    height: 80vh;
    margin-top: 2.5rem;
    padding: 0 3.75rem;
  }
}

.site_footer {
  display: flex;
  height: 3rem;
  justify-content: space-between;
  padding: 0 3.75rem;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_footer {
    padding: 1rem 1.5rem 0;
  }
}

.site_copyright {
  font-family: "GT-America-Standard-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  color: whitesmoke;
}
@media screen and (min-width: 375px) and (max-width: 812px) {
  .site_copyright {
    font-size: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */