/*
COLOR SCHEME
dark blue - #142850
medium blue - #27496D
light blue - #00909e
light grey - #dae1e7
orange
pink (poem text) - #fe7171
*/

body {
	background: #142850 url(img/background.png) center fixed;
		background-repeat: no-repeat;
		 background-size: cover;
	font-family: Helevetica, sans-serif;
	font-size:90px;
	cursor: url(img/cursor.png), default;
}

.sidenav {
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 10px;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-family: Helevetica, sans-serif;
  font-size: 38px;
  color: orange;
  display: block;
  text-align: center;
  background-color: #142850;
}

.sidenav a:hover {
  color: orange;
}

#wrapper {
			background-image: url(img/tree_top.png), url(img/trunk.png);
	background-size: auto, cover;
	background-repeat: no-repeat;
	margin: auto;
	padding-top:125px;
	}

header{
	margin: 0px auto;
	text-align: center;
	font-size: 50px;
}

h1 span {
	display: block;
	font-size: 40px;
}
#topnav {
	text-align: center;
	font-size: 25px;
}
.stanza {
	font-family: Georgia, serif;
	font-size: 35px;
	line-height: 1.4;
}

#one {
	background-image: url(img/blackbird.gif);
	background-size: auto, cover;
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 640px;
}

#two {
	background-image: url(img/2bb.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 150px;
	padding-bottom: 500px;
}

#three {
	background-image: url(img/bb3.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 150px;
	padding-bottom: 640px;
	padding-left: 150px;
}

#four {
	background-image: url(img/crow2.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 200px;
	padding-bottom: 500px;
	padding-left: 150px;
}

#five {
	background-image: url(img/blue.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 500px;
}

#six {
	background-image: url(img/bb4.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 500px;
}

#seven {
	background-image: url(img/golden.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 500px;
}

#eight {
	background-image: url(img/bb5.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 640px;
}

#nine {
	background-image: url(img/bb3.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 500px;
}

#ten {
	background-image: url(img/blue.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 640px;
}

#eleven {
	background-image: url(img/bb4.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 200px;
}

#twelve {
	background-image: url(img/crow2.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 250px;
	padding-bottom: 450px;
}

#thirteen {
	background-image: url(img/blackbird.gif);
	background-size: cover;
	background-repeat:repeat-x, no-repeat;
	padding-top: 100px;
	padding-bottom: 640px;
}

#poem {
	padding-top: 150px;
	padding-left: 150px;
	margin: 20px auto;
	width: auto;
	text-align: center;
	color: #fe7171;
}

#bio {
	background-image: url(img/treeline.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#bio {
	padding-left: 50px;
	font-size: 20px;
}

#bio p:first-of-type:first-letter {
	font-size: 60px;
	color: #ffffff;
}

#bio figure img {
	padding: 10px;
}

.stanza h3 {
	text-align: center; 
	font-family: Helvetica, sans-serif;
	font-size: 55px;
	color: #ff414d;
}

#name {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size:55px;
	color:#ff414d;
}

#para{
	text-align: left;
	font-family: Georgia, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

#list{
	text-align: left;
	font-family: Gerogia, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

a:link, a:visited {
	color: orange;
	text-decoration: none;
}

a:hover, a:focus {
	color: #7d0633;
	text-decoration: underline;
}

figure {
	width: auto;
	margin: 0;
	float: left;
	margin: 0;
	margin-left: 10px;
}

figure img {
	width: 90% ;
}

ul{
	font-family: Georgia, sans-serif;
	font-size: 18px;
}

.clear {
	clear: both;
}

footer {
	clear: both;
	font-size: 20px;
}

address{
	text-align: center;
	background: #142850;
	color: #ffffff;
}