body {
	font-family: gill sans nova, sans-serif;
}

section h1 {
	font-size: 150pt;
	text-align: center;
	line-height: 155pt;
	color: rgba(32,93,128);
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 100px;
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: center;
}

section h2 {
	font-size: 40pt;
	text-align: center;
	color: lightgray;
}

.info div {
	background-color: rgba(32,93,128);
	color: white;
	width: 350px;
	display: inline-block;
	padding: 40px 40px 15px;
}

.info {
	text-align: center;
	margin-bottom: 25px;
}

.info div img {
	width: 125px;
	text-align: center;
}

.illustration {
	display: inline-block;
	max-width: 600px;
	margin: 0;
	padding: 0;
}