body {
	font-family: 'HelveticaNeue-Light','Helvetica Neue', Arial, sans-serif;
	line-height: 1.25;
	margin-top: 8em;
	margin-left: 0em;
	margin-right: 0em;
	font-size: 20px;
	width: 100%;
}

h1 {
	font-size: 32px;
	text-align: center;
	font-weight: lighter;
	margin: 0 auto;
}

h2, p#description, p#message {
	font-size: 24px;
	text-align: center;
	color: #a7a7a7;
	margin-top: 0;
	font-weight: lighter;
}

p#description2{
	font-size: 18px;
	text-align: center;
	color: #3f3e3e;
	margin-top: 20;
	font-weight: normal;
}

ul {
	padding: 0;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 0;
}

li {
	display: inline-block;
	margin-left: 5px;
}

p#message {
	font-size: 15px;
	margin-top: 25px;
}

@media screen and (max-height: 480px) {
	body {
		margin-top: 6em;
	}
}

.avatar {
	vertical-align: middle;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}