/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container {
	height: 100%;
  margin: 0 auto;
}





