body {

	background-image: url("images/leaves_glasses.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 5em;
}


nav	{   
	background-color: #ffffff;
	opacity: 0.60;
	filter: alpha (opacity=60);
	padding: 0;
	margin: auto;
	font-size: 12pt;
    width: 300px;
    text-align: center;
}

nav, section	{
	margin: 1em auto;
}

nav li 	{
	display: inline;
	text-align: center;
}

a:link	{
	color: rgb(205, 133, 63); /*peru*/
	text-decoration: none;
}

a:visited	{ 
	color: #800000;

}

a:hover {
  	background-color: #ddc38b;
  	text-decoration: line-through;

}

a:active{
	color: rgb(128, 0, 0);
}

section {
	background-color: #ffffff;
	opacity: 0.85;
	filter: alpha (opacity=85);
	padding: 3em;
	font-family: Georgia, serif;
	font-size: 11pt;
	display: block;
	position: relative;
    width: 900px;
}

h1 {
	/*text-shadow: .2em .2em .5em chocolate;*/
	text-align: center;
	color: rgb(255,255, 255);
	margin: .25em;
	font-size: 38pt;
}

h2 {
	font-size: 14pt;
	color: #474540 /*dark gray*/
	padding: 0;
	margin-bottom: 1em;
	
}

h1, h2 {
	font-family: Georgia, serif;
}

p {
	text-indent: 1em;
	padding:0;
	
}

header	{
	border-bottom: 2px solid orange;  /*how to add space between text and rule*/ 
}

address { 
	text-align: center;
	margin-top: .5em;
	margin-bottom: .5em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14pt;
	color:#60605e;

}

ul {
	margin: 0;
	
}

ul li {
	list-style-type: circle;
	margin-bottom: .25em;
	
}

dd, li {
	font-family: "Trebuchet MS", sans-serif;


}

dd em {
	font-family: Georgia, serif;

}

footer { 
	text-align: center;
	font-weight: bold;

}

.solid	{	/*class on section -- solid background on portfolio and contact*/
	background-color: rgb(255, 255, 255);
	opacity: 100;
	filter: alpha (opacity=100);
}

.center { /*class on img -- centers self portrait on contact page*/
  display: block;
  margin: auto;  

}

.note 	{
	color: #808080;
	font-weight: bold;
}

.education li	{
	margin: 0;
	list-style-type: none;

}
.education	{
	padding:0;
}

.degree	{
	font-weight: bold;
	color: #60605e;
	/*padding-right:2em;*/
}
