@font-face {
	font-family: 'MaisonNeue';
	src: url('type/MaisonNeueWEB-Book.woff');
	src:
		local('Maison Neue'),
		local('Maison-Neue'),
		url('type/MaisonNeueWEB-Book.woff')
		format('woff');
}
/*bold version*/
@font-face {
	font-family: 'MaisonNeue';
	src: url('type/MaisonNeueWEB-Bold.woff');
	src:
		local('Maison Neue Bold'),
		local('Maison-Neue-Bold'),
		url('type/maison_neue_bold.woff')
		format('woff');
	font-weight: bold;
}

#splash {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("/img/splash_bg_image.png");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-align: center;
	font-family: "MaisonNeue", Helvetica Neue, Helvetica, Arial, sans-serif;
	transition: .15s;
	color: #fff;
}

#splash a {
	color: #fff;
	text-decoration: underline;
}

#splash .center {
	margin: 0 auto;
}

#splash .block {
	display: block;
}

#splash .uc {
	text-transform: uppercase;
}

#splash .container {
	min-height: 100%;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

#splash #content {
   position: absolute;
   top: 50%;
   margin-top: -265px;/* half of #content height*/
   left: 0;
   width: 100%;
}

#splash #center_content {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   height: 530px;
}

#splash #center_content > p {
	font-size: 18px;
	margin: 18px 0;
}

#splash #logo {
	width: 100%;
}

#splash #logo > img {
	width: 25%;
	height: auto;
	display: block;
	margin: 40px auto;
}

#splash #tagline {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#splash #tagline > img {
	width: 80%;
}

#splash button {
	background-color: #fff;
  border: none;
  color: #f7323f;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	cursor: hand;
	cursor: pointer;
	font-family: inherit;
}

#splash #footer {
	width: 100%;
	position: absolute;
	bottom: 20px;
}

#splash #footer > p {
	margin: 5px;
}

#splash #footer > a {
	letter-spacing: .2px;
	font-weight: 500;
}

#splash .social {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 5px 10px;
}

@media only screen and (max-width : 768px) {
	#splash .container {
		width: 80%;
	}

	#splash #logo > img {
		width: 40%;
	}

	#splash #center_content > p {
		font-size: 16px;
	}

	#splash #footer > p, a {
		font-size: 12px;
	}

	#splash #footer {
		bottom: 20px;
	}
}
