body {
	background-color: #111;
    margin: 0;
    font-family: 'Circular';
    src: url('CircularStd-Book.otf');
	overflow: hidden;
	color: #fff;
	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);
	}
}


#container {
    width: 100px;
    height: 100px;
    position: relative;
  }
  #navi,
  #infoi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #infoi {
    z-index: 10;
  }

  @font-face {
    font-family: 'Circular';
    src: url('CircularStd-Book.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStd-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStd-Bold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStd-Black.otf');
    font-weight: 700;
    font-style: normal;
}

:root {
    --accent: #ffc907;
    --darker: #9e7e0c;
}

html,
body {
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
}

main {
    font-family: 'Circular';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

#pic {
    width: 128px;
    height: 128px;
    background: url('pfp.gif');
    border-radius: 128px;
    border: 6px solid var(--accent);
    margin: 0 auto;
}

h2 {
    margin: 0;
    margin-right: -15px;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 32px;
    color: var(--accent);
    margin-top: 40px;
}

h1 {
    margin: 0;
    margin-right: -15px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 46px;
    color: var(--accent);
    margin-bottom: 40px;
}

h2:before {
    content: '—';
}

h2:after {
    content: '—';
}

#socials {
    margin: 0 auto;
}

#socials a {
    font-size: 28px;
    color: var(--darker);
    text-decoration: none;
    margin: 5px 16px;
    display: inline-block;
    vertical-align: top;
    transition: 0.2s all ease-in-out;
}

#socials a:hover {
    color: var(--accent);
    transform: scale(1.2);
}

.tippy-tooltip {
    font-family: 'Circular';
    color: var(--accent);
    padding: 8px 10px 6px 10px;
}

canvas {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
}

#play {
    background: radial-gradient(ellipse at bottom, #9e7e0c3f, transparent 50%);
    color: var(--darker);
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    text-align: center;
    cursor: pointer;
    font-size: 48px;
    padding-bottom: 20px;
    z-index: 3;
    transition: 0.2s all ease-in-out;
}

#play:hover {
    font-size: 56px;
}

#songInfo {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-family: 'Circular';
    color: var(--accent);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 15px 0 0;
    z-index: 2;
    padding: 13px 35px 10px 20px;
    text-shadow: 1px 1px #000;
}

#songInfo p {
    margin: 5px 0;
}

#songInfo #left {
    display: inline-block;
    vertical-align: top;
}

#songInfo #right {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

#songInfo input[type=range] {
    writing-mode: bt-lr;
    transform: rotate(270deg);
    -webkit-appearance: none;
    width: 64px;
    margin-top: 34px;
    height: 8px;

    background: var(--accent);
}

@media only screen and (max-height: 600px) {

    #play,
    #songInfo,
    canvas {
        display: none !important;
    }
}






@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono");
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
a {
  color:inherit;
  text-decoration: none;
 }
section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: black;
}

.glitch {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.glitch .text {
  -webkit-animation: jerkwhole 2.5s infinite;
  position: relative;
  padding: 0;
  margin: 0;
}

.glitch span {
  position: absolute;
  color: white;
  font-family: "Ubuntu Mono", monospace;
  font-size: 4em;
  text-align: center;
  -webkit-filter: blur(1px);
  -webkit-animation: blur 30ms infinite, jerk 50ms infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.glitch span:nth-child(1) {
  color: red;
  margin-left: 8px;
  margin-top: -2px;
  -webkit-filter: blur(2px);
}

.glitch span:nth-child(2) {
  color: green;
  margin-left: 7px;
  -webkit-filter: blur(2px);
}

.glitch span:nth-child(3) {
  color: blue;
  margin-left: -7px;
  margin-top: 4px;
  -webkit-filter: blur(2px);
  -webkit-animation: jerkblue .7s infinite;
}

.glitch span:nth-child(4) {
  color: white;
  -webkit-filter: blur(1px);
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
}

.glitch span:nth-child(5) {
  color: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(15px);
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(1px);
    opacity: 0.8;
  }
  50% {
    -webkit-filter: blur(1px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(1px);
    opacity: 0.6;
  }
}
@-webkit-keyframes jerk {
  50% {
    left: 2px;
  }
  51% {
    left: 0;
  }
}
@-webkit-keyframes jerkup {
  50% {
    top: 2px;
  }
  51% {
    top: 0;
  }
}
@-webkit-keyframes jerkblue {
  0% {
    left: 0;
  }
  30% {
    left: 0;
  }
  31% {
    left: -10px;
  }
  32% {
    left: 0;
  }
  98% {
    left: 0;
  }
  100% {
    left: 10px;
  }
}
@-webkit-keyframes jerkgreen {
  0% {
    left: 0;
  }
  30% {
    left: 0;
  }
  31% {
    left: -20px;
  }
  32% {
    left: 0;
  }
  98% {
    left: 0;
  }
  100% {
    left: 15px;
  }
}
@-webkit-keyframes jerkwhole {
  40% {
    opacity: 1;
    top: 0;
    left: 0px;
    -webkit-transform: scale(1, 1);
    -webkit-transform: skew(0, 0);
  }
  41% {
    opacity: 0.2;
    top: 0px;
    left: -100px;
    -webkit-transform: scale(1, 1.2);
    -webkit-transform: skew(20deg, 0);
  }
  42% {
    opacity: 0.8;
    top: 0px;
    left: 50px;
    -webkit-transform: scale(1, 1.2);
    -webkit-transform: skew(-40deg, 0);
  }
  43% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 1);
    -webkit-transform: skew(0, 0);
  }
}
