/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.left {
    float: left;
}
.right {
	float: right;
}


/* =Fonts
-------------------------------------------------------------- */
@font-face {
	font-family: 'Akkurat';
    src: url('fonts/Akkurat.eot');
    src: url('fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
         url('fonts/Akkurat.woff') format('woff'),
         url('fonts/Akkurat.ttf') format('truetype'),
         url('fonts/Akkurat.svg#Akkurat') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Global
-------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF200;
	font-family: 'Akkurat', Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}

a, a:hover {
	text-decoration: none;
}

#center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 100px;
	margin: -50px 0 0 -200px;
}

p {
	position: absolute;
	top: 10px;
	left: 10px;
	
	color: #000;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

main {
	padding: 10rem 0.5rem 0.5rem 5rem;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #000;
}

main img { margin-bottom: 5px; }

h1, h2 {
	font-size: 1rem;
}

h1 { margin-left: -1em; }

main a { color: #000; }
main a:hover { text-decoration: underline; }

blockquote {
	margin-top: 5em;
	font-size: 0.75rem;
	font-style: italic;
}
blockquote span { 
	font-style: normal;
}

footer {
	position: absolute;
	bottom: 1rem;
	left: 5rem;
}



@media screen and (max-width: 768px) {
	
	main { padding: 5rem 0.5rem 0.5rem 2rem; }
	
	footer { left: 2rem; }
	
}