@font-face {
	font-family: 'CheapPine-Sans';
	src: url('/webfonts/39A7CE_0_0.eot');
	src: url('/webfonts/39A7CE_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/39A7CE_0_0.woff2') format('woff2'),url('/webfonts/39A7CE_0_0.woff') format('woff'),url('/webfonts/39A7CE_0_0.ttf') format('truetype');}

@font-face {
	font-family: 'TheHandExtrablack';
	src: url('/webfonts/2D55C4_0_0.eot');
	src: url('/webfonts/2D55C4_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/2D55C4_0_0.woff2') format('woff2'),url('/webfonts/2D55C4_0_0.woff') format('woff'),url('/webfonts/2D55C4_0_0.ttf') format('truetype'),url('/webfonts/2D55C4_0_0.svg#wf') format('svg');
}
 @font-face {
	 font-family: "MrDodo";
	 src: url('webFonts/MrDodoLight/font.woff2') format('woff2'), url('webFonts/MrDodoLight/font.woff') format('woff');
	 font-weight: 400;
 }
 @font-face {
	 font-family: "MrDodo";
	 src: url('webFonts/MrDodo/font.woff2') format('woff2'), url('webFonts/MrDodo/font.woff') format('woff');
	 font-weight: 700;
 }
  


html, body {
	height: 100%;
}



body {
	color: #fff;
	font-family: "MrDodo", Helvetica, Arial, sans-serif; 
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
	background: url(/images_2024/background.jpg) no-repeat center center fixed; 
  background-size: cover;
	background-color: #000;
	line-height: 1;
}



a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.slick_slider_2024_signup {
	width: 100%;
	height: 100vh;
}
.slick_slider_2024_signup_slide {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.signup_filter {
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
}


.space_top_big {
	margin-top: 9.0rem;
}
.space_top {
	margin-top: 3.0rem;
}
.space_top_mini {
	margin-top: 1.5rem;
}
.space_bot_big {
	margin-bottom: 9.0rem;
}
.space_bot {
	margin-bottom: 3.0rem;
}
.space_bot_mini {
	margin-bottom: 1.5rem;
}

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}



.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.0;
}

@media (max-width: 767px) {
	h1 {
		font-size: 4.5rem;
	}
	h2 {
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.4rem;
	}

}
@media (min-width: 768px) {
	h1 {
		font-size: 6.0rem;
	}
	h2 {
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.4rem;
	}
}





.button {
	color: #c670a1;
	background-color: #fcfbfb;
	text-transform: uppercase;
	border: none;
	padding: 20px 40px;
	border-radius: 20px!important;
	margin-top: 20px;
	text-decoration: none;
}
.button:hover {
	color: #fcfbfb;
	background-color: #c670a1;
	text-decoration: none;
}

.button_smaller {
	font-size: 80%;
	padding: 16px 32px;
}

.input {
	background: transparent;
	border: 4px solid #fcfbfb;
	color: #fcfbfb;
	padding: 10px 20px;
	border-radius: 20px!important;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.date_text {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}

.privacy_policy {
	font-size: 30%;
	margin-top: 30px;
}
.thankyoutext {
	font-size: 80%;
}

@media (max-width: 767px) {

	body {
		font-size: 28px;
	}
	.logo {
		width: 80%;
	}

	

	



}
@media (min-width: 768px) {

	.logo {
		width: 50%;
	}

	body {
		font-size: 35px;
	}

}
@media (min-width: 992px) {
	
	body {
		font-size: 40px;
	}

}









/**
 * Form
 **/
 









label.error {
	display: block;
	font-weight: inherit;
	font-size: 1.2rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5;
}

.response {
	text-align: center;
	margin-bottom: 10px;
	font-size: 3.0rem;
	line-height: 1;
	text-transform: uppercase;
}
.response a {
	color: #222;
	text-decoration: none;
}
.response a:hover {
	color: #222;
	text-decoration: underline;
}


@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


