html, body
{
	width: 100%;
	padding: 0;
	margin: 0;
}

body{
	background-color:#126cd2;
	background-image:url("assets/sketch.png");
	background-repeat:no-repeat;
    background-attachment: fixed;
	background-position:50% 20%;
	background-size: 100%;
}

.wrapper
{
	width: 770px;
	margin: 0px auto;
}

a:link {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}
a:active {
    color: #FFFFFF;
}

/* LINKS */
.links a:hover { color: #ffffff; }

.links a { 
		display:block;
		color: #dddddd; 
		font-size:28px; 
		text-decoration: none; 
		text-transform: uppercase; 
		font-family: 'poetsenone', sans-serif;
		text-align:left;
		
		padding-top:5px;
		padding-bottom:5px;
		padding-left:12px;
		margin-top:3px;
		margin-bottom:3px;
		width:145px;
		
		background-color:rgba(0,0,0,0.4);
		border-radius: 8px;
}

/*SHIRT*/
.shirt {
		display:block;
		text-align:left;
		
		padding-top:5px;
		padding-bottom:5px;
		padding-left:12px;
		margin-top:3px;
		margin-bottom:3px;
		width:161px;
}
.shirt :hover{
	transform: scale(1.1);
}

@media (min-width: 1060px) {

	.links
	{
		margin-right:-18px;
		position: fixed;
		top: 18px;
		right: 4px;
		text-align:left;
	}
	
	.shirt
	{
		margin-right:0;
		position: fixed;
		bottom: -14px;
		right: 0;
		text-align:left;
	}
}

@media (max-width: 1059px) {
	.links
	{
		width: 100%;
		text-align: center;
		height : 100%;
		float: left;
		background-color:#003363;
		margin-top:20px;
		padding-bottom:12px;
	
		-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	}
	
	.links a 
	{ 
		display:inline-block;
		text-align:center;
		margin-left:5px;
		margin-right:5px;
		margin-top:12px;
		padding-left:0;
		background-color:rgba(255,255,255,0.2);
	}
	
	.shirt
	{
		width:100%;
		text-align: center;
		height : 100%;
		
		
		
		padding:0;
		margin:0;
	}
}

/* BANNER */
.banner{
     padding-top:20px;
     padding-bottom:20px;
}

.banner img{
    display:block;
    margin:0 auto;

	height:auto; 
	width:auto; 
	max-width:95%;
}

/* VIDEO */
.video-wrapper {
	margin:0 auto;
	text-align:center;
	width: 772px;
	max-width:95%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.6);
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* PLATFORMS */
.platforms{
     padding-top:20px;
}

.platforms img{
    display:block;
    margin:0 auto;

	height:auto; 
	width:90%; 
	max-width:377px;
}

/* STEAM */
.steam_logo{
     padding-top:10px;
     margin-bottom:-8px;
}

.steam_logo img{
    display:inline-block;
    margin:0 auto;

	height:auto; 
	max-width:377px;
}

/* PLAYSTATION */
.playstation_logo{
     padding-top:10px;
     margin-bottom:-8px;
}

.playstation_logo img{
    display:inline-block;
    margin:0 auto;

	height:auto; 
	max-width:377px;
}

/* TWO COLUMN INFO BOX */
.info
{
	background: #003363;
	margin-top:20px;
	margin-bottom:20px;
	padding: 20px 0px 20px 0px;
	float: left;
	width: 100%;
	border-top: 1px solid #444c5f;
	border-bottom: 1px solid #000;
}

.left-column
{
	width: 280px;
	float: left;
	display: inline;
}

.right-column
{
	width: 450px;
	float: right;
	display: inline;
}

.screenshots
{
	display:block;
	margin: 0 auto;
}

.screenshots img
{
	width: 280px;
	margin: 3px;
	padding: 0px;
	background: #000;
	border: 1px solid;
	border-color:rgba(255,255,255,0);
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	
    transition: border-color 0.5s;
}

.screenshots img:hover
{
	border-color: #FFF;
}

.about
{
	height:490px;
	padding:16px;
	padding-top:10px;
	padding-bottom:6px;
	background-color:rgba(0,0,0,0.6);
	font-size: 22px;
	font-family: 'poetsenone', sans-serif;
	color:#fff;
	line-height:30px;
	border-radius: 8px;
}

.cassette{
text-align:center;
margin-top:-30px;
}

.cassette img{
width:96px;
}

/* FOOTER */
.footer
{
	background: #000;
	width: 100%;
	float: left;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-size: 1.0em;
	font-family: 'poetsenone', sans-serif;
	color: #777;
}

.footer a { color: #ccc; text-decoration: none; }
.footer a:hover { color: #cc2323; }

@media screen and (max-width: 770px) 
{
	body{
		background-attachment: scroll;
		background-position:50% 15%;
	}
}

@media screen and (max-width: 920px) 
{
	.wrapper{
		width: 80%;
	}
	
	.left-column, .right-column{
		width: 100%;
		float: left;
	}

	.screenshots img{
		width: 97%;
	}

	.about{
		height:100%;
	}
}