/*Bayley Stevenson CIS 195 Zen Garden Assignment*/


html {
	margin: 0;
	padding: 0;
	}

#css-zen-garden {
    background-color: lavender;
    font-family: Century Gothic;
    border: 13px solid cornsilk;
    padding: 1em;
}

header h1 {
    background-image: url(sand.jpg);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5em;
    text-align: center;
    letter-spacing: 20px;
    text-shadow: 2px 5px lavender;
}

header h2 {
    text-align: center;
    font-style: italic;
    font-size: 2em;
    color: plum;
    text-shadow: 2px 2px #222;
}

.summary {
    text-align: center;
    font-size: 17px;
    font-weight: 1000;

}

.page-wrapper {
    border-left: 4px solid plum;
    border-right: 4px solid goldenrod;
    padding: 3em;
}

.preamble {
    background-color: #e9f3fb;
    color: #222;
    border-top: 4px solid#222;
    border-bottom: 4px solid#222;
    padding: 1em;
}

.explanation {
    background-color:#d6e7f5;
    color: #222;
    border-bottom: 4px solid#222;
    padding: 1em; 
}

.participation {
    background-color:#cbe3f7;
    color: #222;
    border-bottom: 4px solid#222;
    padding: 1em; 
}

.benefits {
    background-color:#c0e0f9;
    color: #222;
    border-bottom: 4px solid#222;
    padding: 1em; 
}

.requirements {
    background-color:#b1daf9;
    color: #222;
    border-bottom: 4px solid#222;
    padding: 1em; 
}

footer {
    text-align: center;
    font-size: 2em;
    background-image: url(sand.jpg);
    background-size: cover;
    padding: 20px;
}

.select {
    border: 4px solid plum;
    padding-left: 10px;
    color: darkorchid;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    font-style: italic;
    border-radius: 50%;
}

.archives {
    border: 4px solid gold;
    padding-left: 10px;
    color: darkorchid;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    font-style: italic;
    border-radius: 50%;
}

.resources {
    border: 4px solid lightblue;
    color: darkorchid;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    font-style: italic;
    border-radius: 50%;
}

ul {
    color: goldenrod;
    line-height: 30px;

}

h3 {
    text-indent: 10px;
    font-size: 25px;
}

p {
    padding-left: 30px;
    padding-right: 30px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
    color: #222;
    text-shadow: 2px 2px white;
	}

a:hover { 
	color: plum;
	}
