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


body {
	font-family: 'Lato', Calibri, Arial, "sans-serif;";
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}


.content h2 {
	font-weight: 200;
	font-size: 4em;
	color: #333;
}


.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}
