html { overflow-y: scroll; }
body {
  background-color: #000;
  color: #efefef;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 16px;
  font-weight:bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
/*! font-family: "NeutraText"; */
header{
  padding:1em 0;
  margin:0 auto;
  width:10em;}
header nav a img{width:10em;height:10em;}
section{text-align:center;}
h1,h3,h6{color:#5f8d05!important;}
h1,h2{
  font-weight: 500;
  line-height: 1.1;}
h1{font-size:36px;}
h2{font-size:30px;}
span{
  border: 2px solid #333333;
  transition: border-color 0.5s;
  padding: 10px;}
#legend{
  position:fixed;
  bottom:0;left:0;
  padding:1em;
  text-align:left;}
#legend h6{text-decoration:underline;}
.green{color:green;}
.orange{color:orange;}
.red{color:red;}
.offblink{
  position:absolute;
  top:50%;left:50%;
  margin-left:-200px;
  width:400px;
  display:none;
  background-color:#000;
  color:red;
  font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  font-weight:bold;}
a:hover{text-decoration:none!important;}
a:hover > span{
  border-color:#5f8d05;
  transition: border-color 0.5s}
