body {
  font-family: 'PT Sans Narrow', sans-serif;
	margin: 0;
	font-size: 18px;
	color: #4B4B4B;
	letter-spacing: 2;
	text-align: justify;
	line-height: 33px;
}

a {
		transition: .5s;
}

.header {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.header img {
	max-width: 70%;
	
}

.menu {
	max-width: 100%;
	text-align: center;
	background-color: #ADC1C9;
	padding: 5px;
	font-size: 20px;
	letter-spacing: 3px;
}

.menu a {
	color: #fff;
	text-transform: lowercase;
	font-weight: 500;
	text-shadow: 1px 1px 8px #2B4754;
	padding: 0 25px;
	text-decoration: none;
}

.menu a:hover {
	color: #A35B2E;
	text-shadow: none;
}

.content {
	max-width: 70%;
	margin: 0 auto;
	padding: 10px 10px 40px;
	font-size: 17px;
}

.content h1 {
	text-align: center;
	color: #BE813C;
	font-weight: 300;
	font-size: 40px;
	letter-spacing: 7px;
	padding: 10px 20px 20px;
}

.content h2 {
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 7px;
	color: #C79558;
}

.content a {
	color: #BE813C;
	text-decoration: none;
	border-bottom: 2px solid #BE813C;

}

.content a:hover {
	color: #6B8A99;
	text-decoration: none;
	border-bottom: 2px solid #6B8A99;
}

.content li {
	padding-bottom: 10px;
}

.footer {
	max-width: 100%;
	text-align: center;
	border-top: 4px solid #ADC1C9;
	padding: 5px;
	font-size: 16px;
	letter-spacing: 3px;
}

