@import url(https://fonts.googleapis.com/css?family=Gabriela|Dosis:200);


.overlay {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.container {
  position: absolute;
  height: 100%;
  width: 100%;
}


.controls {
  font-smoothing: subpixel-antialiased;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 501;
  
}

.links {
  position: absolute;
  list-style: none;
  width: 120px;
  bottom: 40px;
  right: 20px;
  padding: 0;
  margin: 0;
  
}

.links p{
  font-smoothing: subpixel-antialiased;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25em 0;
  letter-spacing: 2px;
  font-weight: 200;
  font-size: 10px;
  display: block;
  width: 100%;
  opacity: 0.6;
  color: #FFF;
}

.links li {
  border-bottom: #222 1px solid;
  border-bottom: rgba(255,255,255,0.1) 1px solid;
}

.links li a {
  transition: opacity 0.2s ease-out;
  font-smoothing: subpixel-antialiased;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  text-align: right;
  padding: 0.25em 0;
  letter-spacing: 2px;
  font-weight: 200;
  font-size: 12px;
  display: block;
  width: 100%;
  opacity: 0.4;
  color: #FFF;
}

.links li a:hover {
  opacity: 0.8;
}

.links li .who:before {
  opacity: 0.5;
  content: '@';
  float: left;
}

.links li .source:before {
  opacity: 0.5;
  content: '{}';
  float: left;
}

.links li .blog:before {
  opacity: 0.5;
  content: '&';
  float: left;
}

.hide {
  opacity: 0;
}

.container {
  z-index: 2;
  width: 100%;
  opacity: 0.65;
}





/*html, body {
  margin: 0;
  padding: 0;
  font: 16px/1.4 'Lato', sans-serif;
  color: #fefeff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  background: rgb(8,5,16);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
#canvas {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  
}
#stats { 
  position: absolute; 
  z-index: 2; 
  left: 10px; 
  top: 10px; 
}
.dg.ac {
  z-index: 3 !important;
}


