a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
	height: 100%;
	font-family: 'Rajdhani', sans-serif;
}
.page {
	min-height: 100%;
	background: url(../img/tacomabgsmall.jpg) no-repeat center center scroll;
	background: url(../img/tacomabg.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
.inner-page {
	width: auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	margin: 20px auto;
}
	h1 em {
		font-size: 38px;
	}
h1.release {
	margin: 40px auto;
}
h2 {
	font-size: 28px;
	margin: 20px auto 20px auto;
}

h2s {
	font-size: 20px;
	margin: 30px auto 5px auto;
}

.mainlogo {
	max-width: 100%;
}

#teaser-contain {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	
}

#teaser {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

#teaser iframe {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.links {
	margin-bottom: 30px;
	font-size: 20px;
}
ul.links li {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}
ul.links.storelinks li  {
	width: auto;
	margin: 20px 40px;
}
ul.links.storelinks li img {
	max-height: 70px;
	vertical-align: bottom;
	max-width: 100%;
}
ul.links.storelinks li.xboxone img {
	max-height: 50px;
	vertical-align: 5px;
}
ul.links.storelinks a {
	transition: opacity 0.2s;
}
ul.links.storelinks a:hover {
	opacity: 0.75;
}

form.updates {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-style: italic;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 2px;
	padding: 0 8px;
	font-size: 14px;
	text-align: left;
}




.screenshots {
	margin: 20px auto;
}
.screenshots a {
	background-color: #000;
	display: inline-block;
	height: 100%;
	margin: 25px;
}
.screenshots img {
    border: 3px solid black;
    box-shadow: 0px 0px 0px 2px white;
    opacity: 0.85;
    transition: opacity 0.3s;
    width: 310px;
    margin-bottom: -2px;
}
.screenshots a:hover img {
	opacity: 1;
}






.inputs input, .inputs input[type="submit"], .inputs button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inputs {
	font-size: 0;
	line-height: 0;
	width: 100%
}

.inputs input {
	width: 150px;
}

.inputs input, .inputs button {
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 8px;
	border-right-width: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 0;	
}
	input#fieldName, input#fieldEmail {
		text-align: left;
	}
	.field:hover {
		box-shadow: inset 0 0 0 3px #000;
		background-color: #444;
	}
	.inputs button, .inputs .submit {
		border-right-width: 2px;
		cursor: pointer;
		text-transform: uppercase;
		width: 64px;
	}
	.inputs button:hover, .inputs input[type="submit"]:hover, .inputs input:focus, .inputs button:focus {
		background-color: #fff;
		color: #000;
		outline: none;
		box-shadow: inset 0 0 0 2px #000;

	}
	.inputs button:active, .inputs input[type="submit"]:active {
		box-shadow: inset 0 0 0 2px #ff0000;
		color: #ff0000;
	}
	::-webkit-input-placeholder {
		text-transform: uppercase;
		color: #aaa;
		font-style: italic;
		vertical-align: middle;
	}
	
	:-moz-placeholder { /* Firefox 18- */
		text-transform: uppercase;
		color: #aaa;
		font-style: italic;
		vertical-align: middle;
	}
	
	::-moz-placeholder {  /* Firefox 19+ */
		text-transform: uppercase;
		color: #aaa;
		font-style: italic;
		vertical-align: middle;
	}
	
	:-ms-input-placeholder {  
		text-transform: uppercase;
		color: #aaa;
		font-style: italic;
		vertical-align: middle;
	}

input[type="submit"]::-moz-focus-inner {
	border: 0;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 790px) {
	body {

	}
	.page {
		width: auto;
		padding: 20px;
	}
	#teaser-contain {
		width: auto;
		margin-right: 5px;
		margin-left: 5px;
	}
	#teaser {
		margin: 0;
	}

	html body .oneline {
		display: block;
		text-align: center;
		width: auto;
	}
	ul.links li {
		margin: 10px auto;
	}
	form.updates {
		width: auto;
	}
	form.updates .inputs input {
		width: 80%;
		border-width: 2px;
		margin: 10px auto;
	}
	form.updates .inputs input[type="submit"] {
		width: 40%;
	}

	.screenshots img {
		width: 100%;
	}

}