/* WINNING BLIMP
--------------------------------------------- */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,dd,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	background: url(../gfx/background.png) repeat;
	box-shadow: inset 0px 0px 150px rgba(0,0,0,0.9);
	scroll-behavior: smooth;
}

p, a, dd, li, th, td, h1, h2, h3, h4, h5, h6 {
	color: #DD8800;
	text-shadow: 0px 0px 5px rgba(255,50,0,0.63);
	font-family: 'Maven Pro', sans-serif;
	line-height: 1.2em;
	font-weight: 400;
}
a:link, a:visited {
	color: #FA0;
}
a:hover, a:active {
	color: #FFF;
}
body {
	max-width: 50em;
	margin: 0 auto;
	text-align: center;
}
h1 img {
	max-width: 100%;
}
header h2 {
	text-align: center;
	font-size: 1.8em;
	margin: 0 auto;
	font-weight: 400;
	text-transform: uppercase;
}
section#games {
	padding: 3em 0;
}
.gamebox img {
	max-width: 70%;
	margin: 1em;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(255,50,0,0.1);
}
div.gamebox a {
	display: block;
	border: 2px solid rgba(0,0,0,0);

}
div.gamebox a:hover, .gamebox a:active {
	display: block;
	border: 2px solid rgba(255,136,0,0.4);
	background-color: rgba(255,136,0,0.07);
	box-shadow: 0px 0px 10px rgba(255,50,0,0.2);
}
footer {
	padding-bottom: 6em;
}
