* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #3a3a7c;
	font-size: 16px;
	line-height: 25px;
	background-image: url("../images/layout/exo_layout_bg_wide.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center bottom;
}

@media(max-width: 1000px) {
	body {
		background-image: url("../images/layout/exo_layout_bg_tall.jpg");
		font-size: 18px;
		line-height: 28px;
	}
}
	
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
	padding: 0px 0 40px 0;
	font-size: 250%;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px auto 10px auto;
}

p {
	padding: 0 0 10px 0;
	margin: 0px;
}

a, a:hover {
	color: #ffffff;
}

header {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 100vh;
	width: 100vw;
	min-height: 800px;
	max-height: calc(3 * 100vw);
}

header video {
	height: 100vh;
	min-height: 800px;
	max-height: calc(3 * 100vw);
	width: 100vw;
	object-fit: cover;
	position: absolute;
	display: inline-block;
	vertical-align: baseline;
}

.logo {
	max-width: min(95vw, 850px);
	margin: auto;
	margin-top: max(min(55vh, 200vw), 100px);
	position: relative;
	display: block;
}

.buttons {
	z-index: 2;
	height: 130px;
	margin: -20px auto 0 auto;
	position: relative;
	display: block;
	text-align: center;
}

.buttons img {
	width: 60px;
	margin: 0 5px;
	opacity: 0.7;
}

@media(max-width: 1000px) {
	.buttons img {
		width: 80px;
	}
}

article {
	width: 800px;
	clear: both;
	color: #ffffff;
	margin: 30px 10% 30px auto;
}

@media(max-width: 1000px) {
	article {
		margin: 30px auto 30px auto;
	}
}

article .box_top {
	height: 70px;
	background-image: url("../images/layout/box_top.png");
}

article .box_middle {
	background-image: url("../images/layout/box_middle.png");
	background-size: 100% 100%;
	padding: 0px 60px;
	text-align: left;
	min-height: 250px;
}

article .box_bottom {
	height: 70px;
	background-image: url("../images/layout/box_bottom.png");
}

article ul {
	padding: 10px 40px;
}
article li {
	margin-bottom: 10px;
}

.trailer {
	border: solid black 2px;
	width: 674px;
	background: #000000;
}

.signup {
	width: 420px;
	margin: 0 auto;
}

.signup form {
	display: inline;
}

.signup input {
	height: 30px;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-radius: 6px;
	vertical-align: top;
}

footer .signup input {
	vertical-align: middle;
}

.screenshots_box {
	width: 100%;
	background: #1c1326;
	padding: 80px 0 60px 0;
	margin: 30px 0;
	color: #f0f0fb;
	text-align: center;
}

.screenshots {
	width: 80vw;
	height: calc(80vw * (9/16));
	margin: 0 auto;
}

.screenshots .screenshot {
	width: 80vw;
	height: calc(80vw * (9/16));
}

.screenshots .screenshot img {
	width: calc(80vw - 100px);
	height: calc((80vw - 100px)* (9/16));
}

.screenshots .dot {
	background: #f0f0fb !important;
}

.team div {
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.team div img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.team div {
	/*font-size: 80%;*/
}
.team div a {
	font-size: 120%;
}

footer {
	background: #3a3a7c;
	height: 210px;
	max-width: 100vw;
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}

footer img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
