* {
	box-sizing: border-box;
}

html,
body {
	background: #0A100A;
}

#animation * {
	z-index: 100;
}

#theme-picker {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	border-radius: 9px 0px 0px 9px;
	background: rgba(50, 50, 50, 0.5);
	position: absolute;
	right: 0px;
	top: 150px;
}

#theme-picker * {
	position: relative;
	z-index: 1000;
	display: block;
}

#theme-picker img {
	margin: 6px;
	width: 30px;
}

.logo-container {
	height: 300px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 9px;
	z-index: 100;
}

.parallax {
	background-color: #94D8FE;
	min-height: 700px;
	-webkit-perspective: 100px;
	        perspective: 100px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;	
	margin-left: -1500px;
}

.parallax-header {
	height: 100%;
	width: 3000px;
	text-align: center;
	padding-top: 60px;
}

.parallax-body {
	background-color: #0A100A;
	width: 100vw;
	float: right;
	padding-bottom: 75px;
}

.parallax-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.parallax-layer img {
	display: block;
	position: absolute;
	bottom: 0;
}

.parallax-cover {	
	background-color: #0A100A;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	padding-top: 60px;
}

.parallax-layer-0 {
	-webkit-transform: translateZ(-300px) scale(4);
					transform: translateZ(-300px) scale(4);
}

.parallax-layer-1 {
	-webkit-transform: translateZ(-250px) scale(3.5);
					transform: translateZ(-250px) scale(3.5);
}

.parallax-layer-2 {
	-webkit-transform: translateZ(-200px) scale(3);
					transform: translateZ(-200px) scale(3);
}

.parallax-layer-3 {
	-webkit-transform: translateZ(-150px) scale(2.5);
					transform: translateZ(-150px) scale(2.5);
}

.parallax-layer-4 {
	-webkit-transform: translateZ(-100px) scale(2);
					transform: translateZ(-100px) scale(2);
}

.parallax-layer-5 {
	-webkit-transform: translateZ(-50px) scale(1.5);
					transform: translateZ(-50px) scale(1.5);
}

.parallax-layer-6 {
	bottom: -1px;
	-webkit-transform: translateZ(0px) scale(1);
					transform: translateZ(0px) scale(1);
}
