@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700|Quicksand:400,700');

body {

	background-image: url(Images/Background.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*Grid Setup*/

.page-wrapper {

	display: grid;
	grid-template-columns: 3fr 1fr;
	max-width: 1200px;
	margin: auto;
  text-align: center;
}

.intro {

	grid-column: 1 / span 2;

}

.main {

	grid-column: 1 / span 2;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;

}

.main h3 {

	font-family: Cinzel;
	font-weight: 700;
	font-size: 20px;
	color: white;
	background: black;
}

.main p {

	font-family: Quicksand;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.sidebar {

	grid-column: 1;
	grid-row: 3;

}

.sidebar .wrapper {

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}

.sidebar h3 {

	font-family: Cinzel;
	font-weight: 700;
	font-size: 50px;
}

ul {

	font-family: Quicksand;
	font-weight: 400;
	font-size: 24px;
}

/*Splash*/

#zen-intro {

	width: 100%;
	/*border: solid;*/
	display: flex;
	flex-direction: column;
	justify-content: center;

}

header {

	text-align: center;
	/*max-width: 100%;*/
	height: 100vh;
	padding-top: 14em;
}

h1 {

	color: white;
	font-size: 125px;
	font-family: Cinzel;
	font-weight: 400;
	line-height: 1em;
	width: 500px;
	height: 250px;
	margin: auto;
	padding: 50px 50px;

	background-image: url(Images/WhiteBorder.png);
	background-size: cover;
}

/*Intro*/

h2 {

	font-size: 60px;
	font-family: Cinzel;
	font-weight: 700;
	line-height: .5em;
}

#zen-summary {

	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	/*border: solid;*/
}

#zen-summary p:first-of-type {

	border: none;
	font-family: Quicksand;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	background: none;
	color: black;
	grid-column: 1 / span 2;
	grid-row: 1;
}

#zen-summary p {

	/*border: dotted;*/

	font-family: Quicksand;
	font-weight: 400;
	font-size: 16px;
	color: black;
	text-align: right;
	margin: 5px auto 25px auto;
	height: 30px;
	grid-column: 3;
	grid-row: 2;

	padding: 10px 10px 0 10px;
	place-items: start;
}

/*Links (Intro)*/

#zen-summary a:link {

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

#zen-summary a:hover {

	background: #FFCC95;
}

#zen-summary a:active {

	background: #BA6B16
}

.preamble {

	height: 500px;
	/*border: solid;*/
	/*margin-top: 3em;*/

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 5px;
}

.preamble h3 {

	/*border: solid;*/

	font-family: Cinzel;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: white;
	background: black;

	grid-column: 2;
	grid-row: 1;
}

.preamble p {

	/*border: solid;*/

	font-family: Quicksand;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	justify-content: end;
	margin: auto;

	line-height: 40px;

	justify-self: end;
	align-self: start;
	grid-column: 1 / span 3;
	grid-row: 2;
}

.preamble p:nth-child(2) {

	grid-column: 1 / span 3;
	grid-row: 3;
}

.preamble p:nth-child(3) {

	grid-column: 1 / span 3;
	grid-row: 4;
}

/*Main*/

.explanation {

	grid-column: 1 / span 2;
}

.explanation h3 {

	text-align: left;

	grid-column: 1 / span 3;
}

.participation {

	grid-column: 2 / span 2;
	grid-row: 2;

	text-align: right;
}

.participation p:first-of-type a {

	color: #FF911B;
	text-decoration: none;
	font-weight: 700;
}

.participation p:last-of-type a:nth-child(-n+2) {

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

.participation p:last-of-type a:nth-child(-n+2):hover {

	background: #FFCC95;
}

.participation p:last-of-type a:nth-child(-n+2):active {

	background: #BA6B16
}

.participation p:last-of-type a:last-of-type {

	color: #FF911B;
	text-decoration: none;
	font-weight: 700;
}

.benefits {

	grid-column: 1 / span 2;
	grid-row: 3;
}

.requirements {

	grid-column: 2 / span 2;
	grid-row: 4;

	text-align: right;
}

.requirements a {

	color: #FF911B;
	text-decoration: none;
	font-weight: 700;
}

.requirements p:last-of-type {

	text-align: center;
}

.requirements p:last-of-type a:last-of-type:before {	

	content: "\A";
}

.requirements p:last-of-type a:last-of-type {

	display: inline-block;

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

.requirements p:last-of-type a:last-of-type:hover {

	background: #FFCC95;
}

.requirements p:last-of-type a:last-of-type:active {

	background: #BA6B16
}

footer {

	grid-column: 1 / span 3;
	grid-row: 5;

	padding-top: 2em;

	font-family: Quicksand;
	font-weight: 700;
	text-align: center;
	font-size: 50px;
}

footer a {

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

footer a:hover {

	background: #FFCC95;
}

footer a:active {

	background: #BA6B16
}

.design-selection {

	grid-column: 1 / span 2;
}

.design-selection li {

	padding: 20px;
	list-style-type: none;
	font-size: 32px;
}

.design-selection li a:first-of-type {

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 12px 15px 15px 12px;
}

.design-selection li a:first-of-type:hover {

	background: #FFCC95;
}

.design-selection li a:first-of-type:active {

	background: #BA6B16;
}

.design-selection li a:last-of-type {

	color: #FF911B;
	text-decoration: none;
}

.design-archives h3 {

	display: none;
}

.design-archives {

	grid-row: 2;
	grid-column: 1 / span 2;
}

.design-archives li {

	list-style-type: none;
	display: inline-block;

}

.design-archives a {

	text-decoration: none;
	color: white;
	background: #FF911B;
	border-radius: 5px;
	padding: 12px 15px 15px 12px;
}

.design-archives a:hover {

	background: #FFCC95;
}

.zen-resources li a {

	text-decoration: none;
	color: #FF911B;
	font-size: 26px;
}

/*@media only all and (min-width: 700px) {

	.page-wrapper {

		max-width: 700px;
		display: inline-block;
	}
}

@media only all and (min-width: 1200px) {

	.page-wrapper {

		max-width: 1200px;
	}	
}*/
