html { 
	height: 100%;
	margin-bottom: 1px;
	margin-top:0px;
	overflow-y: scroll;
}

body { 
	background-color: #fff;
	color: #222222;
	position: relative; 
	margin: 0px;
	font-size:100%;
	line-height:1.125em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/** HEADER **/
	#Header {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		/**background-color: #4b2e83;**/
		background: linear-gradient(black, #4b2e83);
		padding: 25px 20px 10px 20px;
		text-align: center;
	}

	#FlexRow {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
		flex-grow: 1;
		margin: 20px 300px;
	}
	
	div#FlexRow.div {

	}

	#HeaderUWLogo {
		order:2;
		width: 100px;
		height: 50px;
		background: url(images/UW_logo.png) scroll no-repeat;
		background-size: 100px 50px;
	}
	
	#MainMenuWrap {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		background-color: #888;

	}
	
	a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
		padding: 8px 15px 10px 15px;
		color: #fff;
		background-color: #888;
	}
	
	a.MainMenuOption:hover {
		background-color: #333;
	}
	
/** INDEX **/

	#PageWrap {
		background-color: #fff;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.IndexRowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	.RowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.yellowhead {
		background-color: #4b2e83;
		width: 250px;
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		
	}
	a.option:link,a.option:visited, a.option:active {
		width: 150px;
		height: 30px;
		padding: 20px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px;
		font-weight: bold;
	}
	
	a.option:hover {
		background-color: #4b2e83;
		color: #fff;
	}
	
	em.subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2.30em;
		color: #ccc;
		padding-bottom: 25px;
	}
	
	em.title {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-style: normal;
		font-size: 4.20em;
		color: #fff;
	}
	
	#IndexPictureBox {
		order: 2;
		background: url(images/index_image.jpg) scroll no-repeat;
		width: 420px;
		height: 320px;
		Margin: 20px 20px 20px 20px;
		border: solid 12px #e8e3d3;
		}
	

	#DennyPictureBox {
		order: 2;
		background: url(images/denny_hall.jpg) scroll no-repeat;
		width: 420px;
		height: 320px;
		Margin: 20px 20px 20px 20px;
		border: solid 12px #e8e3d3;
	}
		
	#IndexDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 2;
		padding: 10px 50px 20px 50px;
		border-top: #4b2e83 solid 0px;
		Margin: 20px 20px 0px 20px;
		line-height: 1.55em;
	}
	
	#MainBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #4b2e83 solid 0px;
		Margin: 20px 20px 0px 20px;
		min-height: 500px;
	}
	
	#IndexEventsBox {
		order: 1;
		height: 320px;
		width: 520px;
		background-color: transparent;
		flex: 1;
		padding: 10px 20px 10px 20px;
		border-top: #4b2e83 solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedProjectBox {
		order: 2;
		flex: 2;
		padding: 10px 20px 10px 20px;
		border-top: #4b2e83 solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedPublicationBox {
		order: 3;
		flex: 2;
		background-color: transparent;
		padding: 10px 20px 10px 20px;
		border-top: #4b2e83 solid 12px;
		Margin: 20px 50px 20px 50px;
	}

	a.ReadMore:link, a.ReadMore:visited, a.ReadMore:active {
		background-color: #4b2e83;
		padding: 5px 10px 5px 10px;
		color: #fff;
		font-size: 0.85em;
		float: right;
	}
	
	a.ReadMore:hover {
		background-color: #4b2e83;
		color: #fff;
	}
	
	.question_wrap {
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
	}
	
	.question_wrap h2 {
		margin-top: 0px;
	}
	
	a.download:link,a.download:visited, a.download:active {
		width: 300px;
		height: 20px;
		padding: 10px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px 30px 10px;
		font-weight: bold;
		display: block;
	}
	
	a.download:hover {
		background-color: #4b2e83;
		color: #fff;
	}
	
	#nextwrap {
		
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
	}
	
	a#nexttier {
		display: block;
		margin-top: 25px;
		background-color: #cfc;
		padding: 25px 25px 25px 25px;
		margin-left: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 2;
	}
	
	a#prevtier {
		display: block;
		margin-top: 25px;
		background-color: #ccf;
		padding: 25px 25px 25px 25px;
		margin-right: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 1;
	}
	
	a#prevtier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	a#nexttier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	
	a.h2 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #4b2e83;
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
		display: block;
		
	}
	
	a.h2:hover {
		color: #fff;
		background-color: #4b2e83;
	}
	
	.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	border: 6px #888 solid;

	}
	
	
	ul {
		line-height: 1.55em;
	}
	
	ul li {
		margin-bottom: 10px;
		padding-left: 5px;
	}
	
	.events {
		margin-left: 20px;
	}
	
	.memberwrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 15px 0px 15px 0px;
	}
	
	.memberwrap img {
		width: 100px;
		height: 100px;
		order: 1;
		border: 5px solid #ccc;
	}
	
	.memberwrap div {
		height: 100px;
		order: 2;
		flex-grow: 2;
		padding: 10px 20px 0px 20px;
		width: 90%;
		max-width: 780px;
		line-height: 0.85em;
		font-size: 1.00em;
		background-color: #eee;
	}
	
	.memberwrap div p {
		margin: 0px 0px 5px 0px;
		padding: 0;
		font-size: 0.90em;
	}
	
	.memberwrap div p em {
		font-size: 1.25em;
		font-style: normal;
	}
	
	.memberwrap div span {
		font-size: 0.75em;
		font-style: normal;
	}
	
	
