/* color scheme
green:  #4f7769
orange: #c25b02
*/




body {
	background-color: black;
}

#wrapper {
	width: 70%;
	margin: auto;
	padding: auto;
	background-image: url(img/johannes-plenio-a72o8w9HC2w-unsplash.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: contain;
	border: 5px solid #c25b02;
}

h1 {
	font-family: 'Merienda', cursive;
	font-size: 50px;
	color: #c25b02;
	text-align: center;
	text-shadow: 3px 3px 6px black;
}

header {
	position: relative;
	margin-top: 20px;
}

h2 {
	font-family: 'Merienda', cursive;
	font-size: 50px;
	color: #c25b02;
	text-shadow: 3px 3px 6px black;	
}

h3 {
	font-family: 'Merienda', cursive;
	font-size: 40px;
	text-align: center;
	color: #c25b02;
	text-shadow: 3px 3px 6px black;
	padding: 0px;
	margin: 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding: 10px;
	background-color:  #4f7769;
	background-size: auto;
	text-align: center;
}

h4, h5 {
	font-family: 'Merienda', cursive;
	font-size: 20px;
		
}

ul  {
	font-family: 'Merienda', cursive;
	font-size: 20px;
	}	

li {
	margin-left: 420px;
} 

.lifestory {
		padding: 20px;
		background-color: #4f7769;
}

#bio {
	margin: 30px;
	padding: 0;
}

time {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #c25b02;
}

a:link, a:visited {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color:#c25b02;
  padding: 14px 25px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
}

a:hover, a:active {
  background-color: #4f7769;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color:#c25b02;
  padding: 14px 25px;
  text-align: center;
  text-decoration: underline;
}

figure {
	font-family: 'Merienda', cursive;
	font-size: 30px;
	color:  #c25b02;
	text-align: center;
	text-shadow: 3px 3px 6px black;
}

.picture {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 50px;
	border: 5px solid black;
	height: 500px;
	width: 300px;
	float: left;

}

#poem {
	display: grid;
	padding: 5%;
	grid-template-rows: repeat(5, auto);
	grid-template-columns: repeat(3, auto);
	grid-gap: 2%;
}

.stanza1 {

	grid-area: 1 / 1 / 2 / 2;
	}

.stanza2 {
	grid-area: 1 / 2 / 2 / 3;
	}

.stanza3 {
	grid-area: 1 / 3 / 2 / 4;
}

.stanza4 {
	grid-area: 2 / 1 / 3 / 2;
	}

.stanza5 {
	grid-area: 2 / 2 / 3 / 3;
	}	

.stanza6 {
	grid-area: 2 / 3 / 3 / 4;
	}

.stanza7 {
	grid-area: 3 / 1 / 4 / 2;
	}

.stanza8 {
	grid-area: 3 / 2 / 4 / 3;
	}

.stanza9 {
	grid-area: 3 / 3 / 4 / 4;
	}	

.stanza10 {
	grid-area: 4 / 1 / 5 / 2;
	}	

.stanza11 {
	grid-area: 4 / 2 / 5 / 3;
	}

.stanza12 {
	grid-area: 4 / 3 / 5 / 4;
	}

.stanza13 {
	grid-area: 5 / 2 / 6 / 3; 
	padding-bottom: 100px;   
	}	
