body {
	
	max-width: 70%;
	margin-left: 14%;
	margin-right: 14%;
	line-height: 1.5;
	font-family: 'PT Sans', sans-serif;
	color: #708099;
	font-size: 19px;
}

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

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

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

}

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;
}



/*li.header>a:hover {
	color: #bf9b30;
}

*/



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

h2, h3 {
	color: #36454f;
}


h1 {
	margin-top: 5%;
	color: #bf9b30;
	font-weight: lighter;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 1;
	font-weight: 700;
}

em {
	color: #708090;
	font-family: serif;
	font-size: 18px;
}
p.quote {

	font-family: serif;
	
	color: #bf9b30;
	font-size: 21px;
	font-style: italic;
	line-height: 1.75;

}


#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;
}




@media (min-width: 350px) and (max-width: 640px) {
	body {
		min-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}



	header {
		min-height: 35px;
	}

	h1{
		font-size: 25px;
		margin-top: 10%;
	}

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


	


.menu {
	display: none;
}

.active.menu {
	display: block;

}



blockquote {
  background: #f9f9f9;
  border-left: 3px solid #bf9b30;
  margin: 1.5em 30px;
  padding: 0.5em 30px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #bf9b30;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

