img {

	display: block;
    margin: auto;
    width: 70%;
    margin-bottom: 40px;
    margin-top: 30px;


}

.firstheading {

	font-size: 10px;
}

a {

	text-decoration: none;
	color: black;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;


}

nav {
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px;
	padding-right: 60px;
}

h5 { 

	font-size: 35px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	margin-left: 10%;
	margin-top: 120px;
	margin-bottom: 10px;

 }

 h1 {

 	font-size: 50px;
 	font-family: 'Source Sans Pro', sans-serif;
 	text-align: center;
 	text-transform: uppercase;
 	font-weight: bold;
 	margin-top: 50px;
 	padding: 20px;
 	display: block;
    margin: auto;
    width: 70%;

 }

 h2 { 

	font-size: 27px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 50px;
	margin-bottom: 10px;


 }

  h3 { 

	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 50px;
	margin-bottom: 10px;


 }

 p {
 	display: block;
    margin: auto;
 	width: 70%;
 	padding: 15px;
 	line-height: 1.4;
 	font-size: 16px;
 	font-family: sans-serif;
 }

 .memorials {

 	display: block;
    margin: auto;
 	width: 70%;
 	padding: 15px;
 	line-height: 1.4;
 	font-size: 14px;
 	font-family: sans-serif;
 }

 li {

 	padding: 1px;
 }


button {
	background-color: white;/* Green */
    border: 2px solid #7C7C7C;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 8px;
    right: 50px;
    margin-top: 530px;
    position: fixed;
}

blockquote {
	font-style: italic;
	font-family: serif;
	color: #7C7C7C;
}