html, body, canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: Michroma, sans-serif;
}
canvas {
  z-index: 1;
  position: absolute;
  display: none;
}
#header > * {
  z-index: 100;
}

#social {
  position: absolute;
  left: 380px;
  top: 15px;
  height: 10px;
  width: 300px;
}
#social > * {
  float: left;
  opacity: 0.5;
}
#social > *:hover {
  opacity: 1.0;
}

#header h1, #header p {
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: Michroma, sans-serif;
}

#header p { 
  top: 18px;
  left: 150px;
}

#header h1:hover, #header p:hover {
  opacity: 1.0;
}
#header h1 a, #header p a {
  color: #fff;
  text-decoration: none;
}

#footer {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: white;
  font-size: 12px;
  z-index: 100;
  opacity: 0.5;
}
#footer:hover {
  opacity: 1.0;
}
#footer a {
  color: #c50000;
}

#loading {
  font-size: 2em;
  line-height: 2em;
  padding: 1em;
}
#loading .status {
  font-family: Monospace, mono-space;
  letter-spacing: 0.3em;
}

#youtube {
  display: none;
  margin: 100px auto;
  width: 1280px;
  border: 1px solid #c50000;
}
