body {
    color: rgb(229, 240, 221);
	background: #424b39;
	font-family: "work-sans", sans-serif;;
}
a {
	color: rgb(229, 240, 221);
}
.page_wrap {
	margin: 0 auto;
	max-width: 600px;
	min-height: 100%;
	position: relative;
	width: 100%;
}
.page_inner {
	left: 50%;
	padding: 3em 2em;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	width: 100%;
}
.page_header {
	width: 100%;
}
.page_title {
	display: block;
	margin: 0 auto 2em auto;
	width: 100%;
	max-width: 600px;
}
.page_content {
	text-align: center;
}
.page_footer {
	font-size: 0.75em;
	margin-top: 2em;
	padding: 0em 0 2em 0;
	text-align: center;
}
p {
	line-height: 1.5em;
}
i {
	display: inline-block;
	height: 1.25em;
	width: 1.25em;
}
i svg {
	height: 100%;
	fill: rgb(229, 240, 221);
	width: 100%;
	vertical-align: text-bottom;
}
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1.25em;
}
a {
	text-decoration: none;
}
a:hover, a:hover i svg {
	color: #fff;
	fill: #fff;
}
.connect {
	list-style: none;
	margin: 0;
	padding: 0;
}
.connect li {
	display: inline-block;
	line-height: 1.75em;
	margin: 0 0.5em;
}
@media screen and (max-height: 460px) {
	.page_inner {
		left: 0;
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
}