@font-face {
	font-family: 'Mochiy Pop One Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Mochiy Pop One Regular'), url('MochiyPopOne-Regular.woff') format('woff');
}

* {
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Mochiy Pop One Regular';
}
abbr {
	border: none;
}
p {
	line-height: 1.3;
	font-family: sans-serif;
}
abbr,
.zen-resources ul>li>a,
.design-archives ul>li>a,
.design-selection .design-name,
.design-selection .designer-name,
footer a {
	text-decoration: none;
}
.design-archives ul li::marker,
.design-archives ul>li>a,
.requirements p:last-child>a,
.preamble h3,
.explanation h3,
.participation h3,
.benefits h3,
.requirements p:last-child {
	color: #fff;
}
.zen-resources ul li::marker,
.zen-resources ul>li>a,
.design-selection li,
.design-selection .designer-name,
.requirements p,
.requirements p>a {
	color: #6962e8;
}
.explanation,
.benefits,
.zen-resources,
.requirements,
.wrapper,
.design-archives,
footer,
.design-selection li::before,
.design-selection::before,
.design-selection::after {
	position: absolute;
}
.supporting,
.sidebar,
.participation,
.design-selection li,
.design-selection {
	position: relative;
}
header,
.design-selection::before,
.design-selection::after,
.requirements,
.requirements p:last-child {
	background-repeat: no-repeat;
}
header,
.design-selection,
.requirements {
	background-color: #fae0fb;
}
header {
	background-image: url(header.png);
	background-size: 50%;
	background-position: right;
	background-repeat: no-repeat;
	padding: 125px 50px;
}
header h1,
h2,
.summary,
.preamble,
.explanation,
.participation,
.benefits {
	width: 50%;
}
header h1 {
	color: #342bc4;
	font-size: 100px;
}
header h2 {
	color: #9791ff;
	font-weight: normal;
}
.design-selection nav {
	width: 800px;
	margin: 0 auto;
}
.page-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.summary a,
.participation a {
	color: #fae0fb;
}
.preamble h3,
.explanation h3,
.participation h3,
.benefits h3 {
	padding-bottom: 30px;
	font-size: 26px;
}
.preamble,
.explanation,
.participation,
.benefits {
	padding-bottom: 50px !important;
}
.summary,
.preamble,
.explanation,
.participation,
.benefits {
	background-color: #9791ff;
	color: #fae0fb;
	padding: 50px 50px 0px 50px;
}
.explanation>p:last-child,
.participation>p:last-child {
	padding-top: 30px;
}
.explanation,
.benefits {
	right: 0;
}
.zen-resources {
	top: 1220px;
	right: 350px;
}
.zen-resources ul>li,
.design-archives ul>li {
	padding-bottom: 12px;
}
.explanation {
	height: 467px;
	top: -467px;
}
.participation {
	top: 449px;
}
.benefits {
	top: 0;
	height: 509px;
	margin-top: 449px;
}
.requirements {
	top: 953px;
}
.wrapper {
	top: -509px;
	width: 100%;
}
.design-selection {
	padding: 50px 0px 30px 0px;
}
.design-selection ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 0px;
	list-style: none;
}
.design-selection li {
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #ffc962;
}
.design-selection li:nth-child(1)::before {content: "01";}
.design-selection li:nth-child(2)::before {content: "02";}
.design-selection li:nth-child(3)::before {content: "03";}
.design-selection li:nth-child(4)::before {content: "04";}
.design-selection li:nth-child(5)::before {content: "05";}
.design-selection li:nth-child(6)::before {content: "06";}
.design-selection li:nth-child(7)::before {content: "07";}
.design-selection li:nth-child(8)::before {content: "08";}
.design-selection li::before {
	left: 0;
	color: #342bc4;
	font-weight: bold;
	position: absolute;
}
.design-selection .design-name {
	display: block;
	padding-bottom: 5px;
	color: #342bc4;
}
.design-selection .designer-name {
	font-size: 0.9em;
}
.design-selection .designer-name,
.preamble p {
	display: inline;
}
.design-selection .select,
.archives,
.resources, .next {
	display: none;
}
.viewall{
	list-style-type: none;
    position: absolute;
    bottom: 972px;
    width: 200px;
    right: -300px;
    background-color: #ffc962;
    border-radius: 30px;
    padding: 10px 20px;
}
.design-selection::before,
.design-selection::after {
	content: "";
	top: 0;
	bottom: 0;
	width: 14%;
	height: 100%;
	background-size: 100%;
}
.design-selection::before {
	background-image: url(design-left.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.design-selection::after {
	background-image: url(design-right.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	transform-origin: right;
}
.requirements {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 50px;
	background-image: url(req.png);
	background-size: 33%;
	background-position: right;
	background-repeat: no-repeat;
}
.requirements p {
	grid-column: 1;
	padding-left: 180px;
	opacity: 0.7;
}
.requirements h3 {
	padding-left: 180px;
	padding-top: 50px;
	color: #342bc4;
	font-size: 22px;
}
.requirements p:nth-last-child(2) {
	grid-column: 2;
	grid-row: 2;
	padding-right: 180px;
	padding-left: 0px;
}
.requirements p:nth-of-type(3) {
	padding-bottom: 40px;
}
.requirements p:last-child {
	grid-column: 1 / -1;
	background-image: url(flowers.jpg);
	background-size: cover;
	padding: 70px 210px;
	line-height: 2;
	font-family: 'Mochiy Pop One Regular';
	font-size: 22px;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	opacity: 1;
}
footer,
.requirements p:last-child {
	text-align: center;
}
footer {
	bottom: -1474px;
	padding: 50px;
	width: 100%;
	background-color: #9791ff;
}
footer a {
	background-color: #ffc962;
	padding: 12px 16px;
	border-radius: 30px;
	margin-right: 30px;
}
/* ------- MOBILE RESPONSIVE --------*/
@media (max-width: 768px) {
	.viewall{
		bottom: 1858px;
		right: -260px;
	}
	.page-wrapper,
	header h1,
	h2,
	.summary,
	.preamble,
	.explanation,
	.participation,
	.benefits,
	.design-selection nav {
		width: 100%;
	}
	.summary,
	.preamble,
	.explanation,
	.participation,
	.benefits {
		padding: 54px 20px 0px 20px;
	}
	.preamble h3,
	.explanation h3,
	.participation h3,
	.benefits h3 {
		font-size: 22px;
	}
	.summary p {
		display: inline;
	}
	header h1 {
		font-size: 72px;
		padding-bottom: 33px;
	}
	header {
		
		background-image: url(header.png);
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
		padding: 400px 10px 80px 10px;
		text-align: center;
	}
	.explanation {
		height: auto;
		top: auto;
		position: static;
	}
	.preamble {
		padding-bottom: 0px !important;
	}
	.design-selection::before,
	.design-selection::after {
		background-image: none;
		content: none;
	}
	.participation {
		top: 808px;
	}
	.participation p {
		display: block;
		padding-bottom: 30px;
	}
	.participation>p:last-child {
		padding-top: 0px;
	}
	.wrapper {
		top: -631px;
	}
	.benefits {
		top: 1862px;
		height: auto;
		margin-top: 0px;
	}
	.requirements {
		background-size: 100%;
		background-position: right bottom;
		top: 2152px;
		display: block;
	}
	.requirements h3,
	.requirements p,
	.requirements p:nth-last-child(2) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.requirements p:nth-of-type(3) {
		padding-bottom: 0px;
	}
	.requirements p {
		padding-top: 30px;
	}
	.requirements p:last-child {
		padding: 50px 20px;
		margin-top: 330px;
		font-size: 16px;
	}
	.zen-resources {
		top: 2500px;
		right: auto;
	}
	.design-selection ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.design-selection li {
		padding-left: 50px;
	}
	footer {
		padding: 50px 16px;
		bottom: -2486px;
	}
	footer a {
		font-size: 12px;
		margin-right: 5px;
	}
}