/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del,  em, img, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, footer, header,
menu, nav, section {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
scroll-behavior: smooth;
cursor:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 512 512' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E %3Cpath fill='Black' d='M434.215,344.467L92.881,3.134c-4.16-4.171-10.914-4.179-15.085-0.019  c-2.011,2.006-3.139,4.731-3.134,7.571v490.667c0.003,4.382,2.685,8.316,6.763,9.92c4.081,1.603,8.727,0.545,11.712-2.667  l135.509-145.92h198.016c5.891,0.011,10.675-4.757,10.686-10.648C437.353,349.198,436.226,346.473,434.215,344.467z'/%3E %3C/svg%3E"), pointer;}

body {
	background:url(../images/mobile.webp) no-repeat top;
	background-size:cover;
	font-size:18px; line-height:1.15;
    margin: 0;
	border-top:20px solid #000;
	border-bottom:20px solid #000;
	min-height:100vh;
	position:relative;
}
img {
    max-width: 100%;
}
.booked-img {
	max-width: 300px;
	width:94%;
	display:block;
	margin: 0 auto;
	text-align: center;
}
.kmp, .tu-img {
	width:250px;
}
.desktop-h1 {
	display:none;
}

ul {
	list-style: none;
}
a {
	text-decoration:none;
	 cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 512 512' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E %3Cpath fill='Black' d='M434.215,344.467L92.881,3.134c-4.16-4.171-10.914-4.179-15.085-0.019  c-2.011,2.006-3.139,4.731-3.134,7.571v490.667c0.003,4.382,2.685,8.316,6.763,9.92c4.081,1.603,8.727,0.545,11.712-2.667  l135.509-145.92h198.016c5.891,0.011,10.675-4.757,10.686-10.648C437.353,349.198,436.226,346.473,434.215,344.467z'/%3E %3C/svg%3E"), pointer;
}
/*Typography*/
h1, a{
	font: bold 15px "Raleway", Verdana, sans-serif;
	letter-spacing: 2px; text-transform: uppercase;
    margin: .5em 0;
}
h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size:19px;
	margin: 2em;
	line-height: 1.5;
}
p {
	font-family: "Raleway", Verdana, sans-serif;
	font-size:14px;
	margin: 2em;
}
/*Join Waitlist*/
.div-1, .div-2 {
	background: rgba(255,255,255,.9);
	padding: 3em 0;
	width: 85%; max-width: 1000px;
	transition: all .4s ease-out;
}
.div-1 {
	position: absolute;
	text-align:center;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.div-2 {
	margin: 1em auto;
}
/* Footer*/
footer {
	background-color:#000;
	bottom:0;
	color:#fff;
	display:block;
	height: auto;
	padding: 1em;
	position: fixed;
	text-align:center;
	width:100%;
}
/*Links*/
.promo-link {
	color:#fff;
	font-weight:bold;
	line-height: 2; text-transform:uppercase;
	padding: .75em 0;
    transition: all .4s ease-out;
}
.black-pink-link, .nav__link {
	background: linear-gradient(#FF62A0, #FF62A0) no-repeat center bottom;
    background-size: 0 5px;
	color:#000;
	line-height: 2;
	padding: .75em 0;
}
.black-pink-link {
	display:block;
	transition: all .4s ease-out;
}
.black-pink-link:hover, .nav__link:hover {
	background-size: 100px 5px;
	color:#FF62A0;
}
.promo-link:hover {
	background:#000;
	border-radius: 3px;
	padding: 1em;
}
.prod-container-link {
	color:#fff;
}
/*Section Settings*/
section{
	align-items:center;
	text-align:center;
}

/*Spacing*/
.p-padding {
	padding-bottom:2.5em;
}
.section-padding {
	padding:2em 0;
}
.trio-row {
	padding-bottom:1.5em;
}
p{
	padding: 0 1.25em;
}

/*Buttons*/
.subscribe-btn {
	background:#000;
	border-radius:3px;
	color:#fff;
	display: block;
	letter-spacing:3px; text-transform:uppercase;
	margin-top:2em;
	padding:1em;	
	transition: all .4s ease-out;
	width: 90%;
	margin: 0 auto;
	-webkit-appearance: none;
}
.subscribe-btn:focus, .subscribe-btn:hover, .subscribe-btn:active, .subscribe-btn:focus, .subscribe-btn:hover, .subscribe-btn:active, .nav__link--button:focus, .nav__link--button:hover, .nav__link--button:active {
	background:#000;
	-webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.nav__link--button:focus, .nav__link--button:hover, .nav__link--button:active {
	color:#fff;
}
/*MC Form*/
label {
	font-family: 'Playfair Display';
	font-size:15px;
	line-height: 1.5;
	vertical-align:super;
}
input[type="checkbox"] {
	width:50px;
	height:25px;
}
li {
	margin-bottom:5px;
}
.mc-field-group {
	text-align:center;
	padding: .5em;
}
.mc-field-group ul {
	width: 80%;
	margin: 0 auto;
}
input {
	padding: 1em 0 !important;
	background: rgba(248,222,230, .45);
	font-family: 'Raleway';
	font-size:15px;
	border: .75px solid #000;
	border-radius: 3px;
}
/*Shadows*/
.shadow {
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,.3));
}
@media (min-width: 800px) {
	
body {
	background:url(../images/dotcom-bg-1.webp) no-repeat top;
	background-size:cover;
}
.div-1 {
	padding: 4em 0;
}
.div-2 {
	position: absolute;
	text-align:center;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 4em 2em;
}
body {
	min-height:100vh;
}
.booked-img {
	width: 100%;
	max-width:575px;
	margin-bottom: 30px;
}
.tu-img {
	width:100%;
	max-width:400px;
}
.mobile-h1 {
	display:none;
}
.desktop-h1 {
	display:block;
}
h2 {
	font-size:26px;
	width: 60%;
	margin: 1.5em auto;
}
p {
	font-size:16px;
}
.subscribe-btn {
	width:60%;
	margin:2em auto 1.5em;
}
.services-div {
	display:flex;
	justify-content:space-evenly;
	width:100%;
	margin-top:30px;
}
.services-div ul {
	width:100%;
}
}
@media (min-width: 1200px) {
.services-div {
	width: 80%;
	margin: 30px auto 0;
}
}
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  margin-left:17px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor:pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(248,222,230, .45);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(248,222,230, .45);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:before {
  content: "";
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:before {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:before {
  position:absolute;
  left: 8px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}