:root {
	--mainColor: #a4b0be;
	--lightColor: #ced6e0;
	--darkColor: #2f3542;
	--darkText: #2f3542;
	--lightText: #57606f;
	--neutral: #747d8c;
	--glassred: black;
	--glassblue: #192a56;
}

main {
	font-size: 22pt;
	line-height: 1.5em;
	font-family: 'Poppins';
	font-weight: 400;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	color: var(--darkText);
}
main {

}

h1, h2, h3, h4, h5, p {
	font-family: 'Poppins';
	text-transform: none;
}

h1 {
	font-weight: 700;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: ;
	text-rendering: optimizeLegibility;
	line-height: 1.5em;
	margin-block-start: 1em;
	margin-block-end: 1em;
}


sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}


.wrap {
	max-width: 700px;
	margin: 0 auto;
}
.wrap p {
	text-indent: 1em;
}
.wrap h2 + p, .wrap h3 + p, .wrap h4 + p {
	text-indent: 0em;
}


/* DESIGN ELEMENTS */

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.white {
	color: white;
}
.grey {
	color: #ced6e0;
}
.xlarge {
	font-size: 1000%;
}
.large {
	font-size: 500%;
}
.small {
	font-size: 50%;
}
.light {
	font-weight: 200;
}

.page {
	background: linear-gradient(to left, white, 60%, #f1f2f6);
	font-style: italic;
	font-size: 16pt;
	line-height: 1.5em;
	font-family: 'Gentium Book Basic';
	text-indent: 0;
	color: var(--lightText);
	max-width: 200px;
	height: 300px;
	display: block;
	margin: 2em auto 4em auto;
	padding: 4em 2em 0em 2em;
	text-align: center;
	outline: calc(1em + 1px) solid var(--lightColor);
	outline-offset: -1em;
	box-shadow: -1em 1em 0px rgba(116, 125, 140,0.4);
}
.sidenote {
	background: radial-gradient(#ced6e0, #dfe4ea);
	padding: 0em 2.5em 1em 2.5em;
	margin: 4em auto;
	color: var(--darkColor);
	font-weight: 200;
	border: 2px solid var(--lightColor);
	text-indent: 0;
}



/* TEXT SPANS */

.free {
	font-style: italic;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0px 0px 20px #eccc68;
}
.diabolical {
	font-style: italic;
	color: #ff6348;
	text-shadow: 2px 2px 8px #ff6348;
}
.disclaimer {
	color: var(--darkColor);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	display: block;
	text-align: center;
	border-bottom: 0.1em solid var(--darkColor);
}
.fact {
	color: var(--lightColor);
	border-bottom: 0.1em solid var(--lightColor);
}

/* SECTIONS */

.head {
	background: white;
	color: var(--mainColor);
	padding: 25%;
	border: 1em solid var(--mainColor);
	border-bottom: 0;
/*	outline: 8em dashed var(--mainColor);
	outline-offset: -2em;*/

}

.lead {
	background: white;
	padding: 12.5% 2em;
	border: 1em solid var(--mainColor);
	border-top: 0;
}
.lead h1 {
	font-size: 3em;
	line-height: 1em;
	color: var(--darkText);
}
h1.sub {
	color: var(--mainColor);
}
.underline {
	border-bottom: .25em solid var(--mainColor);
}

.lead-2 {
	background: radial-gradient(
	  25em at bottom,
	   #2ed573, var(--mainColor) /* using variables just for fun! */
	);
  	color: white;
	padding-top: 4em;
	padding-bottom: 4em;
}

.intro {
	background: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid var(--mainColor);
	border-right: 1em solid var(--mainColor);
	margin-bottom: 0;
	font-size: 1em;
}
.intro-2 {
	background: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid var(--mainColor);
	border-right: 1em solid var(--mainColor);
	border-bottom: 1em solid var(--mainColor);
}

.blue {
	background: #3742fa;
	color: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid #5352ed;
	border-right: 1em solid #5352ed;
}

.black {
	background: black;
	color: white;
	padding-top: 4em;
	padding-bottom: 4em;
}

.powder {
	background-image: url('cocaine.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 400px;
	margin: 1em;
}

.apparal {
	background-image: url('fashion-5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 4em;
	padding-bottom: 4em;
	border-top: 1em solid #ff6b81;
	border-right: 1em solid #ff6b81;
	border-left: 1em solid #ff6b81;
	color: white;
/*	text-shadow: 2px 2px 2px #2f3542;
*/}

.apparal .wrap {
	background: rgba(255, 107, 129,0.8);
	max-width: calc(50% - 10em);
	margin: 0 2em;
	padding: 2em 4em;
	border-radius: 0px;
	outline: 1px white solid;
	outline-offset: -1em;
/*	box-shadow: 2px 2px 2px rgba(47, 53, 66,0.5);
*/	font-size: .75em;
}
.apparal h4 {
	text-transform: uppercase;
	font-weight: 200;
}

.consumption {
	background: var(--darkColor);
	padding-top: 4em;
	padding-bottom: 4em;
	border-right: 1em solid var(--lightText);
	border-left: 1em solid var(--lightText);
	color: white;
}
.learning {
	background: #3742fa;
	padding-top: 4em;
	padding-bottom: 4em;
	color: #eccc68;
	border-right: 1em solid #5352ed;
	border-left: 1em solid #5352ed;
}

.dash {
	background: black;
	color: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em dashed var(--darkColor);
	border-right: 1em dashed var(--darkColor);
}


.void {
	background: radial-gradient(black, #2f3542);
	padding-top: 4em;
	padding-bottom: 4em;
	border-right: 1em solid var(--darkColor);
	border-left: 1em solid var(--darkColor);
	border-bottom: 1em solid var(--darkColor);
	color: var(--lightText);
}
.void h3 {
	color: #ffffff;
	font-family: 'Gentium Book Basic';
	text-shadow: 2px 2px 50px #ffffff;

}
.blackout {
	color: #2f3542;
	background: black;
	padding: 0 .25em;
	border-bottom: 0.1em solid black;
	border-radius: 10px;
	text-shadow: 0px 0px 2px black;
}
.the_void {
	display: block;
	font-size: 4em;
	text-align: center;
	line-height: 1em;
	margin: 2em;
	color: black;
	font-weight: 800;
	text-shadow: 2px 2px 80px #a4b0be;

}


.hole {
	background-image: url('stars.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 4em;
	padding-bottom: 4em;
	color: white;
	text-shadow: 2px 2px 50px #747d8c;
}


.improved {
	background-image: url('improved-2.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	max-width: 700px;
	height: 500px;
}
.materialism {
	background: #f5f6fa;
	padding-top: 4em;
	padding-bottom: 4em;
	border-top: 1em solid var(--glassred);
	border-left: 1em solid var(--glassred);
	border-right: 1em solid var(--glassred);
	color: #b71540;
}
.waiste {
	background-image: url('waiste.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 500px;
/*	border-left: 1em solid var(--darkColor);
	border-right: 1em solid var(--darkColor);
*/}
.materialism-2 {
	background: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid var(--glassred);
	border-right: 1em solid var(--glassred);
	border-bottom: 1em solid var(--glassred);
	color: #b71540;
}



.the-one {
	background-image: url('the-one.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	max-width: 700px;
	height: 500px;
}


.living {
	background-image: url('bike.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	max-width: 700px;
	height: 500px;
}


.ocd {
	background-image: url('ocd.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	max-width: 700px;
	height: 500px;
}



.yellow {
	background: radial-gradient(#eccc68, #ffa502);
	padding-top: 4em;
	padding-bottom: 4em;
	border-top: 1em solid #eccc68;
	border-right: 1em solid #eccc68;
	border-left: 1em solid #eccc68;
	border-bottom: 1em solid #eccc68;
	color: #2f3542;
}


.green {
	background: radial-gradient(#7bed9f, #2ed573);
	padding-top: 4em;
	padding-bottom: 4em;
	border-top: 1em solid #7bed9f;
	border-right: 1em solid #7bed9f;
	border-left: 1em solid #7bed9f;
	border-bottom: 1em solid #7bed9f;
	color: white;
}


.grey {
	background: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-top: 1em solid var(--lightColor);
	border-left: 1em solid var(--lightColor);
	border-right: 1em solid var(--lightColor);
	color: var(--lightText);
}
.products {
	background-image: url('product-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	padding-top: 4em;
	padding-bottom: 4em;
	border-right: 1em solid var(--darkColor);
	border-left: 1em solid var(--darkColor);
}
.products span {
	font-size: 1.5em;
	color: #FFF;
	text-shadow: -2px -2px 0px var(--darkColor);
}
.grey-2 {
	background: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid var(--lightColor);
	border-right: 1em solid var(--lightColor);
	color: var(--lightText);
}
.grey-3 {
	background: var(--lightColor);
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 1em solid var(--lightColor);
	border-right: 1em solid var(--lightColor);
	color: var(--lightText);
}