@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	background: #F0F0F0;
	font-family: "PT Serif";
}

#header{
	background-color: #762628;
	height: 320px;
}

#header_content {
	max-width: 1920px;
	height: 320px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/blades_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header_content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	padding: 20px 0 0 0;
}

#nav{
	background-color: #000;
	height: 42px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #EBEBEB;
}

#nav .content {
	max-width: 1060px;
	height: 40px;
	margin: 0 auto;
	text-align: Left;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding 0;
	overflow: hidden;
	top: 0;
}

#nav li {
	float: left;
}

#nav li a, .dropbtn {
	display: block;
	padding: 11px 12px;
	text-align:Left;
	color: #CCC;
	text-decoration: none;
}

#nav li a:hover, .dropdown:hover .dropbtn {
	background-color: #EBEBEB;
	color: #000;
}

#nav li.dropdown {
	Display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

#content{
	max-width: 1060px;
	background-color: #EBEBEB;
	margin: 0 auto;
	padding: 20px;
}
#content .h1 {
	text-align: center;
	font-size: 3em;
	color: #666;
}

#text {}

#text img {
  max-width: 100%;
  height: auto;
}

#icon {
	height: 192px;
	width: 100%;
}

#icon img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

#quote {
	font-size: 2em;
	color: #666;
	text-align: center;
	margin: 0 0 35px 0;
}

#quote .attrib {
	font-size: 0.4em;
	color: #666;
	text-align: right;
}

#divider {
	height: 80px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#divider img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

#footer {
	max-width: 1060px;
	background-color: #EBEBEB;
	margin: 0 auto;
	padding: 20px;
	height: 80px;
}
