@font-face {
	font-family: "SourBuddies";
	src: url("../font/SourBuddies-SemiboldIt.eot");
	src: url("../font/SourBuddies-SemiboldIt.eot?#iefix") format("embedded-opentype"),
		url("../font/SourBuddies-SemiboldIt.woff") format("woff"),
		url("../font/SourBuddies-SemiboldIt.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "SourBuddies";
	src: url("../font/SourBuddies-Semibold.eot");
	src: url("../font/SourBuddies-Semibold.eot?#iefix") format("embedded-opentype"),
		url("../font/SourBuddies-Semibold.woff") format("woff"),
		url("../font/SourBuddies-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

html, body
{
	height: 100%;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;

	background-color: #000;
	background-image: url(../img/letterbox_bg.png);
	font-family: 'SourBuddies', sans-serif;
	font-size: 14px;
	color: #DDD;
	font-weight: bold;
}

.body_container
{
	background-color: #FF0082;
	margin: 0 auto;
	max-width: 1835px;
	height: 100%;
}

.content_holder
{
	background-color: #272424;
}

a
{
	color: #FFF;
}

a:visited
{
	color: #EEE;
}

.header
{
	margin: 0 0 -70px 0;
	height: 329px;
	text-align: center;
	background-image: url(../img/bg-header.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

.footer
{
	margin: 0;
	height: 268px;
	text-align: center;
	background-image: url(../img/bg-footer.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

.footer p
{
	padding-top: 240px;
	margin-top: -200px;
}

.logo
{
	display: inline-block;
	width: 436px;
	height: 179px;
	margin: 12px auto;
	background-image: url(../img/logo.png);
	background-size: 436px 179px;
}

.button
{
	display: inline-block;
	width: 126px;
	height: 57px;
	background-size: 126px 57px;
	margin: 0 6px;
}

.button_story
{
	background-image: url(../img/button-story.png);
}

.button_howtoplay
{
	background-image: url(../img/button-howtoplay.png);
}

.button_comic
{
	background-image: url(../img/button-comic.png);
}

.navigation img
{
	padding: 0 6px;
}

.content
{
	min-width: 300px;
	max-width: 900px;
	min-height: 500px;
	padding: 0 250px;
	margin: auto;
	font-size: 26px;
}

.content .highlight
{
	color: #FEF35B;
	font-style: italic;

}

.center
{
	text-align: center;
}

.content_left
{
	background: url(../img/content-left.png);
	width: 286px;
	height: 475px;
	float: left;
	position: relative;
	right: 300px;
	margin-right: -286px;
	background-repeat: no-repeat;
}

.content_right
{
	background: url(../img/content-right.png);
	width: 225px;
	height: 201px;
	float: right;
	position: relative;
	left: 225px;
	margin-left: -225px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 600px)
{
	.content
	{
		padding: 0 5px;
		text-align: center;
	}

	.content p
	{
		text-align: left;
	}

	.content p.center
	{
		text-align: center;
	}

	.content_left
	{
		text-align: center;
		display: inline-block;
		position: static;
		float: none;
		right: auto;
		margin: 20px 0 0 0;
	}

	.content_right
	{
		display: none;
		width: 0;
		margin-left: 0;
	}
		
}

.appstore_button
{
	display: inline-block;
	width: 216px;
	height: 60px;
	background-image: url(../img/appstore-badge.svg);
	background-size: 216px 60px;
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 4px 0;
}

.howtoplay_holder
{
	text-align: center;
}

.howtoplay
{
	z-index: -1;
	margin: auto;
	width: 831px;
	height: 398px;
	min-height: 398px;
	background-size: 831px 398px;
	background-image: url(../img/howtoplay.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)
{
	.logo
	{
		background-image: url(../img/logo@2x.png);
	}

	.content-left
	{
		background-image: url(../img/content-left@2x.png);
		background-size: 286px 475px;
	}

	.content-right
	{
		background-image: url(../img/content-right@2x.png);
		background-size: 225px 201px;
	}

	.header
	{
		background-image: url(../img/bg-header@2x.png);
		background-size: 1835px 329px;
	}

	.footer
	{
		background-image: url(../img/bg-footer@2x.png);
		background-size: 1837px 268px;
	}
	.button_story
	{
		background-image: url(../img/button-story@2x.png);
	}

	.button_howtoplay
	{
		background-image: url(../img/button-howtoplay@2x.png);
	}

	.button_comic
	{
		background-image: url(../img/button-comic@2x.png);
	}

	.howtoplay
	{
		background-image: url(../img/howtoplay@2x.png);
	}
}