body {
	background-color: #111218;
	color: #f4ebdc;
	font: 1.5em 'Roboto Condensed', sans-serif;;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
hr {
	border: 1px dashed #111218;
	margin: 5% 10%;
}
h1 {
	font-size: 0.75em;
	margin: 16px;
}
h2 {
	font-size: 1em;
}
p { 
	margin: 0px;
}
a:link {
	color: #89092b;
	text-decoration: none;
}
a:visited {
	color: #89092b;
}
a:hover {
	color: #89092b;
	text-decoration: underline;
}
.inline-block {
	display: inline-block;
}
.img-btn {
	width: 160px;
	height: 128px;
	margin: 16px;
	display: block;
	background-position: top 0px left 16px;
	background-repeat: no-repeat;
	padding: 136px 0px 0px 0px;
	box-sizing: border-box;
}
.quote {
	font-style: italic;
	font-size: 0.75em;
	width: 80%;
	margin: 16px auto;
}
.store-link {
	display: inline-block;
}
.left {
	float: left;
	width: 50%;
}
.right {
	margin-left: 50%;
}
.screenshot {
	max-width: 25%;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
}
.merch-btn {
	width: 256px;
	height: 256px;
	display: inline-block;
	padding: 256px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	box-sizing: border-box;
	background-position: top 0px left 0px;
	background-size: 256px 256px;
	background-repeat: no-repeat;
}
#btn-steam {
	background-image: url("store-steam.png");
}
#btn-gog {
	background-image: url("store-gog.png");
}
#btn-humble {
	background-image: url("store-humble.png");
}
#btn-itch {
	background-image: url("store-itch.png");
}

#tshirt-vp { background-image: url("merch-vptshirt.png"); }
#tshirt-ri { background-image: url("merch-ritshirt.png"); }

#content {
	background-color: #f4ebdc;
	color: #111218;
	width: 75%;
	min-width: 720px;
	margin:0px auto;
}
#screenshots {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#publisher-link {
	background-image: url("vertical_capsule.png");
	background-repeat: no-repeat;
	background-position: top 0px left 0px;
	width: 374px;
	height: 0px;
	display: inline-block;
	padding: 448px 0px 0px 0px;
}
#description {
	text-align: center;
}
#description:after {
	content: "";
	display: table;
	clear: both;
}
#title {
	display: none;
}
#stores {
	list-style-type: none;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}
#logo-video {
	width: 100%;
	height: 100%;
}
#footer {
	padding: 48px;
	font-size: 0.75em;
	text-align: center;
}
