body {
	
	margin: 0;
	line-height: 1.5;
	font-family: 'PT Sans', sans-serif;
	color: #708099;
	font-size: 17px;
}

.main_content {
	margin-top: 5%;
	margin-left: 10%;
	text-align: justify;
    text-justify: inter-word;

}

#hamburger {
	margin-right: 10%;
	margin-top: 2%;
	float: right;
}

p {
	max-width: 65%;
	min-width: 65%;

}

a {
	text-decoration: none;
	color: #708099;
}

a:visited {
	text-decoration: none;
	color: #708099;
}

li.sub_header a:hover { 
    color: #bf9b30;

}

nav ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .09em;
	line-height: 1.55em;
}

li.sub_header {
	font-size: 13px;
	letter-spacing: 0.02em;
}



li.header>a:hover { 
	font-weight: 700;
    color: #bf9b30;
    letter-spacing: .15em;
    transition: .2s;
}
li.sub_header>a:hover { 
	font-weight: 700;
    color: #bf9b30;
    letter-spacing: .15em;
    transition: .2s;
}



img {
	height: auto;
	width: 100%;
	}

h2, h3 {
	color: #36454f;
	margin-left: -5%;

}


h1 {
	margin-top: 2%;
	margin-left: 2%;
	color: #bf9b30;
	font-family: sans-serif; Helvetica; Arial;
	font-weight: 700;
	font-size: 4rem;
	text-transform: uppercase;
	letter-spacing: 1;
	line-height: 0.95;
	
}

em {
	color: #708090;
	
	font-size: 19px;
}
p.quote {


	font-family: serif;
	color: #bf9b30;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
    text-justify: inter-word;
	line-height: 1.7;

}



#back-to-top {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 35px;
	width: 145px;
	background-color: rgba(212, 212, 212, .75);
	color: #bf9b30;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 12px;
	font-weight: 700;
	border: none;
}

.memorials ul {
	max-width: 65%;

}




@media (min-width: 350px) and (max-width: 879px) {
	.main_content {
		min-width: 90%;
		margin-left: 5%;
		margin-right: 5%;

	}

	.main_content p {
		max-width: 95%;
		margin-top: 0;
		text-align: left;
	}

	}

	h2 {
	color: #bf9b30;
	margin-left: 0;
	font-size: 20px;
	text-align: left;
	}

	h3 {
	margin-left: 0;
	color: #bf9b30;
	font-size: 16px;
	text-align: left;

	}

	header {
		min-height: 35px;
	}

	h1{
		font-size: 35px;
	
	}

	p.quote {
		line-height: 1.45;
}
}

@media(min-width: 890px) and (max-width: 1100px) {

	.main_content p {
		max-width: 95%;
		margin-top: 0;
		text-align: left;
	}



	h1 {
	font-size: ;
	}

}

@media(min-width: 1099px){

blockquote {
	
	float: right;
	clear: right;
	display: block;
	width: 25%;

}

	blockquote:before {
	position: relative;
	top: 85px;
	font-family: serif;
	left: -40px;
	content: "\201C";
	font-size: 75px;
	color: #bf9b30;


}

blockquote p {
	min-width: 95%;
}
}
	


.menu {
	display: none;
}

.active.menu {
	display: block;

}





