html, body {
	min-height:100%;
	height:100%;
	background: url('./background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif
}

h1 {
	margin: 8px;
	color: white;
	text-shadow: -2px 2px 5px black;
	font-weight: normal;
	font-size: 250%;
}

#playmenu {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 1.2em;
	max-width: 1500px;
	/*max-height: 75px;*/
	white-space: nowrap;
}

#playmenu a:hover {
	/*box-shadow: 0 0 10pt 3pt #500090;*/
	box-shadow: 0 0 10pt 3pt #FFD700;
	border-radius:  10px;
}

.center-horizontal {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#footer {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	min-height: 2em;
	font-weight: normal;
	font-size: 50%;
}

.badge {
	display: inline-block;

	/* Hide the text. */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	/* Responsive sprite. Aspect ratio = 3.36 */
	width: 16.8%;
	height: 0;
	padding-bottom: 5%;

	background-image: url('./badges.png');
	background-size: 100%;
}

#sprite-android {
	background-position: 0 0;
}

#sprite-ios {
	background-position: 0 25%;
}

#sprite-uwp {
	background-position: 0 50%;
}

#sprite-steam {
	background-position: 0 75%;
}

#sprite-fb {
	background-position: 0 100%;
}
