* {
	margin: 0px;
	padding: 0px;
}

body { font:16px/16px 'Open Sans', arial, sans-serif; text-align: center; 	background:black; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; max-width:100%; position:relative; 
	color: #fff;
	max-width: 100%;
}

.wrap {
	
	min-height:466px;
	text-align: left;
	margin: 0px auto;
	padding: 15px 5px;
}

header {
	width: 100%;
	text-align: center;
	display: block;

	
}

header p {
	text-align: left;
	font-size: 15pt;
	line-height: 18pt;
	margin-bottom: 40px;
	margin-top: 15px;
	padding: 5px;
}

header h1 { 
	color: #ffd05c;	
	margin-top: 15px;
	font-size: 34pt;
}

.agree {	
	background-color: #ffd05c;
	color: white;
	text-decoration: none;

}

.no {	
	background-color: #aaa;
	color: white;
	text-align: center;
}

.yes {	
	background-color: #ffd05c;
	text-align: center;
}

.question p {
	font-size: 20pt;
	line-height: 22pt;
	margin-bottom: 20px;
	font-weight: 700;
}

.color {
	color: #ffd05c;
	font-weight: bold;
}

.yes, .no, .agree {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	text-shadow: 0 0px 2px rgba(0,0,0,0.4);
	font-size: 38px;
	cursor: pointer;
	padding: 5px 0px;
}

.yes:active, .no:active {
	background: rgb(73,194,1);   
    background: -moz-linear-gradient(top,  rgb(73,194,1) 0%, rgb(37,151,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(73,194,1)), color-stop(100%,rgb(37,151,0)));
    background: -webkit-linear-gradient(top,  rgb(73,194,1) 0%,rgb(37,151,0) 100%);
    background: -o-linear-gradient(top,  rgb(73,194,1) 0%,rgb(37,151,0) 100%);
    background: -ms-linear-gradient(top,  rgb(73,194,1) 0%,rgb(37,151,0) 100%);
    background: linear-gradient(to bottom,  rgb(73,194,1) 0%,rgb(37,151,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c201', endColorstr='#259700',GradientType=0 );
}


#q2, #q3, #q4, #q5 {
	display: none;
}

