* {
  margin: 0;
}

html {
  font-size: 12.5px;
  font-family: "Hamburg Hand", sans-serif;
}

body {
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #f4ece0;
  color: #44413a;
}
body.text {
  height: auto;
  position: static;
  overflow: auto;
}

canvas {
  display: block;
}

.video-texture {
  width: 1px;
  height: 1px;
  position: fixed;
  left: -1000vh;
}

.typist {
  position: fixed;
  z-index: -1;
  width: 400px;
  height: 4.2rem;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}
.typist.typing {
  top: 50%;
  z-index: 200;
}
.typist input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  font-size: 1.5rem;
  background: #c1b230;
  border-radius: 5px;
  border: 0;
  color: #f4ece0;
  text-align: center;
  font-family: "Hamburg Hand", sans-serif;
}

.message {
  position: fixed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  left: 15%;
  bottom: -40px;
  top: auto;
  width: 70%;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 2vw;
  line-height: 1.8;
  opacity: 0;
  transition: ease all 0.5s;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), 0 2px 15px rgba(0, 0, 0, 0.2);
}
.message.out-of-bounds {
  pointer-events: auto;
}
@media screen and (orientation: portrait) {
  .message {
    bottom: auto;
    top: -40px;
    font-size: 4vw;
  }
}
.message.show {
  bottom: 50%;
  top: auto;
  opacity: 1;
}
@media screen and (orientation: portrait) {
  .message.show {
    top: 50%;
    bottom: 0;
  }
}
.message span.key {
  display: inline-block;
  padding: 0.3em;
  font-size: 0.9em;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 1;
}

div.player-setup {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}
div.player-setup h1 {
  padding: 1em 0 0 0;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  div.player-setup h1 {
    padding: 0;
    margin: 0 0 0.2em 0;
    font-size: 15px;
  }
}
div.player-setup h2 {
  margin: 0.5em 0;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  div.player-setup h2 {
    padding: 0;
    margin: 0.5em 0 0.2em 0;
    font-size: 10px;
  }
}
div.player-setup input[type=color] {
  width: 70px;
  appearance: none;
  border: 0;
}
div.player-setup button {
  margin: 10px 2px;
}
div.player-setup img#sprite-preview {
  width: 15%;
  max-width: 100px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 500px) {
  div.player-setup img#sprite-preview {
    max-width: 50px;
  }
}

.gui {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #44413a;
  color: #c1b230;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}
.gui div.btn {
  color: #c1b230;
  cursor: pointer;
  font-size: 20px;
  padding: 1em 0;
  width: 18%;
  text-align: center;
  display: block;
}
.gui div.btn.hide {
  display: none;
}
@media screen and (max-width: 500px) {
  .gui div.btn {
    font-size: 13px;
  }
  .gui div.btn span {
    display: none;
  }
}
.gui div.compass {
  width: 40%;
  max-width: 80px;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: none;
}
.gui div.compass.active {
  display: block;
}
.gui div.compass > img {
  width: 100%;
  position: absolute;
  top: 50px;
}

.topbar {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 10px 0;
  color: #f4ece0;
  background: #44413a;
  width: 100%;
}
.topbar a {
  color: #f4ece0;
  text-decoration: none;
}
.topbar img {
  max-width: 400px;
  width: 80%;
}

div.nav {
  position: fixed;
  background: #44413a;
  color: #f4ece0;
  top: 0;
  right: 0;
  width: 30%;
  min-width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  transition: right ease 0.3s;
}
@media screen and (max-width: 600px) {
  div.nav {
    width: 100%;
    min-width: 0;
    padding: 10px;
  }
}
div.nav.closed {
  right: -200%;
}
div.nav a.close {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  color: #c1b230;
  text-decoration: none;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  div.nav a.close {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }
}
div.nav a.nav-button {
  text-decoration: none;
  display: block;
  margin: 20px 0;
  color: #c1b230;
  border: 1px solid #c1b230;
  padding: 10px 5px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  div.nav a.nav-button {
    font-size: 11px;
    margin: 5px 0;
    padding: 7px 5px;
  }
}
div.nav a.nav-button span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 600px) {
  div.nav a.nav-button span {
    font-size: 8px;
  }
}
div.nav div.logos {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
div.nav div.logos img {
  height: auto;
  width: 18%;
}
div.nav img.nac {
  width: 90px;
  display: block;
  margin: 20px auto;
  opacity: 0.8;
}

div.text-content {
  margin: 80px auto;
  width: 90%;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.8;
}
div.text-content a {
  color: #c1b230;
}
div.text-content p {
  margin: 0 0 1em 0;
  font-family: "futura-pt", "Futura", sans-serif;
}
div.text-content ol,
div.text-content ul {
  margin: 0 0 1em 0;
  font-family: "futura-pt", "Futura", sans-serif;
}
div.text-content ol li,
div.text-content ul li {
  margin: 0 0 0.5em 0;
}

header {
  display: flex;
  align-items: center;
  background: #44413a;
  justify-content: space-between;
  padding: 15px;
}
header > img {
  width: 80%;
  max-width: 500px;
}
header > a {
  display: block;
  width: 40px;
  padding: 10px;
}
header > a img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=c-a-t.css.map */
