@font-face {
  font-family: "hk_groteskregular";
  src: url("../_fonts/hkgrotesk-regular-webfont.woff") format("woff"), url("../_fonts/hkgrotesk-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "hk_groteskregular", sans-serif;
  font-size: 18px;
  color: black;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 813px) {
  #main {
    position: relative;
    min-height: 100vh;
    width: auto;
    display: grid;
    grid-template: 3em 1fr/0.5rem 1fr 45vw;
  }

  #error {
    position: relative;
    height: 90vh;
    width: auto;
    display: grid;
    grid-template: 3em 1fr/0.5rem 1fr 45vw;
  }

  #pagecopyright {
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    margin-left: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 812px) {
  #main {
    position: relative;
    min-height: 100vh;
    width: auto;
    display: grid;
    grid-template: 3em 1fr/0.5rem 1fr 25vw;
    font-size: 0.9em;
  }

  #pagecopyright {
    font-size: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    margin-left: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
h3 {
  font-size: 1.4em;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}

.text {
  font-size: 0.8em;
  color: #777777;
  grid-row: 2;
  grid-column: 2/span 1;
}

.text a {
  color: black;
}
.text a:hover {
  color: #777777;
}

#pagenav {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: block;
  height: 3.5em;
  top: 0;
  left: 0;
  position: fixed;
  mix-blend-mode: normal;
  z-index: 1;
  border-bottom: rgba(119, 119, 119, 0.8) 1px solid;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#titlestill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5rem;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#titlestill:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}

.pagefooter {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: rgba(119, 119, 119, 0.8) 1px solid;
  height: 1.5em;
  width: 100%;
  bottom: 0;
  left: 0;
}

.errorfooter {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0.5em auto;
  letter-spacing: 0.1em;
  height: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: rgba(119, 119, 119, 0.8) 1px solid;
}

/*# sourceMappingURL=pages.css.map */
