html { 
	height: 100%;
	margin-bottom: 1px;
	margin-top:0px;
	overflow-y: scroll;
}

body { 
	background-color: #F0F4F4;
	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: #F0F4F4;
		/**background: linear-gradient(black, #115b7d);**/
		padding: 20px 20px 15px 20px;
		text-align: center;
	}

	#HeaderPhonlabLogo {
		width: 200px;
		height: 50px;
		color: #fff;
		order:1;
		background: url(images/UW_ling_logo.png) scroll no-repeat;
		background-size: 150px 50px;
	}
	
	#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: #F0F4F4;

	}
	
	a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
		padding: 8px 15px 10px 15px;
		color: #333;
		background-color: #F0F4F4;
	}
	
	a.MainMenuOption:hover {
		background-color: #ccc;
	}
	
/** INDEX **/

	#PageWrap {
		background-color: #F0F4F4;
		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: row;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		text-align: center;
	}
	
	.RowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.yellowhead {
		background-color: #85754d;
		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: #87754D;
		color: #fff;
	}
	
	em.subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2.00em;
		color: #888;
		padding-bottom: 25px;
	}
	
	em.title {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.20em;
		color: #333;
	}
	
	#IndexPictureBox {
		order: 2;
		background: url(images/clouds.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 {
			
		background-color: transparent;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 20px;
		line-height: 1.55em;		
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		text-align: center;
		align-items: center;
	}
	
	#MainBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #85754d 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: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedProjectBox {
		order: 2;
		flex: 2;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedPublicationBox {
		order: 3;
		flex: 2;
		background-color: transparent;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}

	a.ReadMore:link, a.ReadMore:visited, a.ReadMore:active {
		background-color: #85754d;
		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: #87754D;
		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: #85754d;
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
		display: block;
	}
	
	a.h2:hover {
		color: #fff;
		background-color: #85754d;
	}
	
	.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	border: 6px #888 solid;

	}
	
	
	ul {
		line-height: 1.55em;
	}
	
	.lexrow {
		border-top: #ddd solid 2px;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
		width: 60%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.lexboxeng {
		order: 1;
		width: 45%;
		text-align: left;
		margin-left: 5%;
	}
	
	.lexboxfre {
		order: 1;
		width: 45%;
		text-align: left;
		margin-left: 5%;
	}
	
/** FOOTER **/

	#Footer {
		background-color: #F0F4F4;
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #666;
		margin-top: 140px;
	}
	
/** GENERAL FONTS **/

	h1 {
		font-size: 2.0em;
		line-height: 1.25em;
		color: #333;
	}
	
	h2 {
		font-size: 2.00em;
		line-height: 1.65em;
		background-color: #115b7d;
		color: #fff;
		padding: 15px 30px;
	}	
	
	h3 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #85754d;
	}
	
	h4 {
		font-size: 1.15em;
		color: #333;
	}
	
	p {
		font-size: 0.95em;
		line-height: 1.45em;
	}
	
	a:link, a:visited, a:active {color: #115b7d; 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) {
			
			em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 2.00em;
				line-height:1.25em;
				color: #ccc;
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
			
			#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: #85754d solid 0px;
				Margin: 5px 10px 0px 10px;
				line-height: 1.15em;
			
			}
	
			h1 {
				font-size: 1.50em;
				line-height: 1.25em;
				color: #333;
			}
			
			h2 {
				font-size: 1.15em;
				line-height: 1.50em;
				color: #85754d;
			}
			
			.lexrow {
				width: 90%;
				flex-direction: column;
				border-top: #ddd solid 5px;
			}
			
			.lexboxeng {
				width: 100%;
			}
			
			.lexboxfre {
				width: 100%;
			}
		}
		
		
		@media (min-width : 600px) and (max-width : 800px) {
			
				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;
				}
				
				a.MainMenuOption {
					font-size: 0.85em;
				}
				
				.lexrow {
					border-top: #ddd solid 2px;
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					flex-wrap: nowrap;
					width: 90%;
					text-align: center;
					margin-bottom: 10px;
				}
				
				.lexboxeng {
					order: 1;
					width: 45%;
					text-align: left;
					margin-right: 5%;
				}
				
				.lexboxfre {
					order: 1;
					width: 45%;
					text-align: left;
					margin-left: 5%;
				}
		}
		
		@media (min-width : 801px) and (max-width : 1030px) {
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.30em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
								.lexrow {
					border-top: #ddd solid 2px;
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					flex-wrap: nowrap;
					width: 90%;
					text-align: center;
					margin-bottom: 10px;
				}
				
				.lexboxeng {
					order: 1;
					width: 45%;
					text-align: left;
					margin-right: 5%;
				}
				
				.lexboxfre {
					order: 1;
					width: 45%;
					text-align: left;
					margin-left: 5%;
				}
		}
		
		
		@media (min-width : 1031px) and (max-width : 1330px) {
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.70em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
								.lexrow {
					border-top: #ddd solid 2px;
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					flex-wrap: nowrap;
					width: 90%;
					text-align: center;
					margin-bottom: 10px;
				}
				
				.lexboxeng {
					order: 1;
					width: 45%;
					text-align: left;
					margin-right: 5%;
				}
				
				.lexboxfre {
					order: 1;
					width: 45%;
					text-align: left;
					margin-left: 5%;
				}
		}
		