/*-------------------------------------------
   	Global Starter
-------------------------------------------*/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, menu, nav, section, main, summary,
time, mark, audio, video { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, audio, canvas, progress, video {
    display: block;
}

html { 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased;
}

body {
	-moz-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings: "liga=1, kern=1";
	-ms-font-feature-settings: "liga", "kern";
	-o-font-feature-settings: "liga", "kern";
	-webkit-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
}


html {
  box-sizing: border-box;  
}

*, *:before, *:after {
  box-sizing: inherit;
}


a:active,
a:hover {
    outline: 0;
}

/* Nice Subs & Sups */
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}

	sup {top: -0.5em;}
	sub {bottom: -0.25em;}


img {
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
	display: block;
	max-width: 100%;
	height: auto;

	a & {
		border: none;
	}
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button {
	cursor: pointer;
}


::-moz-selection { background: #d7d7d7; color: #000; text-shadow: none; }
::selection { background: #d7d7d7; color: #000; text-shadow: none; }


h1 {
	font-family: "stencil-std";
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
}

.contain {
	width: 100%;
	text-align: center;
	margin: 50px auto;
	padding: 0 25px;
}

img {
	margin: 20px auto 30px;
}

p {
	font-family: courier;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 1.5em;
}

@media screen and (min-width: 600px) {
	
	h1 {
		font-size: 48px;
	}
	
	.contain {
		width: 75%;
		max-width: 800px;
	}
} 

