/* dat.gui */
/* CONTROLS */
/* INTRO */
/* INFO BUTTON */
/* INFO OVERLAY */
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
html {
  height: 100%;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
  font-family: 'Source Code Pro', monospace !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-rendering: optimizeLegibility;
}
.dg {
  font-size: 0.8rem;
  font-family: 'Source Code Pro', monospace !important;
}
.dg ul span {
  color: gray;
  font-size: 0.8rem;
  font-family: 'Source Code Pro', monospace !important;
}
.dg.a .save-row {
  display: false;
}
#stats-holder {
  width: 80px;
  height: 48px;
}
#viz {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
}
#webgl {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
}
a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-bottom: thin dotted #999;
}
#preloader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../img/intro/loader.gif) center center no-repeat;
  z-index: 999;
}
#controls-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #241F25;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #000;
  display: none;
}
#controls {
  position: absolute;
}
#controls-header {
  height: 49px;
  border-bottom: 1px solid #333;
  background-color: #000;
}
.audio-elem {
  border-bottom: 1px solid #333;
  width: 260px;
  display: block;
  margin-top: 1px;
}
#trace-text {
  font-size: 20px;
  padding: 0 15px;
  line-height: 46px;
}
#debug-text {
  font-size: 10px;
  padding: 2px;
}
#bpm {
  background-color: #000;
  width: 250px;
  height: 31px;
  border-bottom: 1px solid #333;
  line-height: 30px;
  position: relative;
}
#bpm-text {
  font-size: 12px;
  position: absolute;
  padding: 0 15px;
}
#bpm-display {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  height: 30px;
  width: 30px;
  display: block;
}
#audio-debug {
  background-color: #210101;
  right: 0;
  border-bottom: 1px solid #333;
  width: 250px;
  height: 101px;
  display: block;
}
#intro {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 400px;
  margin-left: -50%;
  margin-top: -200px;
  z-index: 999;
  display: none;
  cursor: default;
  letter-spacing: -0.05rem;
  text-align: center;
}
h1 {
  margin: 0;
  padding: 2rem;
  opacity: 0.9;
}
h2 {
  font-size: 18px;
  margin: 20px 0 20px 0;
}
h3 {
  font-size: 14px;
}
.options {
  display: block;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.option {
  display: inline-block;
  width: 200px;
  height: 180px;
  float: left;
  border-left: 1px dashed #999;
}
.option h3 {
  color: #DeDeDe;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  font-size: 15px;
  transition: color 0.2s;
  padding-top: 5px;
}
.option p {
  font-size: 12px;
  line-height: 130%;
}
.option .icon {
  position: relative;
  height: 60px;
  width: 60px;
  margin-left: 70px;
  margin-top: 20px;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.option.lefty {
  border-left: none;
}
.clickable {
  cursor: pointer;
}
.clickable:hover h3 {
  color: #FeFeFe;
}
.clickable:hover .icon {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}
#prompt {
  display: none;
  font-size: 24px;
  position: absolute;
  text-align: center;
  height: 180px;
  padding-top: 65px;
  width: 100%;
  color: #FeFeFe;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
}
.btn {
  font-size: 30px;
  height: 30px;
  width: 30px;
  opacity: 0.8;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.btn:hover {
  opacity: 1;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-btn {
  display: none;
}
#info {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
#info-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 620px;
  height: 620px;
  margin-left: -300px;
  margin-top: -310px;
  color: #CeCeCe;
  cursor: default;
}
#info-inner p {
  font-size: 13px;
  line-height: 1.2;
  color: #FeFeFe;
  letter-spacing: -0.05rem;
}
#info-inner li {
  font-size: 13px;
  line-height: 1.2;
  color: #FeFeFe;
  letter-spacing: -0.05rem;
}
#info-inner h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
  margin: 10px 0;
  font-size: 26px;
}
#info-inner h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
  margin: 10px 0;
  font-size: 19px;
}
@media screen and (max-width: 620px) {
  #intro {
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  #info-inner {
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
/*
Flaticon icon font: Flaticon
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  margin-left: 0px;
}
.flaticon-volume:before {
  content: "\f100";
}
.flaticon-equalizer:before {
  content: "\f101";
}
.flaticon-share:before {
  content: "\f102";
}
.flaticon-checked:before {
  content: "\f103";
}
.flaticon-plus:before {
  content: "\f104";
}
.flaticon-stop:before {
  content: "\f105";
}
.flaticon-eject:before {
  content: "\f106";
}
.flaticon-list:before {
  content: "\f107";
}
.flaticon-music-player:before {
  content: "\f108";
}
.flaticon-power:before {
  content: "\f109";
}
.flaticon-pause:before {
  content: "\f10a";
}
.flaticon-play-button:before {
  content: "\f10b";
}
.flaticon-cancel:before {
  content: "\f10c";
}
.flaticon-microphone:before {
  content: "\f10d";
}
.flaticon-circle:before {
  content: "\f10e";
}
[class^="iconmax-"]:before,
[class*=" iconmax-"]:before,
[class^="iconmax-"]:after,
[class*=" iconmax-"]:after {
  font-family: Flaticon;
  font-style: normal;
  margin-left: 0px;
}
.iconmax-size {
  font-size: 2rem;
}
