nav li {
	text-transform: capitalize;
}

h1, h2, a {
	color: #01467f;
}

header h3 {
	font-size: 32px;
}

.downloadButton a {
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 45px;
	background-color: #3e2308;
	color: #ffffff;
}