/* my styles */

body {
	font-family: helvetica, arial,  sans-serif;
	font-size: 16px;
	background-color: #005710;
	background: url(img/green_texture.png) repeat center fixed; 
	background-size: cover; 
}

img[src*="blackbird1.png"] {
	position: relative;
  	height: auto;
  	width: 300px;
}

#wrapper {
	width: 1000px; 
	margin: 20px auto; 
	background-color: #F2D8C2;
	border: 4px solid black;
	text-align: center;
}

.stanza {
	font-family: georgia, "times roman",  sans-serif;
	text-align: center;
	border: 4px solid black;
	border-radius: 25px;
	margin: 10px;
	line-height: 1.2;

}

.stanza:nth-child(odd) {
	background-color: #072326;
	color: white;
	padding: 3% 0;
}

.stanza:nth-child(even) {
	background-color: #0F5944;
	color: white;
	padding: 3% 0;
}	

h1 {
	font-size: 30px;
	margin-top: 60px;
}

h2 {
	font-family: georgia, "times roman",  sans-serif;
}

h3 {
	font-size: 1.5em;
}

p {
	text-align: left;
	padding: 20px;
	line-height: 1.5;
}

p:first-of-type:first-letter {
	font-size: 50px;
}

#bio h2{
	margin-top: 60px;
}


a:link, a:visited {
	color: #21426E;
	text-decoration: none;
}


a:hover, a:focus {
	color: brown;
}

header a:link {
	text-decoration: underline;
}
