@import url(https://fonts.googleapis.com/css?family=Lato:300,400|Play:400);

* { padding:0; outline:0; border:0; margin:0;
	text-decoration:none; font:300 1em/1.6 Lato;
	color:#333;
	-moz-transition:all 250ms ease-in-out; -webkit-transition:all 250ms ease-in-out;
  transition:all 250ms ease-in-out  }

html { background:#fbfbfb; height:100% }
body * { max-width:34em; margin:0 auto }

a { font-weight:400 }

header { min-width:100%; position:fixed; top:0; left:0; padding-left:1.6em;
	 	background:rgba(251,251,251,.9);
	 	box-shadow:0 1px 2px rgba(0,0,0,.3) }
header + * { padding-top:1.6em }

h1, h2, p { margin-bottom:1em }
h1 { font-size:1.6em }
h2 { font-weight:400 }