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



html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #fff;
	text-decoration: none;
	display: block; 
	position: absolute; 
	bottom: 10px; 
	right: 10px;
}



h1 a {
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

