html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font-family: 'Lato', sans-serif;
	background: #201e39;
	border: 0;
	padding: 0;
	margin: 0;
	min-height: 100%;
}

a {
	display: inline-block;
	width: 43%;
	padding: 15px 0;
	margin: 0 10px;
	color: #09081e;
	text-decoration: none;
	font-size: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

a img {
	border: 0;
}

.wrap {
	margin: 0 auto;
	text-align: center;
}

.clear-fix {
	clear: both;
}

.show {
	display: block;
}

.hide {
	display: none;
}

/* Font and Headline settings */

h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff6b6b;
	margin-bottom: 25px;
}

h2 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
}

#headline h2 {
	color: #484662;
	font-size: 30px;
}

h3 {
	font-size: 25px;
	font-weight: 300;
	color: #484662;
}

h3 span {
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #484662;
	margin-bottom: 5px;
}

h5 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 90px;
}

h6 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}

p {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

/* Header / TOP AREA */

header {
	width: 100%;
	min-height: 100px;
	padding: 25px 0;
	background: #fff;
	margin: 0;
}

#main_pic {
	width: 460px;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#main_pic p {
	text-indent: -9999;
}

#warning {
	width: 150px;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .7);
	margin-left: 5px;
	margin-top: 168px;
}

#headline {
	width: 68%;
	margin: 0 auto;
	padding-top: 25px;
}

/* End of Header / TOP AREA */

section {
	width: 100%;
	min-height: 250px;
	padding: 35px 0;
}

ul {
	list-style-type: none;
	margin-bottom: 25px;
}

ul li {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 10px;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
}

.active {
	background: #c7f464;
	color: #09081e;
	border: 2px solid #c7f464;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
}

#yes, .button1:nth-child(2), .button2:nth-child(2), #start  {
	background: #c7f464;
}

#yes:hover, .button1:nth-child(2):hover, .button2:nth-child(2):hover, #start:hover {
	background: #daf4a2;
}

#no, .button1:nth-child(3), .button2:nth-child(3) {
	background: #ff6b6b;
}

#no:hover, .button1:nth-child(3):hover, .button2:nth-child(3):hover {
	background: #fcaaaa;
}

#preload {
	margin: 0 auto;
}

#q4 h3 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 25px;
}

#reject h1 {
	color: #c7f464;
}

footer {
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

footer p {
	color: #fff;
}

@media only screen and (min-width: 960px) {

.wrap { 
	width: 960px;
	}
}

@media screen and (max-width : 959px) {

.wrap { 
	width: 100% !important;
	padding: 0 10px;
	}

footer p {
	color: #fff;
	}
}

@media screen and (max-width : 700px) {

#headline {
	width: 80%;
	}

a {
	width: 42%;
	font-size: 30px;
	margin: 0 3%;
	}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
	}

h2, h6 {
	font-size: 24px;
	margin-bottom: 15px;
	}

h3 {
	font-size: 21px;
	}

h4 {
	font-size: 14px;
	margin-bottom: 0;
	}

h5 {
	font-size: 30px;
	line-height: 70px;
	}

#headline {
	padding-top: 15px;
	}

ul {
	margin-bottom: 15px;
	}

ul li {
	width: 70px;
	height: 70px;
	}
}

@media screen and (max-width : 520px) {

#preload img {
	width: 90%;
	}
}

@media screen and (max-width : 480px) {

header, section {
	padding: 15px 0;
}

#main_pic {
	width: 100%;
	}

#headline {
	width: 90%;
	padding-top: 10px;
	}

h1 {
	font-size: 21px;
	margin-bottom: 15px;
	}

h2, h6 {
	font-size: 16px;
	margin-bottom: 10px;
	}

#headline h2{
	font-size: 14px;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 12px;
	margin-bottom: 0;
	}

ul {
	margin-bottom: 10px;
	}

#start {
	width: 80%;
	}
}

@media screen and (max-width : 320px) {

header, section {
	padding: 10px 0;
}

#headline {
	width: 100%;
	padding-top: 5px;
	}

a {
	font-size: 21px;
	padding: 10px 0;
	}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
	}

h2, h6 {
	font-size: 14px;
	margin-bottom: 10px;
	}

#headline h2{
	font-size: 12px;
	margin-bottom: 5px;
	}

h3 {
	font-size: 14px;
	}

h4 {
	font-size: 10px;
	margin-bottom: 0;
	}

h5 {
	font-size: 21px;
	line-height: 50px;
	}

ul {
	margin-bottom: 10px;
	}

#start {
	width: 80%;
	}

ul li {
	width: 50px;
	height: 50px;
	margin: 5px;
	}

#q4 h3 {
	font-size: 12px;
	}
}