*,
*::before,
*::after {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body {
	font-family: 'Avenir-next', sans-serif;
	font-size: 16px;
	color: #000;
	width: 100vw;
	min-height: 100vh;
	background: url(../images/image-hero.jpg);
	background-size: cover;
	background-position: center center;
}

.button {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 26px;
	padding: 12px;
	font-size: 0.875em;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
	box-shadow: 0 19px 26px -13px rgba(0, 0, 0, 0.37);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.orange-button {
	background: #f78133;
	color: #fff;
}
.text-center {
	text-align: center;
}

.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.47);
}
.hero .header {
	margin-top: 30px;
}
.timer-wrap {
	color: #f78133;
	font-size: 1.875em;
	font-weight: 100;
}
.timer-wrap img {
	vertical-align: text-top;
}
.funnel-type {
	font-weight: 100;
	font-size: 1.250em;
	line-height: 27px;
}
.funnel-description {
	font-weight: 100;
	font-size: 2.250em;
	line-height: 49px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.footer {
	color: #4a4a4a;
	margin-bottom: 20px;
}
.footer .copy > span {
	font-weight: bold;
}














