@charset "UTF-8";
html { 
  box-sizing: border-box; 
} 
*, *:before, *:after { 
  box-sizing: inherit; 
} 

.resources {
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	
}

body {
	background-image: url(images/Side.jpg);
	background-repeat: no-repeat 50% 50% fixed;
    background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
}

.wrapper {
	width: 80%; 
    background-image: url("././images/Marble.jpg"); 
    background-size: repeat; 
    padding-left: 40px; 
    padding-right: 40px;
	padding-bottom: 50px; 
    padding-top: 20px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 100px; 
    margin-bottom: 100px; 
    line-height: 1.4; 
    box-shadow: inset -1px -2px 41px 5px #000000; 
    overflow: auto;
	position: relative;
}
.discussion {
	color: #A10A0D;	
}
.themes {
	max-width: 45%;
	position: absolute;
	height: 20%;
	padding-right: 2px;
	margin-bottom: 20px;
	margin-left: -2px;
	z-index: 99;
}

.objectives {
	margin-left: -4px;
}

.themepic {
	max-width: 45%;
	float: right;
	overflow: auto;
	position: relative;
	clear: both;
	margin-left: 2px;
	margin-top: 15px;
	margin-right: 5px;
	
}

.Whitley {
	float: left;
	max-width:80%;
	max-height:80%;
	margin-left: 5%;
	margin-top: 10px;
}

.Morris {
	float: right;
	max-width:80%;
	max-height:80%;
	margin-right: 5%;
	margin-top: 10px;
}

a:link, nav a:visited { 
    } 
a:hover, nav a:focus, nav a:active { 
    color: #33CCCC; 
    } 
a {
	color: #0A5EAE;
}

hr {
	width: 350px;
	margin: auto;
}

footer { 
    margin-top: 50px; 
    padding-bottom: 20px;
	clear: left
    } 
     
footer div { 
    margin-bottom: 10px;  
    text-align:center;
    } 