@charset "UTF-8";

/*  
A submission for Shane Howell's CSS ZENgineer Project

	My Design is titled: Beanstalk
	My Name is: Grace Vaughn  
*/

/*	This CSS file accompanies my CSS ZENgineer Project *\

/* 	This CSS file is released under the Creative Commons License - 
		- http://creativecommons.org/licenses/by-nc-sa/4.0/  /* 

/* 	License Allows: adaptations and commercial use, but requires share-and-share alike and attribution to Grace Vaughn */

/* All associated graphics copyright 2022, by Grace Vaughn */

@import url('https://fonts.googleapis.com/css2?family=Princess+Sofia&family=Sorts+Mill+Goudy&display=swap');

a:link {
  color: green;
}

a:hover {
  color: darkolivegreen;
}

a:active {
  color: darkgreen;
}

a:visited {
	color: green; }

body {
	
	overflow-x: hidden;
	
}

#css-zen-garden {
    background: rgb(107,151,212);
    background: linear-gradient(180deg,rgba(107,151,212,1)0%,rgba(255,255,255,1));
	background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
	width: 1366px;
}

#css-zen-garden::before {
    content: "";
    background: url("background-clouds-big.png");
	margin: 0;
	padding: 0;
    height: 1000px;
    width: 9000px;
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
	margin-left: -2150px;
	margin-top: 25px;
    display: block;
    z-index: -5;
}

