<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<title>Please Try Again Soon</title>
	<style type="text/css">
		@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
		html {
			background: url("ems-maintenance-bg.jpg") no-repeat center center fixed;
			background-size: cover;
		}
		.site-offline {
			margin: 0 auto;
			text-align: center;
			padding-top: 5%
		}
		.site-offline h1, .site-offline p {
			font-family: 'Montserrat', sans-serif;
			color: #fff;
		}
		.site-offline h1 {
			font-weight: 700;
			font-size: 30px;
			margin-bottom: 50px;
			text-transform: uppercase;
		}
		.site-offline .light {
			font-weight: 400;
		}
		.site-offline p {
			font-size: 18px;
			line-height: 26px;
			font-weight: 300;
			margin: 10px 0px;
		}
		.logo {
			width: 300px;
			height: auto;
		}
	</style>
	</head>
	<body>
	<div class="site-offline">
		<img class="logo" src="GoEast_W.png" alt="Eastern Mountain Sports" />
		<h1>GONE HIKING!</h1>
		<p>Just kidding. We’re doing some boring IT maintenance.</p>
		<p>We’ll be back in a sec.</p>
	</div>
	</body>
</html>