@font-face {
    font-family: GlassTTYvt220;
    font-weight: normal;
    font-style: normal;
    src: url("nicholas_tty_vt220.ttf");
    }
html {
}
body {
  font-family: "GlassTTYvt220";
  text-transform: lowercase;
  background: #0f0f0f;
  color: #fff;
}
div.login {
  margin-top:17vh;
  font-size:3vw;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
div.indexnav {
  margin-top:17vh;
  font-size:3vw;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%;
  /* background-image: url(pixelgradient.gif); */
}
div.mobile {
    display: none;
    position: absolute;
    right: 5%;
    top: 25px;
    text-align: left;
    max-height: 5%;
    max-width: 5%;
    font-size: 51pt;
}
div.menu {
    position:absolute;
    right:50px;
    top:25px;
    text-align: left;
    overflow: scroll;
    height: 100%;
    }
div.text {
    position:absolute;
    left: 50px;
    top: 25px;
    text-align: left;
    width: 714px;
    overflow: scroll;
    height: 100%;
    }
h1, h2 {
    color: rgba(255,255,255,0.7);
    font-weight: bold;
    transition: 0.417s;
    -webkit-transition: 0.417s;
  }
a {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}
a:hover {
    color: rgba(0,0,0,0.7);
    background-color: rgba(255,111,51,0.7);
    transition: 0.417s;
    -webkit-transition: 0.417s;
  }
h1:hover {
    color: rgba(0,0,123,0.7);
    transition: 0.417s;
    -webkit-transition: 0.417s;
  }
h2:hover {
    color: rgba(0,0,123,0.7);
    transition: 0.417s;
    -webkit-transition: 0.417s;
  }
pre {
    white-space: pre-wrap;
    font-family: inherit;
}

/* styles for mobile screens */
@media screen and (orientation: portrait) {
  /* styles for portrait mode */
  div.text {
    max-width: 90%;
    z-index: 1;
  }
  div.menu {
    display: none;
    max-width: 90%;
    background-color: #0f0f0f;
    position:fixed;
    z-index: 2;
    left:5%;
    top:25px;
    text-align: left;
    overflow-y: scroll;
    max-height: 90%;
    max-width: 90%;
    font-size: 51pt;
  }
  div.mobile {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 5%;
    top: 25px;
    text-align: left;
    min-height: 5%;
    max-width: 5%;
    }
    #nav-links {
      display: none;
    }
}

#login, #request {
  opacity: 0;
  visibility: hidden;
  height: 0;
  /* display: none; */
  transition: 0.417s;
  -webkit-transition: 0.417s;
}

#nav-toggle, #log-toggle, #req-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

#nav-links.show {
  display: block;
  flex-direction: column;
}

#login.show, #request.show {
  /* display: block; */
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.417s;
  -webkit-transition: 0.417s;
}
.grecaptcha-badge { display: none !important; }