body {
  background-color: #111;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
  height: 100%;
}

#viz {
  position: absolute;
  background-color: #000;
}

#controls {
  position: absolute;
  background-color: #000;
  top: 0px;
  right: 0px;
  width: 250px;
  height: 100%;
  display: none;
}

#preloader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(loader.gif) center center no-repeat;
}

#debugText {
  position: absolute;
  background-color: #000;
  height: 38px;
  width: 150px;
  top: 0px;
  right: 80px;
  padding: 10px;
  font-size: 16px;
  padding-top: 15px;
}

#stats {
  position: absolute;
  background-color: #003;
  right: 0;
  top: 0;
}

.audioDebug {
  position: absolute;
  background-color: #000;
  width: 250px;
  height: 200px;
  right: 260px;
  top: 48px;
  right: 0;
}

#settings {
  position: absolute;
  background-color: #003;
  top: 248px;
}

#info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 20px;
  display: none;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: thin dotted #999;
}

/* INTRO */
#intro {
  width: 800px;
  height: 400px;
  position: absolute;
  padding: 200px 0px;
  text-align: center;
  cursor: default;
  z-index: 999;
  xborder: red 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -400px 0 0 -400px;
}

h1 {
  font-size: 60px;
  margin: 0;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  font-weight: 300;
}

h3 {
  font-size: 20px;
  font-weight: 300;
}

#intro p {
  font-size: 16px;
}

.option {
  display: inline-block;
  width: 180px;
}

.clickable {
  cursor: pointer;
}

#intro ul {
  padding: 0px;
  margin: 0px;
  margin-left: -20px;
}

#intro li {
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
  margin-left: 10px;
  border-left: thin dotted #fff;
}
#intro li:first-child {
  border-left: none;
}

#play-btn {
  text-align: center;
  margin: auto;
  width: 150px;
  height: 150px;
  bottom: 50px;
  cursor: pointer;
  background-image: url(play.png);
}

#warning {
  display: none;
  font-size: 26px;
  color: #ffa500;
}

@media (max-width: 500px) {
  #intro {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
