/*
yellow brown (140, 102, 31)
orange (217, 75, 24)
dark red (115, 12, 2)
red (140, 28, 3)
off white (242, 242, 242)
grey (74, 73, 66)
*/

/* * {
	border: solid 1px red;
}*/

body{
	font-size: 24px;
	text-align: center;
	background-image: url(img/fall-tree.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px -100px;
}

#wrapper {
	box-sizing: border-box;
	width: 650px;
	padding: 20px;
	padding-bottom: 60px;
	margin: 50px 60px;
	border: 5px solid rgb(140, 102, 31);	
	background-color: rgb(217, 75, 24, 0.5);
	background-image: url(img/leaves.gif);
}

h1, h2, h3 {
	color: rgb(140, 28, 3);
	text-align: center;
	font-family: Georgia, Arial, serif;
	font-weight: bolder;
	padding: 0px 15px;
}

.stanza {
	box-sizing: border-box;
	font-family: Garamond, Arial, serif;
	font-weight: bold;
	font-size: .9em;
	width: 400px;
	margin: 30px auto;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	color: rgb(74, 73, 66);
	background-color: rgb(242, 242, 242, 0.75);
}

img.stevens {
	width: 80%;
	margin: 0px ;
}

img.bird {
	width: 150px;
	margin: 0px auto;
}

#bio {
	box-sizing: border-box;
	width: 500px;
	padding: 15px;
	margin: 0px auto;
	color: rgb(74, 73, 66);
	background-color: rgb(242, 242, 242, 0.75);
}

.text {
	text-align: justify;
	font-family: Garamond, Arial, serif;
	font-weight: bold;
	font-size: .9em;
	padding: 0px 20px;
}

p:first-of-type:first-letter {
	font-size: 30px;
	color: rgb(140, 28, 3);
}

footer.text {
	text-align: center;
	font-size: .8em;
	box-sizing: border-box;
	width: 500px;
	margin: 0px auto;
	padding-bottom: 30px;
	background-color: rgb(242, 242, 242, 0.75);
}

a:link, a:visited {
	color: rgb(140, 28, 3);
	text-decoration: underline;
}

a:hover, a:focus {
	color: rgb(217, 89, 61);
}
