main {
    position: relative;
    max-width: 100%;
}body {
	background: -webkit-gradient(linear, left top, right top, from(rgb(2 15 37)), color-stop(50%, rgb(5 23 52)), to(rgb(0 14 38)));
	background: -o-linear-gradient(left, rgb(2 15 37) 0%, rgb(5 23 52) 50%, rgb(0 14 38) 100%);
	background: linear-gradient(90deg, rgb(2 15 37) 0%, rgb(5 23 52) 50%, rgb(0 14 38) 100%);
}
h1 {
	font-family: 'Megrim';
	color: #ffffff;
}p{
	font-family: "Megrim";
	color: #ffffff;
	font-size: 1.3em;
}p, h1 {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-animation-name: glitch-anim-text;
            animation-name: glitch-anim-text;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: calc(3s);
            animation-delay: calc(3s);
}.scene-layers {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    pointer-events: none;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}.blurred .background {
   background-image: url('images/shimmer.webp');
}.blurred p, .blurred h1 {
    -webkit-filter:blur(9px);
            filter:blur(9px);
    color:black;
}.sphere-wrapper {
/*    	position: absolute;
*/    	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}.sphere-img {
    background: url('images/sphere.png');
    width: 102px;
    height: 102px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    cursor:pointer;
    -webkit-transition:600ms all;
    -o-transition:600ms all;
    transition:600ms all;
    margin-bottom: 20px;
}.sphere-img:hover {
	width: 128px;
	height: 128px;
	-webkit-filter: brightness(0.5);
	        filter: brightness(0.5);
}.sphere-img #counter{
	opacity:0;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5em;
    font-family: 'Megrim';
    height: 100%;
	-webkit-transition:opacity 400ms ease-in-out;
	-o-transition:opacity 400ms ease-in-out;
	transition:opacity 400ms ease-in-out;
}.sphere-img:hover #counter,
.sphere-img.touched #counter {
    opacity:1;
}.height {
    min-height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}.redacted {
	font-family: "Redacted"
}.vertical-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}.background {
  background:black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
}.fog-asset {
  position: absolute;
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 12030px;
  height: 100vh;
  -webkit-animation: cloud_loop 100s linear infinite;
  animation: cloud_loop 100s linear infinite;
  background: url('images/clouds.png');
  background-repeat: repeat-x;
  opacity: 0.5;
}
@-webkit-keyframes cloud_loop {
  0% {
    background-position: 0% 0;
 
  }
  100% {
    background-position:-4010px 0;
 
  }
}
@keyframes cloud_loop {
  0% {
    background-position: 0% 0;
 
  }
  100% {
    background-position:-4010px 0;
 
  }
}
.note-1 {
    position: absolute;
    left: -70px;
    color: #ffffff1a;
    top: 50%;
    -webkit-transform: rotate(89deg);
        -ms-transform: rotate(89deg);
            transform: rotate(89deg);
    font-family: 'Syne mono';
    font-size: 1em;
}.note-2{
    position: absolute;
    left: -90px;
    color: #ffffff1a;
    top: 50%;
    -webkit-transform: rotate(89deg);
        -ms-transform: rotate(89deg);
            transform: rotate(89deg);
    font-family: 'Syne mono';
    font-size: 1em;
}
	span.sphere {
    top:20px;
    position:relative;
    width: 100px;
    height: 100px;
    background: -o-linear-gradient(45deg, #000000 40%, #b9b9b92e 80%);
    background: linear-gradient(45deg, #000000 40%, #b9b9b92e 80%);
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: float 6s ease-in-out infinite;
            animation: float 6s ease-in-out infinite;
    cursor: pointer;
    -webkit-transition:all 500ms;
    -o-transition:all 500ms;
    transition:all 500ms;
    background-position: center center;
    overflow: hidden;
    font-size: 11px;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Syne mono';
}.sphere:hover{
	-webkit-filter: invert(1) grayscale(1);
	        filter: invert(1) grayscale(1);
    -webkit-transition: background-position 500ms;
    -o-transition: background-position 500ms;
    transition: background-position 500ms;
    background: -o-linear-gradient(45deg, #000000 40%, #b9b9b92e 80%);
    background: linear-gradient(45deg, #000000 40%, #b9b9b92e 80%);
    background-image: url(images/shimmer.webp);
    background-position: center;
    mix-blend-mode: soft-light;
}
#audio-player-wrap p { font-family:'Syne Mono',monospace; color:#00ff9c; font-size:1em; margin-bottom:10px; -webkit-animation:none; animation:none; }
#audio-player-wrap audio { width:100%; margin-top:8px; -webkit-filter:invert(1) hue-rotate(90deg); filter:invert(1) hue-rotate(90deg); }
.audio-label { text-align:center; color:#d13a3a; font-size:.7em; margin-bottom:6px; text-transform:uppercase; letter-spacing:2px; }
#signal-leak {
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 1.2s;
    font-size: 1em;
    color: rgba(0, 255, 156, 0.333);
    display:inline;
}
@-webkit-keyframes float {
	0% {
		-webkit-box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		        box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
		        transform: translatey(0px);
	}
	50% {
		-webkit-box-shadow: 0 25px 35px 0px rgba(0,0,0,0.2);
		        box-shadow: 0 25px 35px 0px rgba(0,0,0,0.2);
		-webkit-transform: translatey(-20px);
		        transform: translatey(-20px);
	}
	100% {
		-webkit-box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		        box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
		        transform: translatey(0px);
	}
}
@keyframes float {
	0% {
		-webkit-box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		        box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
		        transform: translatey(0px);
	}
	50% {
		-webkit-box-shadow: 0 25px 35px 0px rgba(0,0,0,0.2);
		        box-shadow: 0 25px 35px 0px rgba(0,0,0,0.2);
		-webkit-transform: translatey(-20px);
		        transform: translatey(-20px);
	}
	100% {
		-webkit-box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		        box-shadow: 0 15px 15px 0px rgba(0,0,0,0.6);
		-webkit-transform: translatey(0px);
		        transform: translatey(0px);
	}
}@-webkit-keyframes glitch-anim-text {
	0% { 
		-webkit-transform: translate3d(10px,0,0) scale3d(-1,-1,1); 
		        transform: translate3d(10px,0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		-webkit-transform: translate3d(10px,0,0) scale3d(-1,-1,1);
		        transform: translate3d(10px,0,0) scale3d(-1,-1,1);
	}
	10%, 100% {
		-webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
		        transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}@keyframes glitch-anim-text {
	0% { 
		-webkit-transform: translate3d(10px,0,0) scale3d(-1,-1,1); 
		        transform: translate3d(10px,0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		-webkit-transform: translate3d(10px,0,0) scale3d(-1,-1,1);
		        transform: translate3d(10px,0,0) scale3d(-1,-1,1);
	}
	10%, 100% {
		-webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
		        transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
} #audio-player-wrap {
    display:none; margin:20px auto 0; max-width:340px;
    background:#00000078;
    padding:16px 20px; font-family:'Syne Mono',monospace;
    color:#00ff9c; font-size:.8em; letter-spacing:1px; text-align:left;
    border-radius: 20px;
}


@media only screen and (max-width:1024px){
	.height {
	    height: calc(100vh - 100px);
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
}
@media only screen and (max-width: 1600px){
	.padding-bottom {
	    padding-bottom: 100px;
	}
}
@media only screen and (max-width:767px){
	#signal-leak{
		font-size: 1em;
		line-height:normal;
		display: block;
	}.inner p {
	    font-size: 1em;
	}.height {
	    display: block;
	    height:auto;
	    min-height: 100vh;
	}.background{
		height:100% !important;
		position: fixed !important;
	}.scene-layers {
	    position: fixed !important;
	}
}