body {
	text-align: center;
	margin: 0;
	background: #8000ff
}

body,
html {
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000
}

* {
	margin: 0;
	padding: 0
}

body:active {
	cursor: grabbing
}

.frame {
	height: 100%;
	width: 100%;
	position: relative
}

#logo {
	position: absolute;
	top: 20%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -49%);
	width: 90%;
	max-width: 850px;
	opacity: 0
}

.content-container {
	color: #000;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 3%
}

.container {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	z-index: 2
}

canvas {
	margin: 0 auto;
	border: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: block
}

#main {
	background: 0 0;
	display: flex;
	flex-flow: column wrap;
	align-content: start;
	height: 100vh;
	box-sizing: border-box;
	z-index: 2000
}

.top {
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
	height: 70px;
	width: 100%;
	z-index: 200
}

.bottom {
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
	width: 100%;
	z-index: 200
}

.box {
	flex: 1 0 calc(20%);
	background: #fff;
	box-shadow: 0 0 0 1px #eee
}

.rect {
	flex: 1 0 calc(60%);
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
	position: relative
}

.email {
	color: #000;
	font-size: 16px;
	text-align: left;
	float: left;
	margin-left: 27px;
	margin-top: 27px
}

a {
	color: #000;
	font-family: din_alternatebold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px
}

.coming-soon {
	position: absolute;
	right: 0;
	top: 0;
	padding: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #ceff1a;
	color: #000;
	font-family: Teko;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px
}

.score {
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #ceff1a;
	color: #000;
	font-family: Teko;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0;
	right: 0
}

#hint {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	color: #eee;
	font-size: 17px;
	font-family: din_alternatebold;
	opacity: 0
}

.top .links {
	display: flex;
	justify-content: center;
    margin-left: -15px;
}

.top .links a {
	margin-top: 27px;
	margin-left: 24px;
	margin-right: 24px
}

#mc_embed_signup {
	position: relative;
	text-align: right;
	float: right;
	margin-right: 27px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.signup {
	color: #000;
	font-family: din_alternatebold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: right;
	margin-right: 10px
}

input[type=email] {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	width: 220px;
	color: #8E8E93;
	font-family: Teko;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	padding: 7px;
    padding-top: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=submit] {
	background-color: #ff00b4;
	width: 124px;
	color: #fff;
	font-family: Teko;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.25px;
	text-align: center;
	border: none;
	padding: 8px;
    padding-top: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=submit]:hover {
	background-color: #D60095;
}

a {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-bottom: 1px dotted transparent;
	padding-bottom: 0;
	position: relative;
	top: 0;
	color: #000;
	text-decoration: none
}

a:hover {
	border-bottom: 1px dotted rgba(0, 0, 0, .8);
	color: #ff00b4;
	animation: bounce linear infinite 1s
}

.center-text {
	text-align: center;
	color: #000;
	font-family: Teko;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	box-sizing: border-box;
	opacity: 0;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 45px;
	bottom: 0
}

#language_dropdown {
	float: left;
    margin-left: 27px;
    margin-top: 27px;
}

@media screen and (max-width: 960px) {
	.top .links a {
	    margin-top: 27px;
	    margin-left: 12px;
	    margin-right: 12px;
	    margin-bottom: 27px;
	}
}

@media only screen and (max-height:1060px) {
	.center-text {
		color: #000;
		font-size: 40px;
		padding: 3%;
		line-height: 40px;
		top: 40px
	}
}

@media only screen and (max-height:880px) {
	.center-text {
		color: #000;
		font-size: 35px;
		padding: 3%;
		line-height: 35px;
		top: 35px
	}
}

.mobile-only {
	display: none
}

#center-text {
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width:900px) {
	.signup {
		display: none
	}
}

@media (orientation:landscape) and (max-height:500px) {
	#logo {
		width: 90%;
   	 	max-width: 650px;
	}
	.center-text {
		font-size: 23px;
		line-height: 23px;
		top: 23px
	}
	.top {
		height: 34px
	}
	.top .links a {
		margin-top: 9px;
		font-size: 14px
	}
	.email {
		margin-top: 13px
	}
	input[type=email] {
		padding: 3px
	}
	input[type=submit] {
		padding: 4px
	}
	#mc_embed_signup {
		margin-top: 5px
	}
	#language_dropdown {
		float: none;
		margin-bottom: 16px !important: 
    	margin-top: 0px !important;
	}
}

@media only screen and (max-width:640px) {
	#logo {
    	width: 90%;
    	max-width: 650px;
   	}
	.email {
		display: none
	}
	#mc_embed_signup {
		position: relative;
		text-align: center;
		margin: 0;
		margin-top: 10px;
		float: none
	}
	input[type=email] {
		width: 65%
	}
	input[type=submit] {
		width: 25%
	}
	.coming-soon {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 12px
	}
	.score {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 12px
	}
	.top {
		height: 44px
	}
	.top .links a {
		margin-top: 13px;
		font-size: 14px
	}
	.signup {
		display: none
	}
	.center-text {
		font-size: 25px;
		line-height: 30px;
		top: 30px
	}
	#center-text .frame {
		height: 20vh;
		display: flex;
		align-items: center
	}
	.rect {
		flex: 1 0 calc(100%)
	}
	#main .mobile-only {
		display: block
	}
	#language_dropdown {
		float: none;
    	margin: 12px !important;
	}
}

@font-face {
	font-family: din_alternatebold;
	src: url(../fonts/din_alternate_bold-webfont.woff2) format('woff2'), url(../fonts/din_alternate_bold-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: din_condensedbold;
	src: url(../fonts/din_condensed_bold-webfont.woff2) format('woff2'), url(../fonts/din_condensed_bold-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-moz-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-webkit-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-ms-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-o-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@keyframes bounce {
	0% {
		padding-top: 0;
		padding-bottom: 8px
	}
	50% {
		padding-top: 8px;
		padding-bottom: 0
	}
	100% {
		padding-top: 0;
		padding-bottom: 8px
	}
}