﻿/* Styles for DIV tags */
#body {
	background-color: #3A0715;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #C0C0C0;
	height: 100%;
	
}
#container {
	margin: 0em auto 0em auto;
	width: 95%;
	max-width: 1250px;
	height: auto;
	padding: 1em .5em 1em .5em;
}

/*header*/
id="header"
#header {
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 800px;
	height: auto;
}
/* Portrait phones and Landscape phones and portrait tablets */
@media only screen and (max-width: 700px) {
#header {
	width: 85%;
	text-align:center
	}
		
}
#sitetitle {
	text-indent: -600px;
	width: 600px;
	height: 50px;
	overflow: hidden;
	display: block;
}
/*Navigation*/
/* Styles for Navigation */
#navigation {
	background-position: center center;
	border-width: 0px;
	padding: .5em 0em 20px 0em;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: nowrap;
	height: 2em;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	vertical-align: top;
	line-height: 2em;
}

#navigation ul {
	border-width: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1200px;
	list-style-type: none;
	z-index: 1;
	
}
#navigation li {
	border-width: 0px;
	padding: .25px 1.25em .25em 1.25em;
	margin: 0px;
	display: inline-block;
	list-style-type: none;
	color: #DCDBDB;
	font-family: Helvetica,Arial sans-serif;
	text-decoration: none;
	font-size: 1.25em;
}

#navigation a {
	color: #DCDBDB;
	text-decoration: none;
	
}
#navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#navigation a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#navigation a:visited {
	color: #DCDBDB;
	text-decoration: none;
}
/* Portrait phones and Landscape phones and portrait tablets */
@media only screen and (max-width: 700px){
	#navigation{
	display: none;
}
}

#menu {
	height: 3em;
	width: 75px;
	display: none;
}
@media only screen and (max-width: 699px){  
#menu{
	display: block;
	
}

}
.nav_dropbtn {
	background-color: #3A0715;	
	color: #DCDBDB;
	padding: 1em;
	font-size: 1em;
	border: none;
	height: 3em;
	width: 75px;
	cursor: pointer;
	
}
.nav_dropdown {
	position: relative;
	display: inline-block;
}
.nav_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;
}
.nav_dropdown-content a {
	color: #3A0715;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #3A0715;
}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #3A0715;
}

/*content*/
id="content"
#content {
	position: relative;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: auto;
	height: auto;
}
#content p: {
	font-family: Helvetica,Arial sans-serif;
	font-size: 1.75em;
	font-weight: lighter;
	color: #DCDBDB;
}
/* copyright style*/
id="copyright" 

#copyright {
	margin: 50px auto 25px auto;
	padding: 0px;
	text-decoration: none;
}
#copyright p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
#footer {
	border-style: 0;
	border-width: 0px;
	padding: 0px 0px 0px 50px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}


/*site typography*/
font {
	font-family: Helvetica,Arial sans-serif;
}
h1 {
	font-family: Helvetica,Arial sans-serif;
	font-size: 2.75em;
	font-weight: 300;
	color: #FFFFFF;
	letter-spacing: 2px;
}
h2 {
	font-family: Helvetica,Arial sans-serif;
	font-size: 2em;
	font-weight: 200;
	color: #FFFFFF;
}
h3 {
	font-family: Helvetica,Arial sans-serif;
	font-size: 1.75em;
	font-weight: 300;
	color: #FFFFFF;
}
p {
	font-family: Helvetica,Arial sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #808080;
	padding-right: 50px;
}
a {
	border-style: none;
	border-width: 0px;
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
ul {
	font-family: Helvetica,Arial sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	list-style: none;
}
li {
	list-style: none;
	font-family: Helvetica,Arial sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	list-style: none;
}

img {
	border-style: none;
	border-width: 0px;
	max-width:100%;
	height:auto
}
