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


body {
	color: #333;
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.618;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.center {
	text-align: center;
}
.block {
	margin-top: 50px;
}

header {
	margin: 70px 0;
}
header h1 {
	font-size: 48px;
}