/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: Montserrat;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: Montserrat, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

 ::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

 ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

@font-face {
	font-family: Montserrat;
	src: url(https://fonts.google.com/specimen/Montserrat)
}

body,
html {
	height: 100%
}

* {
	box-sizing: border-box
}

*,
h1 {
	margin: 0;
	padding: 0
}

h1,
h2 {
	font-size: 2.4em;
	line-height: 1.2;
	color: #ff004e;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 2px 2px #000;
}

.primary {
	color: #ff004e !important;
	font-weight: 900;
}

.accent {
	color: #f9c700 !important
}

.bottom__content,
.top__content {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto
}

ul {
	list-style-type: none
}

img,
ul li {
	display: inline-block
}

img {
	max-width: 50%
}

.hidden {
	display: none
}

.btn-block {
	display: block;
	width: 100%;
	background: #e80648;
	padding: 20px 0;
	font-size: 1.75em;
	color: #fff;
	border-radius: 15px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
	border-bottom: 6px solid #7b0c2e;
	/* transition: all .2s; */
}

.btn-block:hover {
	border-bottom: none;
	margin-top: 31px;
}

.btn-block:active {
	background: #c83028
}

.btn-no,
.btn-yes {
	display: inline-block;
	width: 40%;
	padding: 20px 0;
	font-size: 1.4em;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
	box-shadow: 2px 2px #000;
	text-shadow: 2px 2px #000;
}

.btn-yes {
	margin-right: 5%;
	background: #3da04b
}

.btn-no {
	background: #ff004e;
	margin-right: 5px;
}

.btn-no:hover,
.btn-yes:hover {
	box-shadow: none;
}

body {
	min-width: 320px;
	font-size: 16px;
	line-height: 1.2;
	font-family: Montserrat;
	overflow-x: hidden;
	background: #f1e5c5 url(../img/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center
}

.main {
	width: 100%;
	height: 100%;
	padding: 20px 0 0
}

.main .box {
	width: 90%;
	max-width: 620px;
	margin: 0 auto;
	text-align: center
}

.main .box__header {
	padding-top: 20px
}

.main .box__body {
	padding-top: 20px;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 25px
}

.main .box__body p {
	font-size: 1.5em
}

.main .box__body .inputbox {
	text-align: left;
	padding: 5px 0;
	font-size: 1.3125em
}

.main .box__body .inputbox label {
	padding-left: 10px
}

.main .box__body .inputbox label:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;
	left: -5px;
	line-height: 21px;
	border-radius: 50%;
	border: 1px solid #000;
	vertical-align: middle;
}

.main .box__body .inputbox input {
	display: none
}

.main .box__body .inputbox input:checked+label:before {
	content: "\2713";
	font-size: 21px;
	color: #fff;
	background: #ff004e;
	text-align: center;
	line-height: 21px
}

.main .box__footer p {
	font-size: 1.5em;
	font-weight: 700
}

.main .box__footer .btn-wrapper {
	margin-top: 25px;
	margin-bottom: 50px
}

@media (min-width:320px) and (max-width:479px) {
	h1,
	h2 {
		font-size: 1.5em
	}
	img {
		max-width: 70%
	}
	.btn-no,
	.btn-yes {
		font-size: 1.3125em
	}
	body {
		background: #f1e5c5
	}
	.main .box__header {
		padding-top: 15px
	}
	.main .box__body {
		padding-top: 15px;
		max-width: 100%;
		margin-bottom: 20px
	}
	.main .box__body p {
		font-size: 1.3125em
	}
	.main .box__body .inputbox {
		text-align: left;
		padding: 5px 0;
		font-size: 1.3125em
	}
	.main .box__body .inputbox label {
		padding-left: 10px
	}
	.main .box__body .inputbox label:before {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		position: relative;
		left: -5px;
		line-height: 21px;
		border-radius: 50%;
		border: 1px solid #000;
		vertical-align: middle;
	}
	.main .box__body .inputbox input {
		display: none
	}
	.main .box__body .inputbox input:checked+label:before {
		content: "\2713";
		font-size: 21px;
		color: #fff;
		background: #ff004e;
		text-align: center;
		line-height: 21px
	}
	.main .box__footer p {
		font-size: 1.5em;
		font-weight: 700
	}
	.main .box__footer .btn-wrapper {
		margin-top: 25px;
		margin-bottom: 50px
	}
}

@media (min-width:480px) and (max-width:767px) {
	h1,
	h2 {
		font-size: 2em
	}
	img {
		max-width: 70%
	}
	.btn-no,
	.btn-yes {
		font-size: 1.3125em
	}
	body {
		background: #f1e5c5
	}
	.main .box__header {
		padding-top: 15px
	}
	.main .box__body {
		padding-top: 15px;
		max-width: 100%;
		margin-bottom: 20px
	}
	.main .box__body p {
		font-size: 1.3125em
	}
	.main .box__body .inputbox {
		text-align: left;
		padding: 5px 0;
		font-size: 1.3125em
	}
	.main .box__body .inputbox label {
		padding-left: 10px
	}
	.main .box__body .inputbox label:before {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		position: relative;
		left: -5px;
		background: #fff;
		border-radius: 4px;
		box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 hsla(0, 0%, 100%, .8)
	}
	.main .box__body .inputbox input {
		display: none
	}
	.main .box__body .inputbox input:checked+label:before {
		content: "\2713";
		font-size: 21px;
		color: #fff;
		background: #d63c34;
		text-align: center;
		line-height: 21px
	}
	.main .box__footer p {
		font-size: 1.5em;
		font-weight: 700
	}
	.main .box__footer .btn-wrapper {
		margin-top: 25px;
		margin-bottom: 50px
	}
}