body {
	font-family: 'Raleway', sans-serif;
	background: #6f8597;
	color: #eee;
	text-align: center;
	font-size: 16px;
}
header {
	padding: 36px 0;
	text-align: center;
}
#logo img {
	margin: 0 auto;
}
i {
	padding-right: 5px;
}
img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 400px;
}
table {
	display: table;
	width: 100%;
}
td {
	display: table-cell;
	padding: 0.5em;
}
td:nth-child(odd) {
	width: 20%;
	font-weight: bold;
}
h1 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.5em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
h2 {
	color: #eee;
	font-weight: 400;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
}
a {
	color: #fff;
	transition: 0.2s all ease-in-out;
}
a:hover, a:focus, a:active  {
	text-decoration: none;
	color: #485b6b;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 1.25em;
	}
}