
html, body {
	margin: 0;
	padding: 0;
	
	color: #fff;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

body {
	position: relative;
	z-index: 0;
	
/* 	font-family: "Helvetica-neue"; */
	
/* 	border: 5px solid yellow; */
}

#main {
	position: relative;
	
	width: 100%;
	min-height: 100vh;
	height: 100%;
	
/* 	background-color: transparent; */
	
/* 	border: 5px solid green; */
}

.top-right {
	display: inline-block;
	position: relative;
	margin: 0px auto;
	padding-top: 3vh;
	padding-bottom: 3vh;
	
	text-align: center;
}

.btn_available_now {
	position: fixed;
	right: 0px;
	top: -32px;
}

.patreon_link {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.bg-radial {
/*
	position: absolute;
	z-index: -3;
*/
	
	width: 100vw;
/* 	min-height: 100vh; */
	height: 100%;
	
	background: gray; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(gray, black); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(gray, black); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(gray, black); /* For Firefox 3.6 to 15 */
	background: radial-gradient(gray, black); /* Standard syntax */

}

.content {
	position: relative;
	z-index: 0;
	
	width: 75vw;
	height: 100%;
	
	margin: 0 auto;
	
	background-color: transparent;
	
	text-align: center;
/* 	border: 3px solid black; */
}

.game-logo {
	position: relative;
	text-align: center;
	padding-top: 3vh;
}

.game-logo img {
	width: 50%;
	min-width: 96px;
	max-width: 192px;
}

.game-logo div.title {
	padding-top: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.3em;
}

.game_description {
	margin: 5% auto;
	font-size: 1.4em;
}

.download {
	position: relative;
	margin: 5% auto 1% auto;
	
/* 	border: 1px solid green; */
	font-size: 1.5em;
}

.download_link {
	margin: 15px 25px;
	padding: 15px 20px;
	
	width: 128px;
	display: inline-block;
	
	border: 1px solid lightgray;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 8px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
	
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

.download_link:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
}

.screenshots_sep {
	margin:32px 0px;
/* 	border: 3px solid red; */
}

#screenshots {
	position: relative;
	
	width: 100%;
	
	text-align: center;
	
/* 	border: 5px solid #2727c9; */
}

#screenshots div.screenshot {
	position: relative;
	display: inline-block;

	margin: 0px auto;
	
	min-width: 200px;
	width: 60%;
	max-width: 375px;
	max-height: 100%;
	
	text-align: center;
}

#screenshots div.screenshot img {
	position: relative;
	margin: 8% 4%;
	width: 85%;
	height: 85%;
	
	box-shadow: 4px 4px 16px 16px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.bottom {
	position: relative;
	margin: 0px auto;
	padding-top: 3vh;
	padding-bottom: 3vh;
	
	text-align: center;
}

.vm {
	position: fixed;
	left: 16px;
	bottom: 16px;
}

.social {
	margin-bottom: 3%;
}

.privacy-tos {
	font-size: 12px;
	font-family: "Helvetica";
}

.privacy-tos a {
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}

.privacy-tos a:hover {
	text-decoration: underline;
}

.privacy-tos-info {
	font-family: "Helvetica";
}
