 
body {
 background-image: url("/images/marb18-30.jpg");
}
H1{
	text-align: center;
	padding-top: 30px;
}
H2{
	text-align: center;
	padding-top: 20px;
}
p {
	font-family: roman;
	font-size: 16px;
}
.main{
	text-align: center;
	padding-bottom: 45px;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 8px;
  font-size: 12px;
  border: none;
  min-width: 260px;
 }
 
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #3498DB;
	/*	background-color: #f1f1f1;*/
	min-width: 260px;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0,2);*/
	padding-bottom: 8px;
	/*z-index: 1;*/
}

.dropdown-content a{
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	display: block;
	}

.dropdown-content a:hover {background-color: #9496;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.container {
	display: flex;
	align-items: left;
	Justify-content: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 80px;
	}
.narrative {
	align-items: top;
	padding-left: 8px;
	font-size: 10px;
}	
.image {
	width: 130px
}
.elderBio {
	align-items: top;
	padding-left: 8px;
	font-size: 10px;
}
dl {
	padding-left: 80px;
	font-size: 15px;
}