
body {
	font-family: "HelveticaNeue-Thin", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

h1, h2, h3, h4 {
	font-weight: normal;
}
	h1{	
		text-align: center;
		margin-top: 4em;
		font-size: 2em;
	}
		h2 {
			margin-bottom: 0;
		}
			h3 {
				margin-top: 0;
			}
p {
	font-size: 1em;
	line-height: 1.2em;
}
hr{
	margin:3em auto;
	width: 90%;
}
section img {
	width: 100%;
}