/**** Global.css for  *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }


/* 0. VARIABLES */
:root {
	--red: #cc0000;
}


/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #222;
}
body { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 100%/1.4 "Montserrat", "Helvetica Neue", Helvetica, Arial;
	color: #050202; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3 {
	font-weight: 700;
	font-family: "Vidaloka";
	padding: 0;
	margin: 0;
	line-height: 1.1;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}





/* LINKS */

a {
	outline: none;
	color: #050202;
	text-decoration: none;
}
a:link {
	-webkit-tap-highlight-color: rgb(52,158,219);
}
a:visited {
	color: #333;
}
a:hover { 
	outline: none;
	color: #334455; 
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
	color: #333;
}
.button {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 60px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	background: #f9d5e1;
	font-weight: 700;
	color: #050202 !important;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	
}
.button:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 4px);
	bottom: -3px;
	border: 1px solid #f9d5e1;
	border-radius: 41px;
	
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
#container {
	margin: 0 auto;
	max-width: 980px;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
}



/***** Header *****/
header {
	background: url("../images/header-bg.jpg") no-repeat center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	text-align: center;
	padding: 54px 0;
	color: #fff;
}
#header_appIcon {
	margin-bottom: 20px;
}
#header_appIcon img {
	width: 80px;
	display: block;
	height: auto;
	margin: 0 auto;
}
#header_name {
	text-transform: uppercase;
}
#header_name {
	aspect-ratio: 1.5/1;
	text-shadow: rgba(66,68,85,0.9) 0 1px 1px;
}
h1 {
	text-shadow: rgba(66,68,85,0.7) 0 3px 3px;
	margin-bottom: 20px;
	font-size: 2.2em;
}
header p {
	text-shadow: rgba(66,68,85,0.9) 0 2px 2px;
	margin-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.1;
}
#header_button {
	margin-bottom: 30px;
}
#header_byline {
	width: 320px;
	font-size: 20px;
	margin-bottom: 0;
}


/***** textWhite *****/
#textWhite {
	padding: 50px 0;
	background: #fff;
}
#textWhite_note {
	text-transform: uppercase;
	color: #e1a730;
	font-size: 16px;
	margin-bottom: 30px;
}
h2 {
	font-size: 2em;
	margin-bottom: 30px;
}
#textWhite p {
	font-weight: 300;
	letter-spacing: 0.5px;
}
#textWhite p:last-child {
	margin-bottom: 0;
}


/***** Full Width *****/
#fullWidth img {
	display: block;
	width: 100%;
	height: auto;
}




/***** howitworks *****/
#howitworks {
	background: #faf7f2;
	padding: 50px 0;
	text-align: center;
}
#howitworks_note {
	text-transform: uppercase;
	color: #e1a730;
	font-size: 16px;
	margin-bottom: 20px;
}
#howitworks h2 {
	width: 80%;
	margin: 0 auto 30px auto;
}
.howItem {
	background: #fff;
	border-radius: 80px;
	margin-bottom: 30px;
	padding: 20px 20px 30px 20px;
}
.howItem_num,
.howItem_title {
	font-family: "Vidaloka", serif;
	font-size: 22px;
}
.howItem_title {
	margin-bottom: 0px;
}
.howItem_desc {
	font-weight: 300;
	letter-spacing: 0.5px;
}




/***** joinForm *****/
#joinForm {
	background: url("../images/form-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
#joinForm h2 {
	margin-bottom: 6px;
}
#joinForm p {
	width: 70%;
	margin: 0 auto 30px auto;
	line-height: 1.2;
}
#joinForm form {
	background: #faf7f2;
	border-radius: 50px;
	padding: 30px;
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
}
#joinForm fieldset {
	margin-bottom: 4px;	
}
#joinForm input {
	background: #fff;
	padding: 16px 24px;
	border-radius: 30px;
	border: none;
	display: block;
	margin: 0 auto 16px auto;
	width: 100%;
	font: 100%/1.4 "Montserrat", "Helvetica Neue", Helvetica, Arial;
	color: #050202; 
}
#joinForm button {
	border: none;
}



/***** footer *****/
footer {
	padding: 50px 0;
	background: #faf7f2;
	text-align: center;
}
footer h2 {
	margin-bottom: 6px;
}
footer a {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
}





@media screen and (min-width: 768px) {
	header {
		padding: 100px 0;
		background-image: url("../images/header-bg-sm.jpg");
	}
	#header_name {
		aspect-ratio: 3/1;
	}
	h1 {
		font-size: 3.2em;
	}
	header p {
		font-size: 20px;
		margin-bottom: 50px;
	}
	#header_button {
		margin-bottom: 50px;
	}
	#textWhite,
	#howitworks,
	#joinForm,
	footer {
		padding: 80px 0;
	}
	h2 {
		font-size: 2.8em;
	}
	#textWhite_note,
	#howitworks_note {
		font-size: 20px;
	}
	#howitworks h2 {
		width: 100%;
		margin-bottom: 1em;
	}
	.howItem {
		padding: 40px 20px 50px 20px;
		border-radius: 100px;
	}
	.howItem_num, 
	.howItem_title {
		font-size: 28px;
	}
	.howItem_title {
		margin-bottom: 8px;
	}
}

@media screen and (min-width: 1024px) {
	#header_appIcon img {
		width: 120px;
		margin-top: -20px;
	}
	#header_appIcon {
		aspect-ratio: 3/1;
	}
	#header_name {
		aspect-ratio: auto;
		margin-bottom: 10px;
		font-size: 20px;
	}
	
}

	







/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

input {
	-webkit-appearance: none;
}

/* How to stop Apple from making links blue: */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}


div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }