body {
	font-family: 'Montserrat', sans-serif, Ariel, sans-serif;
	font-size: 30px;
	background-image: url("img/Artboard 1.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	line-height: 1.5;
}

h1{
	font-family: 'Merriweather', monospace, Ariel, sans-serif;
	text-align: center;
	color:#10402F;
}

h3 {
	font-size:2em;
	font-family: 'Merriweather', monospace, Ariel, sans-serif;
	text-align: center;
	color:#41FFBB;
	margin-bottom: 15px;
} 

#wrapper {
	border-radius: 10%;
	width: 1300px;
	margin: 15px auto;
	margin-top:;
  	padding: 15px;
  	box-sizing: border-box;
	background-color: rgb(215,251,196,.15);
}

#bio img {	
 	display: block;
 	margin-right: auto;
 	margin-left: auto;
 	width: 50%;
 	
}

#bio {
	text-align: left;
	color:#10402F;
	font-weight: bold;
	width: 950px;
	margin:10px auto;
	padding:100px;
	
	
}
span {
	display: block;
}
#bio li{
	text-align: left;
}

#bio h2{
	text-align: center;
	color:#41FFBB;
}

.stanza {
	color: #10402F;
	padding: 10px;
	font-weight: bold;
}

.even {
	/*background-color: #AB8F7F;*/
	text-align: center;
}

.odd {
	/*background-color: #F7D0C6;*/
	text-align: center;
}

a:link, a:visited {
	color:#207F5D;
	text-decoration: none;
}

a:hover, a:focus {
	color:#41FFBB;

}

footer {
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif, Ariel, sans-serif;
}
/* Color Scheme
Dark green  = #10402F
Mid Green   = #207F5D
Light Green = #41FFBB
Trans.green = rgb(215,251,196,.15);
