@font-face {
	font-family: AvertaforTBWABold;
	src: url("subset-AvertaforTBWABold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	height: 100%;
	padding: 50px 10px;
	color: #000000;
	background: #ffcc00 no-repeat center;
	font-family: AvertaforTBWABold, sans-serif;
	font-weight: normal;
	font-size: 26px;
}
img {
	display: block;
}

main {
	max-width: 580px;
	margin: auto;
}

h1 {
	font-size: 26px;
	margin: 38px auto 25px;
}

p {
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	margin: 11px 0;
}

form {
	margin: auto;
}

label {
	display: block;
}

input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	display: block;
	background-color: #ffffff;
	font-size: 27px;
	line-height: 66px;
	text-align: center;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}
input[type="radio"]:checked + label {
	background-color: #000000;
	color: #ffcc00;
}

textarea {
	width: 100%;
	min-height: 140px;
	padding: 5px 10px;
	border: none;
	margin-top: 20px;
	font-size: 18px;
}

.btn, button {
	width: 255px;
	line-height: 71px;
	display: block;
	margin: 30px auto;
	border: none;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
	background: #ffffff;
	color: #000000;
	outline: none !important;
}
.btn, button:hover {
	background: #f3f3f3;
}
.btn, button:active {
	background: #000000;
	color: #ffffff;
}

#thankyou h1 {
	text-align: center;
	color: #000000;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 43px;
}
#thankyou h1:before {
	content: '';
	width: 100%;
	height: 247px;
	max-height: 40vh;
	position: absolute;
	left: 0;
	bottom: 150%;
	background: url("skull.png") no-repeat center bottom / auto 100%;
}
#thankyou #logo {
	position: fixed;
	left: 10%;
	bottom: 5%;
}

.btn {
	margin: 20px 0;
	text-align: center;
}


@media only screen and (min-width: 1111px) {
	h2 {
		font-size: 40px;
	}
	button {
		width: 306px;
		line-height: 85px;
	}
}