/** FOOTER **/

	#Footer {
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #666;
		margin-top: 40px;
	}
	
/** GENERAL FONTS **/

	h1 {
		font-size: 3.0em;
		line-height: 1.25em;
		color: #333;
		display: block;
	}
	
	h2 {
		font-size: 2.00em;
		line-height: 1.65em;
		background-color: #4b2e83;
		color: #fff;
		padding: 15px 30px;
		text-align: center;
		margin-bottom: 10px;
	}	
	
	h3 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #4b2e83;
	}
	
	h4 {
		font-size: 1.15em;
		color: #333;
	}
	
	p {
		font-size: 0.95em;
		line-height: 1.45em;
	}
	
	a.mp3:link, a.mp3:visited, a.mp3:active {background-color: #666; color: #fff; font-weight: bold; padding: 7px 10px 7px 10px; width: 250px; text-align:center; display: block; margin: 0 auto; margin-bottom: 10px;}
	
	a.mp3:hover { background-color: #444; }
	
	a:link, a:visited, a:active {color: #4b2e83; font-weight: bold; text-decoration:none; border: none;}
	a:hover  {color: #333; font-weight: bold; text-decoration:none; border: none;}
	
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/


		@media (min-width : 1px) and (max-width : 599px) {
			
		#FlexRow {
		flex-direction: column;
		margin: 0px 0px;
		}
	
		em.title {font-size: 2.25em;}
	
			
			em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.75em;
				line-height:1.25em;
				color: #ccc;
				padding-bottom: 0px;
				padding-top: 10px;
				display: block;
			}
			
			
			#MainMenuWrap {
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				justify-content: center;
				flex-wrap: nowrap;
				width: 100%;
				background-color: #888;
			}
			
			a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
				padding: 8px 15px 10px 15px;
				color: #fff;
				background-color: #888;
				text-align: center;
				border-top: 2px solid #fff;
			}
			
			a.MainMenuOption:hover {
				background-color: #333;
			}
			
			#IndexPictureBox {
				display: none;
			}
			
			#DennyPictureBox {
				display: none;
			}
			
			#IndexDescriptionBox {
				order: 1;		
				background-color: transparent;
				flex: 2;
				padding: 0px 10px 20px 10px;
				border-top: #4b2e83 solid 0px;
				Margin: 5px 10px 0px 10px;
				line-height: 1.15em;
			}
	
			h1 {
				font-size: 1.75em;
				line-height: 1.25em;
				color: #333;
			}
			
			h2 {
				font-size: 1.15em;
				line-height: 1.50em;
				color: #fff;
			}
			
			
			.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
			}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 300px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
			
		}
		
		
		@media (min-width : 600px) and (max-width : 800px) {
			
				#FlexRow {
	
					margin: 0px 0px;
				}
				
				em.subtitle {display: block; margin-top: 20px; padding-bottom: 0px;}
				
				a.mp3:link,a.mp3:active,a.mp3:visited,a.mp3:hover {width: 150px;}
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.30em;
				line-height: 1.3em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
				.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
				}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 300px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
		}
		
		@media (min-width : 801px) and (max-width : 1030px) {
			
				#FlexRow {
	
					margin: 0px 0px;
				}
				
				a.mp3:link,a.mp3:active,a.mp3:visited,a.mp3:hover {width: 200px;}
			
			
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.30em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
				.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
				}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 500px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
		}
		
		
		@media (min-width : 1031px) and (max-width : 1330px) {
			
					#FlexRow {
	
					margin: 0px 100px;
				}
				
				a.mp3:link,a.mp3:active,a.mp3:visited,a.mp3:hover {width: 250px;}
			
			
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.70em;
				color: #ccc;
				padding-bottom: 25px;
				}
		}
		