/* 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;
	}
body { 
	line-height: 2;
	background: transparent url(https://cdn.stocksnap.io/img-thumbs/960w/architecture-building_L3X7CLKTR4.jpg) repeat-y top center;
	background-size: cover;
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}
h3 { 
	font: italic normal 1.4em;
	font-family: 'Courier New', Courier, monospace;
	letter-spacing: 1px; 
	margin: 10px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #221246;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #496392;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #360b4e;
	}
abbr {
	border-bottom: none;
	}


/* specific divs */
.page-wrapper { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

.intro { 
	border: 1px solid black;
	border-radius: 15px;
	background-color: white;
	color: rgb(7, 58, 58);
	position: relative;
	margin: 90px 500px;
	}

header h1 { 
	display: block;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-align: center;
	}
header h2 { 
	width: 200px; 
	height: 30px; 
	white-space: nowrap;
	color: #221246;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	}
header {
	padding-top: 20px;
	height: 87px;
}

.summary {
	clear: both; 
	margin: -40px 20px 20px 20px; 
	width: 160px; 
	float: left;
	border: 1px solid black;
	border-radius: 15px;
	background-color: rgb(7, 58, 58);
	color: rgb(255, 255, 255);
	padding: 10px;
	font-family:'Courier New', Courier, monospace;
	position: relative;
	}
.summary p {
	font: italic 12px; 
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: center;
	}
.summary a {
	color: antiquewhite;
	}1
h3{
	color: #221246;
}

.preamble {
	clear: right; 
	padding: 0px 10px;
	margin: 20px 50px;
	position: relative;
	}
.supporting {	
	padding: 40px; 
	margin: 0px 500px 50px 500px;
	border: 1px solid black;
	border-radius: 15px;
	background-color: white;
	color: rgb(7, 58, 58);
	position: relative;
	}

footer { 
	text-align: center; 
	background-color: rgb(7, 58, 58);
	padding: 30px;
	}
footer a:link, footer a:visited { 
	margin-right: 20px; 
	color:azure;
	}


.sidebar .wrapper { 
	font: 20px; 
	background-color:rgb(255, 255, 255);
	color: black;
	padding: 10px; 
	margin: 150px -20px; 
	width: 150px; 
	border: solid 1px black;
	border-radius: 15px;
	position: absolute;
	}
.sidebar h3.select { 
	margin: 10px 0 25px 0; 
	width: 150px; 
	height: 50px; 
	}
.sidebar h3.archives { 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 30px; 
	white-space: nowrap;
	}
.sidebar h3.resources { 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 30px; 
	white-space: nowrap;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	}
.sidebar li {
	line-height: 1.3em; 
	background: transparent url(http://csszengarden.com/001/cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
.sidebar li a:link {
	color: #252b5f;
	}
.sidebar li a:visited {
	color: #0d64b4;
	}


.extra1 {
	background-color: rgb(7, 58, 58);;
	background-size: cover;
	position: absolute; 
	top:0; 
	left: 0; 
	width: 2000px; 
	height: 40px;
	}

	/*Small Screens*/
	@media screen and (max-width:768px) {
		.intro { 
			width:400px;
			margin: 50px 0;
			left:100px;
			font-size: 16px;
		}

		header h1 { 
			font-size: 28px;
			width: 300px;
			margin: auto;
			white-space: nowrap;
		}
		header h2 { 
			font-size: 18px;
			text-indent: 100px;
		}
		.summary {
			top: 75px;
			left:20px;
			width:300px;
		}
		.summary p {
			font-size: 16px;
		}

		.preamble {
			top:75px;
			padding-bottom: 70px;
		}
		h3{
			font-size: 20px;
		}
		.supporting {	
			width:320px;
			margin: 50px 0;
			left:100px;
			font-size: 16px;
		}

		footer { 
			font-size: 14px;
		}

		.sidebar .wrapper { 
			top:-150px;
			left:50px;
			width:125px;
			font-size: 14px;
			height: 1020px;
		}
		.sidebar h3.select,
		.sidebar h3.archives,
		.sidebar h3.resources { 
			font-size: 18px;
		}
	}
	/*Tablets*/
	@media (min-width:768px) and (max-width:1024px) {
		.intro { 
			width: 550px;
			top:-25px;
			left: -375px;
		}
		header h1 { 
			margin: auto;
		}
		header h2 { 
			margin: auto;
			text-indent: -35px;
		}

		.summary {
			top:40px;
			margin: 20px 40px;
		}

		.preamble {
			top:30px;
			margin-bottom: 100px;
		}
		.supporting {	
			width: 470px;
			left:-375px;
		}
		.preamble p, .supporting p{
			margin: 0px 20px;
		}
		.sidebar .wrapper { 
			top:-175px;
			left: 50px;
			}

	}
	/*Large Screens*/
	@media screen and (min-width:1024px) {
		.intro { 
			width: 800px;
			top:-25px;
			left:-300px;
		}

		header h1 { 
			margin: auto;
			}
		header h2 { 
			margin: auto;
			text-indent: -40px;
		}

		.summary {
			top: 30px;
			left:0px;
			margin: 20px 30px 50px 40px;
		}

		.preamble {
			margin: 40px 45px; 
			}
		.supporting {	
			width: 720px;
			top:-75px;
			left:-300px;
		}
		.preamble p, .supporting p{
			margin: 10px 35px;
		}
		.sidebar .wrapper { 
			top:-175px;
			left:100px;
			}

	}