/*Begin Stylesheet*/
#hero{
	height: 100vh;
	background-position: bottom center;
	background-image: url('images/background-initial.jpg');
	background-size: cover;
}

*{
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
h1{
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-bottom: 4px;
	text-shadow: 0px 0px 22px rgba(0,0,0,.7);
}
h2{
	font-size: 100px;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 65px;
	margin-top: 0;
	text-shadow: 0px 0px 22px rgba(0,0,0,.7);
}
.hero-content-container{
	position: absolute;
    width: 100%;
    bottom: 200px;
}
ul li{
	list-style-type: none;
	display: inline-block;
}
ul li a{
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 25px 40px;
	font-size: 18px;
	background: #dc5c1f;
	background: -moz-linear-gradient(left, #dc5c1f 0%, #dc5c1f 100%);
	background: -webkit-linear-gradient(left, #dc5c1f 0%,#dc5c1f 100%);
	background: linear-gradient(to right, #dc5c1f 0%,#dc5c1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5c1f', endColorstr='#dc5c1f',GradientType=1 );
}
ul li a:hover{
	background: #c6202e;
	background: -moz-linear-gradient(left, #c6202e 0%, #e98214 100%);
	background: -webkit-linear-gradient(left, #c6202e 0%,#e98214 100%);
	background: linear-gradient(to right, #c6202e 0%,#e98214 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6202e', endColorstr='#e98214',GradientType=1 );
	box-shadow: 0px 0px 25px rgba(252,168,58,.8);
}
.preloader{
	position: absolute;
	top: -5000px;
	left: -5000px;
}
ul li.fire{
	margin-right:-6px;
}
ul li.water a{
	border-left: 1px solid #e37d4c;
}
ul li.mold a{
	border-left: 1px solid #e37d4c;
}
ul li.mold{
	margin-left:-6px;
}