.content-area {
	max-width:840px;
	margin:auto;
	padding:0 20px;
}
h1 {
font-size:45px;
line-height:64px;
letter-spacing: -.4;
}

h2 {
	font-size:40px;
	line-height: 56px;
	letter-spacing: -.4;
	margin-bottom:10px;
}

h3 {
	font-size:32px;
	line-height: 40px;
	letter-spacing: -.4;
}

h4 {
	font-size:24px;
	line-height: 32px;
	letter-spacing: -.4;
	
}

h5 {
	font-size:20px;
	line-height: 24px;
	letter-spacing: -.4;
	
}

p {
	font-size:16px;
	line-height: 24px;
	letter-spacing: -.1
}

input[type="text"] {
	background:white;
}