@font-face {
  font-family: Monaco;
  src: url(fonts/Monaco.ttf);
}
body {
  background-color: black;
  max-width: inherit;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.window {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 2px;
  padding: 1em;
  width: 48em;
}

.window-red {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  background-color: rgba(155, 25, 12, 0.1254901961);
  border-color: #b51f12;
  border-style: solid;
  border-width: 2px;
  padding: 1em;
  width: 48em;
}

.window-tunnel {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  background-color: rgba(68, 68, 68, 0.5333333333);
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 2px;
  padding: 1em;
  width: 48em;
  box-shadow: 0 0 20em 2em rgba(68, 68, 68, 0.5333333333), 0 0 18em 1em #000 inset;
}

.window-tunnel-green {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  background-color: rgba(0, 68, 0, 0.5333333333);
  border-color: #37a43F;
  border-style: solid;
  border-width: 2px;
  padding: 1em;
  width: 48em;
  box-shadow: 0 0 20em 2em rgba(0, 68, 0, 0.5333333333), 0 0 18em 1em #000 inset;
}

.window-noborder {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  padding: 1em;
  width: 48em;
}

.window-small {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 2px;
  padding: 1em;
  width: 24em;
}

.window-noborder-small {
  font-family: Monaco, monospace;
  font-size: 11pt;
  color: #aaaaaa;
  text-align: center;
  padding: 1em;
  width: 24em;
}

#log {
  margin-top: 10%;
}

hr {
  font-family: Monaco, monospace;
  font-size: 11pt;
  border-color: #aaaaaa;
  text-align: center;
  margin: 2em 0 2em 0;
  width: 100%;
}

.mini {
  font-size: 8pt;
}

h3 {
  font-family: inherit;
  color: #F5BA47;
}

a:link {
  font-family: inherit;
  color: #F5BA47;
  text-decoration: none;
}

a:visited {
  font-family: inherit;
  color: #F5BA47;
  text-decoration: none;
}

a:hover {
  font-family: inherit;
  color: #aaaaaa;
  text-decoration: none;
}

a.link-mini:link {
  font-family: inherit;
  color: #F5BA47;
  text-decoration: none;
  font-size: 8pt;
}

a.link-mini:visited {
  font-family: inherit;
  color: #F5BA47;
  text-decoration: none;
  font-size: 8pt;
}

a.link-mini:hover {
  font-family: inherit;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 8pt;
}

strong {
  color: #dddddd;
}

.cursor {
  color: #aaaaaa;
  animation-name: cursor;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, start);
  animation-fill-mode: backwards;
}

@keyframes cursor {
  from {
    color: white;
  }
  to {
    color: rgba(0, 0, 0, 0);
  }
}
.typein {
  animation-name: totype;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: steps(2, start);
  animation-fill-mode: both;
}

@keyframes totype {
  0% {
    font-size: 0pt;
  }
  99% {
    font-size: 0pt;
  }
  100% {
    font-size: inherit;
  }
}
#warning-window {
  line-height: 19px;
  overflow: hidden;
  animation-name: warning-window-expand;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 7.5s;
}

@keyframes warning-window-expand {
  from {
    max-height: 15.5em;
  }
  to {
    max-height: 30em;
  }
}
.slow-fade-to-white {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  animation-name: slow-fade-to-white;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}

@keyframes slow-fade-to-white {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: white;
  }
}
.text-wanderer {
  color: #b51f12;
}

.text-lich {
  color: #37a43F;
}

.text-natalie {
  color: #2F1AB2;
}

.text-beatrice {
  color: #E04B1E;
}

.text-command {
  color: #fff;
}

.text-gold {
  color: #F5BA47;
}

.site-background {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
}

.site-background-tunnel {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 220em 20em #000 inset;
}

#test {
  background-image: url(media/back-c.png);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 10%;
}

#eyes {
  background-image: url(media/back-eyes.png);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 10%;
}

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