header {
    background: transparent url("Title_Zen_Kingdom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1000px;
    height: auto;
    min-height: 350px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    z-index: 2;
}

.page-wrapper {
	width:1366px;
	margin: 0 auto;
 	padding: 0;
}

h1, h2 {
	display: none; 
}

h3 {   
	font-family: 'Princess Sofia', cursive;
	font-size: 30px;
    color: rgba(120,158,48,1.00);
	font-weight: normal;
}

p, li, footer {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 15px;
    color: rgba(46,33,27,1.00);
	line-height: 20px;
}

.intro::after {     
	content: "";
    background: url("background-clouds-small.png");
	margin: 0;
	padding: 0;
    height: 600px;
    width: 8000px;
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
	margin-left: -2350px;
	margin-top: 250px;
    display: block;
    z-index: -5;
	
}

div.summary p:first-child::before {
    content: "The Beauty of CSS Design";
	font-family: 'Princess Sofia', cursive;
	color: rgba(120,158,48,1.00);
	font-weight: normal;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px;
    display: block;

}
div.summary::before {
	content: url("Leaf_Left_Vines.png");
	position: absolute;
	margin-left: -310px;
	margin-top: -30px;
}

.summary {
    background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    width: 450px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
	position: relative;
	z-index: -3;
}
.preamble::before {
	content: "";
	background-image: url("summary_vine.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
	margin-top: -250px;
	margin-left: -600px;
	position: absolute;
}

div.preamble h3::before {
    content: "Climbing the Beanstalk";
	font-family: 'Princess Sofia', cursive;
	color: rgba(120,158,48,1.00);
	font-weight: normal;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 5px;
    display: block;
	visibility: visible;
	width: 700px;
	text-align: right;
}
div.preamble h3 {
	visibility: hidden;
	position: absolute;
	top: 0;
}
.preamble {
    background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    width: 695px;
    margin-left: auto;
	margin-right: 350px;
    text-align: right;
	line-height: 20px;
	position: relative;
	z-index: -2;
}
.preamble::after {
	content: "";
	background-image: url("preamble-vine.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 325px;
	width: 800px;
	margin-top: -225px;
	margin-left: -484px;
	position: absolute;
}

.explanation {
    background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 690px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 255px;;
    margin-bottom: 0;
    text-align: left;
	line-height: 20px;
	position: relative;
	z-index: -3;
}

.participation {
    background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 400px;
    margin-top: 30px;
    margin-right: 25px;
    margin-left: 260px;
    margin-bottom: 15px;
    text-align: justify;
    display: inline-block;
	position: relative;
	line-height: 20px;
	z-index: -2;
}
.participation > h3 {
	text-align: center;
}
.participation h3::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("explanationvine.png");
	width: 300px;
	height: 360px;
	margin-top: -333px;
	margin-left: -227px;
	display: inline-block;
	position: absolute;
}
.participation h3::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("participationvine2.png");
	width: 310px;
	height: 373px;
	display: inline-block;
	margin-top: -10px;
	position: absolute;

}

.benefits {
    background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 280px;
	margin-top: 100px;
	margin-left: 0px;
    text-align: center;
    position: absolute;
    display: inline-block;
	line-height: 20px;
	z-index: -3;
}
.benefits::after {
	content: "";
	background-image: url("Leaf_Right.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	height: 80px;
	width: 80px;
	margin-left: 140px;
	margin-top: -25px;
}

.benefits > h3 {
	text-align: center;
}
.requirements {
	background: rgba(217,200,184,1.00);
    border: 4px solid rgba(123,163,50,1.00);
    border-radius: 50px;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    width: 820px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 265px;;
    margin-bottom: 0;
    text-align: left;
	line-height: 20px;
	position: relative;
	z-index: -4;
}
div.requirements::after {
	content: url("Leaf_Right_Vines.png");
	position: absolute;
	margin-left: 350px;
	margin-top: -10px;
}

.requirements > h3 {
    text-align: center;
}
.requirements h3::after {
	content: "";
	background-image: url("requirements-vine.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 235px;
	width: 800px;
	margin-top: -220px;
	margin-left: -145px;
	position: absolute;
}

div.requirements > p:last-child {
	text-align: center;
	font-size: 25px;
	font-style: italic;
	line-height: normal;
}

div.main::after {
	content: "";
	background: url("Beanstalk.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 2600px;
	width: 1366px;
	display: block;
	position: absolute;
	margin-left: 795px;
	top: 45px;
	z-index: -1;
}

footer::before {
	content: "";
	background-image: url("Mountains_ground.png");
	background-size: contain;
	background-repeat: no-repeat;
  	background-position: center top;
	width: 4000px;
	height: 800px;
	display: block;
	position: relative;
	top:-100px;
	left:calc(50% - 2000px);
	z-index: -5;
}

footer {
	text-shadow: 2px 2px 5px #455823;
	font-size: 35px;
	font-family: 'Sorts Mill Goudy', serif;
	text-align: center;
	margin: 0 auto;
    height: 450px;
	display: block;
}

footer a:link {
 	color:rgba(140,198,63,1.00);
	display: inline-block;
	position: relative;
	bottom: 300px;
}

footer a:hover {
	color: rgba(63,83,25,1.00);}

footer a:visited {	color:rgba(140,198,63,1.00) }

.wrapper {
	background-color:rgba(107,136,54,1.00);
	width: 9000px;
	margin-left: -2000px;
	display: block;
}

.wrapper a:link {
  color: rgba(156,200,76,1.00);
  text-decoration: none;
}

.wrapper a:visited {
	color: rgba(63,83,25,1.00) }

.wrapper a:hover {
	color: rgba(63,83,25,1.00);
}


ul {
	list-style: none;
}

ul li {
	letter-spacing: 3px;
    text-shadow: 2px 2px 5px #455823;
    color: rgba(164,210,104,1.00);
    font-size: 20px;
    line-height: 45px;
}

ul li::before {
	content: "\2022";
}

.design-selection {
	margin-left: 2100px;
	margin-righ: 0px;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.design-selection h3 {
    color: rgba(140,198,63,1.00);
    font-size: 35px;
}
.design-selection h3::before {
	content: "";
	background-image: url("selection_vine_side.png");
	background-size: 110px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 150px;
	height: 450px;
	margin-top: 35px;
	margin-left: -75px;
	z-index: 3;
	
	
}
.design-archives h3::before {
	content: "";
	background-image: url("selection_vine.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 345px;
	height: 200px;
	margin-top: -120px;
	margin-left: -275px;
	
}

.design-archives h3 {
	text-align: center;
	color:rgba(140,198,63,1.00);
	font-size: 35px;
}

.design-archives h3::after {
	content: "";
	background-image: url("archives_vine.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 245px;
	height: 200px;
	margin-top: -155px;
	margin-left: 175px;

}

.design-archives {
	right: 45px;
	bottom: 200px;
	position: relative;
	display: inline-block;
}

.zen-resources {
	left: 110px;
	bottom: 185px;
	position: relative;
	display: inline-block;
}
.design-archives::after {
	content: "";
	background-image: url("wrapper_vines.png");
	background-size: 450px;
	background-repeat: no-repeat;
	position: absolute;
	height: 320px;
	width: 500px;
	margin-top: -120px;
	margin-left: 320px;

}
.zen-resources h3 {
	text-align: left;
	color:rgba(140,198,63,1.00);
	font-size: 35px;
}
