::-moz-selection {
  color: #fafafa;
  background: black;
}
::selection {
  color: #fafafa;
  background: black;
}
html {
  background-color: #fafafa;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fafafa;
  font-family: 'Space Mono', monospace;
  -webkit-font-smoothing: antialiased;
}
.coverlink {
  position: absolute;
  display: block;
  outline: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
h1,
.h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  outline: 0;
}
h2 {
  position: fixed;
  /*font-size: 110px; line-height: 110px;*/
  text-transform: uppercase;
  font-weight: 300;
  width: 100vw;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 7vw;
  line-height: 7vw;
}
h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  color: black;
  text-decoration: none;
}
#home {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
#bottomh2 {
  bottom: 0;
}
header {
  position: fixed;
  top: 30px;
  left: 30px;
  letter-spacing: -1px;
  line-height: 24px;
  font-size: 24px;
  z-index: 4;
}
.mobi_header {
  display: none;
  position: relative;
}
.desk_header {
  display: block;
}
.desk_header a {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  outline: 0;
}
section {
  position: absolute;
  top: 30px;
  left: 25%;
}
section p {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 24px 0;
  padding: 0 30px;
  outline: 0;
  letter-spacing: -1px;
  max-width: 1100px;
}
section a {
  text-decoration: underline;
}
section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section ul li {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
section ul li a {
  text-decoration: none;
}
#plus {
  position: absolute;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  z-index: 5;
}
#plus div:nth-child(1) {
  height: 23px;
  width: 1px;
  background-color: #000;
  margin: 0 0 0 11px;
  position: absolute;
}
#plus div:nth-child(2) {
  width: 23px;
  height: 1px;
  background-color: #000;
  margin: 11px 0 0 0;
  position: absolute;
}
#menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fafafa;
  z-index: 4;
}
.open #menu {
  display: block;
}
.open #plus {
  transform: rotate(45deg);
}
#menucont {
  padding: 30px 15px;
  max-width: 768px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100vw;
    text-transform: uppercase;
  }
  .desk_header {
    display: none;
  }
  .mobi_header {
    padding: 0 15px;
    max-width: 768px;
    margin: 0 auto;
    display: block;
  }
  .mobi_header .view {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    position: absolute;
    right: 15px;
  }
  section {
    top: 222px;
    left: 0;
    width: 100vw;
    position: absolute;
    padding-bottom: 100px;
  }
  section p {
    padding: 0 15px;
    max-width: 768px;
    margin: 0 auto 24px auto;
  }
  section ul {
    padding: 0 15px;
    max-width: 768px;
    margin: 0 auto 24px auto;
  }
  section ul li {
    font-size: 24px;
    line-height: 24px;
  }
  #menu a {
    position: relative;
    right: auto;
    text-decoration: none;
  }
}
