
/*
#AB3C31 - magenta
*/

#attraction_select {
	position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%,-50%);
}

#attraction_select,
#attraction_select * {
	text-align: center;
	white-space: nowrap;
}

#attraction_select P {
	opacity: .8;
}

#attraction_select A {
	display: block;
	text-decoration: none !important;
	margin: 50px 0;
}

#attraction_select IMG {
	height: 7vh;
	margin: 0 5px 0 0;
	display: inline-block;
}




/* ==================================================================== */
/*	--> H E R O							*/
/* ==================================================================== */

#hero {
	position: relative;
	max-width: 600px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 5px solid #AB3C31;
}

#hero_logo,
#hero_image,
#hero DIV {
	position: absolute;
	z-index: 3;
	text-align: center;
}

#hero_placeholder,
#hero_image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	object-fit: cover;
}

#hero_placeholder {
	position: relative;
	z-index: 1;
	filter: blur(20px) saturate(1.2);
	transform: scale(1.1);
}

#hero_image {
	z-index: 2;
	inset: 0;
}

#hero_logo {
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	min-width: 120px;
	max-width: 200px;
}

#hero EM {
	font-style: italic;
}

#hero DIV {
	left: 10px;
	right: 10px;
	top: 100vh;
	top: 100dvh;
	transform: translateY(calc( -100% - 40px ));
	width: calc( 100% - 40px);
}

#hero H1 {
	margin-bottom: 40px;
	font-size: 40px;
}

@media (max-width: 400px) {
	#hero H1 BR {
		display: none;
	}
}

#hero H1,
#hero H3 {
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgba(0,0,0,.7);
	text-align: center;
}

#hero H3 {
	margin: 10px 0 0 0;
	font-size: 16px;
}




/* ==================================================================== */
/*	--> E X P L A I N E R						*/
/* ==================================================================== */

#explainer {
	margin-top: 70px;
	padding: 0;
	text-align: center;
}

#explainer .L {
	padding-bottom: 20px;
}

#explainer DIV {
	display: inline-block;
	width: calc( 50% - 10px );
	vertical-align: top;
}

#them {
	margin-right: 10px;
}

#us {
	margin-left: 10px;
}

#explainer PICTURE,
#explainer EM {
	display: block;
	margin: 0 auto 10px auto;
	vertical-align: center;
}

#explainer PICTURE *,
#explainer EM {
	height: 30px;
}

#explainer OL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#explainer LI {
	position: relative;
	margin: 0 0 40px 0;
	padding: 20px 5px;
	border-radius: 10px;
	overflow: visible;
}

#them LI {
	background-color: rgba(255,255,255,.1);
}

#us LI {
	background-color: rgba(255,255,255,.2);
}

@media (prefers-color-scheme: light) {

	#explainer LI {
		color: #000000;
	}

	#them LI {
		background-color: rgba(0,0,0,.1);
	}

	#us LI {
		background-color: rgba(0,0,0,.2);
	}
}

#explainer LI SMALL {
	display: block;
	font-size: 50px;
	line-height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,20px);
	z-index: 1;
	vertical-align: bottom;
	color: #AB3C31;
}

#explain_spacer {
	visibility: hidden;
}

#explain_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



/* ==================================================================== */
/*	--> M I S C							*/
/* ==================================================================== */

#content SECTION {
	padding-left: 5%;
	padding-right: 5%;
}

#content H3,
#content P {
	margin: 20px 0 0 0;
}

#content SECTION P {
	clear: both;
}

#bouncer {
	height: 60px;
	float: left;
	margin: 6px 20px 0 0;
}

#horns,
#axe {
	height: 60px;
	float: left;
	margin: 5px 20px 0 0;
}

#name_explainer H3 {
	font-style: italic;
}

#name_explainer EM {
	font-weight: bold;
}

#name_explainer,
#main_benefit {
	margin: 70px 0 0 0;
}

#healthier_image,
#win_tickets_image {
	width: 100vw;
	max-width: 600px;
	margin: 100px auto 0 auto;
	display: block;
}

#faqs DL {
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}

#faqs DT {
	position: relative;
	padding: 10px 30px 10px 15px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	background-color: #AB3C31;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 6px;
	cursor: pointer;
}

#faqs SPAN {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #FFFFFF;
}

.show_faq SPAN {
	transform: translateY(-50%) rotate(-180deg) !important;
}

#faqs DD {
	display: none;
	margin: 0;
	padding: 0 15px 15px 15px;
	font-size: 14px;
}

#reviews,
#reviews * {
	vertical-align: top;
}

#ad_video {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto 0 auto;
}

#ad,
#reviews {
	padding: 70px 0 0 0;
}

#reviews .glyphicon {
	color: #AB3C31;
	font-size: 20px;
}

#reviews BLOCKQUOTE {
	width: 45%;
	margin: 20px 0 0 0;
	padding: 0;
	display: inline-block;
	border: none;
}

.review_left {
	margin-right: 5% !important;
}

.review_right {
	margin-left: 5% !important;
}

#reviews P {
	margin: 10px 0;
}

#reviews P STRONG {
	font-weight: bold;
}

#reviews CITE {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #AB3C31;
}



#cta {
	padding: 100px 0;
	text-align: center;
}

#cta * {
	text-align: center;
}

#cta H3 {
	margin-bottom: 20px;
}

#platforms {
	display: block;
	width: 80px;
	margin: 20px auto 0 auto;
	opacity: .8;
}

#platforms * {
	width: inherit;
}

#join_queue,
#join_queue .M {
	text-align: center;
}

#join_queue INPUT,
#join_queue SELECT {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 1px 0;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #AB3C31;
	background-color: rgba(255,255,255,.1);
	color: #FFFFFF;
	outline: none;
	text-align: left !important;
	width: 100%;
}

#join_queue OPTION {
	text-align: left !important;
}

#join_queue INPUT:focus,
#join_queue SELECT:focus {
	border-bottom: 2px solid #AB3C31;
	margin: 20px 0 0 0;
}

#join_queue BUTTON {
	margin-top: 30px;
}

#join_queue P {
	font-size: 12px;
	line-height: 14px;
	color: rgba(255,255,255,.5);
	margin: 0;
	padding: 20px 0 0 0;
}


