@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800italic,800,600,600italic,700,700italic,300);
*
{ margin: 0; 
  padding: 0; 
} 

body {
	background-color: #fff;
	font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
	height: 100%;
}
@font-face {
    font-family: coalhandluke_trial;
    src: url(coalhandluketrial.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
	src: url(OpenSans-Regular.ttf);}
@font-face {
    font-family: OpenSans-ExtraBold;
	src: url(OpenSans-ExtraBold.ttf);}

.centered {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
}
.container{margin-top:20px;
margin-left: 10%;
margin-right: 10%;
	height: 100%;
	overflow: hidden;
}
section{
	width:100%;
	position:relative;
	min-height: 100%;

}

/** Home **/

h2 {
	font-size: 24px;
}
header{
	width: 100%;
}
h1 {
	font-size:36px;
	letter-spacing: -1px;
	line-height: auto;
	color: #252525;
}

.buttonBox {
	margin-top: 60px;
}

.header h1{
	font-size: 60px;
	color: #000;
	font-family: Arial Black;
}

span#problems{
	font-family: Open Sans, sans-serif;
	font-size: 75px;
	font-weight: 700px;
	color: #252525;
	
}
span#with{
	font-size: 75px;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	color: #252525;
}
span#yelp{
	font-size: 91px;
	font-family: Open Sans, sans-serif;
	color: #d33422;

}
span#help{
	line-height: 100px;
	font-size: 89px;
	font-family: OpenSans-ExtraBold, sans-serif;
	font-weight: 700px;
	color: #252525;
}
span#if{
	font-size: 120px;
	font-family: coalhandluke_trial;
}
span#tagline{
	font-size: 34px;
	font-family: OpenSans-Regular;
	font-weight: 300px;
	letter-spacing: -1px;
	color: #6b6a6a;
}

.centered input[type="email"]{
	background-color: #fff;
 width: 400px;
	font-size: 18px;
	color: #000;
	border: 3px solid #cc9200;
	padding: 10px;
	text-align: center;
	font-style: italic;
	
}
input[type="hidden"]{
	background-color: #fff;
 width: 400px;
	font-size: 18px;
	color: #000;
	border: 3px solid #cc9200;
	padding: 10px;
	text-align: center;
	font-style: italic;}

.centered button{
	border: 0;
 width: 150px;
	font-size: 18px;
	font: "Open Sans", sans-serif;
	font-weight: bold;
	color: #f0eee8;
	background-color: #cc9200;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;}

	.centered button:hover{
	background-color: #d33422;
}
u {
    text-decoration: underline;
}

/*9* If you have **/


ul {
	list-style-type: none;}
	
.left{
	float: left;
	width: 20%;
	height: 100%;	
	padding-left: 100px;
	margin-left: 50px;
		padding-right: 30px;
	margin-right: 30px;
		padding-bottom: 100px;
}

.right{
	width: 20%;
	height: 100%;
	float: right;
	padding-right: 100px;
	padding-bottom: 100px;
	margin-right: 50px;
		padding-left: 30px;
	margin-left: 30px;
}
.left ul li a {
white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
font-size: 25px;	
    background-color: #534741;
	color: #f0eee8;
    padding: 10px 23px;
    border-radius: 5px;
}
.left ul li a:hover{
	background-color: #62554e;
}
.left ul li:last-child {
    margin: 30px 0 0 -110px;
}
.right ul li:last-child {
    margin: 30px -110px 0 0;
}

.right ul li a {
	white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    background-color: #cc9200;
    padding: 10px 20px;
    border-radius: 5px;
	font-size: 25px;	
	color: #f0eee8;
}
.right ul li a:hover{
	background-color: #d89d07;
}

/***Review pages ***/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*8*Thank you page *4*/

.sc{
	margin-left:20%;
	margin-right: 20%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.exit a{
	color: #000;
	font-size: 20px;
	font-family: arial black;
  text-decoration: none;
	border:1px #999;
  background-color: #ffad2f; 
  padding: 5px 15px;
}
#thanks{
		font-family: "Open Sans", sans-serif;
	width: 1000px;
	position: relative;

}
#instructions{
		box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	font-family: "Open Sans", sans-serif;
		background-color: #e7e1e1;
		margin: 0 auto;
	position: relative;
	min-width: 100%
	height: 1000px;
    bottom: 0px;
	width: 1000px;
	z-index: 5;
	margin-top: 40px;
	
	
}
.steps{
height: 900px;
	font-size:12px;
	padding:40px;
	
}


#instructions img{
	width: 400px;
}

#box{
		height: 340px;
	margin: 20px;
	float: left;
width: 400px;
}

#box2{
	float:right;
	width: 400px;
	height: 340px;
	margin: 20px;

}
#box3{
	float: left;
	width: 400px;
	height: 340px;
	margin: 20px;

}
#box4{
	float: right;
	width: 400px;
	height: 340px;
	margin: 20px;

}
#box5{
	float: left;
	width: 400px;
	height: 340px;
	margin: 20px;

}
	
		
/**Global Pages**/

aside p{
	text-align: justify;
	}

/** footer*9*/
.clear{
	clear: both;
}
.powered{
	float: right;
	font-size: 11pt;
	text-transform: uppercase;
	margin: 50px 15px 0px 5px;
}
.footer{
	overflow: hidden;
		clear: both;
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background-color: #c00312;
	margin: 0;
	padding: 0;
	bottom: 0;
	text-align: center;
	font-size: 11pt;
	color: #f0eee8;
	width: 100%;
	list-style: none;
	font-family: verdana;
	font-size: 10pt;
	padding-top: 15px;
}

.footer a{
    text-decoration: none;
    color: #f0eee8;;
}
.footer a:hover{
	text-decoration: underline;
}
.thanks {
	font-size: 40px;
}
#contact {
	font-weight: bold;
	color: #C4001A;
}