* {
	margin: 0;
	padding: 0;
}

#wrapper {
	text-align: center
}

.content {
	max-width: 500px;
	padding-top: 150px;
	margin: 0 auto;
}

img {
	margin-bottom: 30px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.8em;
	line-height: 2em;
	color: #05608F;
}

@media only screen and (max-width: 500px) {
	.content {
		padding-top: 100px;
	}

	h1 {
		font-size: 1.4em;
		line-height: 1.6em;
	}
}