/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
@font-face {
	font-family: 'ChicagoDarling';
	src: 
		url('Fonts/ChicagoDarlingSerif-Bold.ttf') format('truetype'),
		url('Fonts/ChicagoDarlingSerif-Bold.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

#css-zen-garden{
	background: 
	#fff url(topfloor.png), 
	url('secondfloor.png'), 
	url('underground.png'), 
	url('ground.png');
	background-repeat: no-repeat, repeat, repeat, repeat;
	background-position: center, center, center,center; 
	background-size: cover;

	
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.88889;
	color: rgb(0, 0, 0); 
	margin: 0; 
	padding: 0;
	position: relative;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}


#preamble{
	background-color: #D4D8DB;
	opacity: 50%;
	width: 550px;
	padding: 100px;
	border-radius: 7px;
	margin-bottom: 100px;
	
	}
#explanation{
	background-color: #D4C3B2;
	opacity: 50%;
	width: 600px;
	padding-left: 100px;
	margin-left: 75px;
	border-radius: 7px;
	margin-bottom: 0px;

}
/*#participation{
	background-color: #ffb845;
	opacity: 100%;
	width: 600px;
	padding: 100px;
	border-radius: 7px;
	margin-bottom: 100px;

}*/

#benefits{
	background-color: #D4C3B2;
	opacity: 50%;
	width: 600px;
	padding-left: 100px;
	margin-left: 750px;
	border-radius: 7px;
	margin-bottom: 100px;

}

#requirements{
	background-color: #D4D8DB;
	opacity: 50%;
	width: 600px;
	padding: 100px;
	border-radius: 7px;
	margin-bottom: 100px;

}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 30px; 
	margin-bottom: 0; 
	color: rgb(255, 255, 255);
	text-shadow:0 0 20px rgb(255, 255, 255);
	
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #595959;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fff200;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	position: relative;
	text-align: center;
	padding: 0px;	
}

#intro { 
	
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader{
background-image: url("topfloor.png");
object-fit: contain;
background-color: E1DB90;
opacity: 100%;
border-radius: 7px;
color: white;
text-align: center;

margin-top: 0px;
margin-bottom: 0px;
padding: 10px;
padding-bottom: 300px;
margin-right:-15px;
text-shadow: 0 0 20px rgba(255, 73, 191, 0.7);

}
#pageHeader h1 span {
	font-size: 80px;
    line-height: 0.8;
    display: inline-block; 
    vertical-align: middle;
	padding-top: 6cm;
	
}
#pageHeader h2 span {
	font-size: 30px;
}


#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
		background-image: url("secondfloor.png");
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		padding-bottom: 900px;
		margin-right: 0px;
		padding-left: 400px;
		padding-right: 570px;
		object-fit: contain;
		background-color: E1DB90;
		opacity: 100%;
		margin-left: 0px;
		color: rgb(0, 0, 0);
		text-align: left;
		position: relative;
		
	}
	
.text-box {
		background-color: rgb(219, 179, 251); 
		border-radius: 10px;
		padding: 20px; 
		margin-top: 80px; 
		width: 80%;
		box-sizing: border-box; 
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2; 
		box-shadow: 0 0 20px rgb(228, 153, 255);
	}
	
	#supportingText { 
		background-image: url("ground.png");
		
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		padding-top: 350px;
		padding-bottom: 300px;
		margin-right: 200px;
		padding-left: 950px;
		padding-right: 570px;
		object-fit: contain;
		background-color: E1DB90;
		opacity: 100%;
		margin-left: 0px;
		color: rgb(0, 0, 0);
		text-align: left;
		position: relative;
	}
	
	.supporting-text-box {
		background-color: rgb(255, 158, 79);
		border-radius: 10px;
		padding: 20px;
		width: 80%;
		box-sizing: border-box;
		position: absolute;
		margin-top: 2.3cm;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 0 20px rgb(255, 120, 1);
		z-index: 2; 
	}
	#requireText { 
		background-image: url("underground.png");
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		padding-bottom: 500px;
		margin-right: 200px;
		padding-top: 398px;
		padding-left: 950px;
		padding-right: 570px;
		object-fit: contain;
		background-color: E1DB90;
		opacity: 100%;
		margin-left: 0px;
		color: rgb(0, 0, 0);
		text-align: left;
		position: relative;
	}
	
	.require-text-box {
		background-color: rgb(255, 79, 217);
		border-radius: 10px;
		padding: 20px;
		width: 80%;
		box-sizing: border-box;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 0 20px rgb(255, 168, 254);
		z-index: 2; 
	}
	
#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 550px; 
	position: absolute; 
	top: 0; 
	right: 0;
	
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	padding-right: 40px;
	margin-top: 40px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	
	}
#linkList li {
		font-size: 12px;
		line-height: 3ex; 
		background: rgb(255, 73, 191);
		display: block; 
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 6px;
		padding-right: 6px;
		margin-bottom: 12px;
		list-style-type: none;
		text-align: center;
		margin-bottom: 50px;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(255, 73, 191, 0.7);
		
	}
	
#linkList li a:link {
	color: #ffffff;
	}
#linkList li a:visited {
	color: #ffbcf7;
	}


#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 3px; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}