body {
	padding: 30px;
	background: #eee;
}

div#header {
	max-width: 1024px;
}


h1 {
	font-size: 36px;
}

h2 {
	margin-top: 30px;
	font-size: 30px;
}

@media (max-width: 599px) {
	h1 {
		font-size:24px;
		line-height: 28px;
	}

	h2 {
		font-size: 20px;
	}
}
