/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; position: relative; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after,q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } 

html {
	height: 100%;
	min-height: 100%;
}

body {
	background: #2c2c2c;
	min-height: 100%;
	width: 650px;
	margin: auto;
	line-height: 1.2;
	font-family: 'Play', arial, serif; 
}

section {
	text-align: center;
}

figure {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	height: 215px;
	width: 185px;
}

figure a {
	display: block;
	height: inherit;
	width: inherit;
	font-weight: 900;
	text-decoration: none;
	color: white;
	text-shadow: 0 1px 4px rgba(0,0,0, 1);
}

figure p {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;	
}

header {
	color: white;
	margin: 0 0 30px 0;
}
header p {
	margin: 13px 0 0 0;
}

h1, header p {
	font-size: 20px;
	text-shadow: 0 1px 4px rgba(0,0,0, 1);
	font-weight: 900;
	text-align: justify;
}

h2 {
	font-size: 70px;
	font-weight: 900;
	color: #a35100;
	text-shadow: 0 1px 1px rgba(255,255,255, .3),0 1px 10px rgba(0,0,0, 1);
}

footer {
	color: #ccc;
	position: absolute;
	bottom: 0;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
	font-size: 13px;
	text-shadow: 0 1px 4px rgba(0,0,0, 1);
	width: 100%;
}

footer p {
	margin-top: 5px;
}
