@charset "UTF-8";
/* CSS Document */

body {
	background-color: #370d14;
	color: #999;
	text-align: center;
	font-family: Helvetica, sans-serif;
		}
	
img {
margin: 0 0 40px 0;

 box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;

  
  
  min-height: 200px;
  border-radius: 10px;
  max-width:100%;

}

.logo-top img {
	max-width: 319px;
	box-shadow: none;
		background: none;
	 border-radius: 0px;
}
.content {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.page-content{
	font-size: 18px;
	color: #DDD;
	text-align: left;
}
a {
	color: #e47e00;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
} 

.menu-top a {
	color: #e47e00;
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 20px;
	text-decoration: none;
}

.menu-top a:hover {
	text-decoration: underline;
}

.menu-top {
	margin: 30px auto;
	width: 100%;
	max-width: 860px;
}