﻿#body  {
	padding: 2em;
	background-color: #000000;
	font-size: 100%;
	font-family: Century Gothic;
	color: #2D2D2D;
	width: 100%;
	height: 100%;
}
#container {
	margin: 0px auto 3em auto;
	background-color: #C0C0C0;
	max-width: 1024px;
	padding-bottom: 3em;
}
#masthead {
	background-image: url('images/image_masthead 1024.jpg');
	background-repeat: no-repeat;
	height: 114px;
	max-width: 1024px;
	top: 0px;
	background-color: #2D2D2D;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-top: 2em;
	padding-right: 2em;
	margin-bottom: 1em;
}
#masthead a {
text-decoration:none;
color: #F6ECEC;
}

#masthead h1 {
	padding: 0px;
	text-align: right;
	color: #F6ECEC;
	font-weight: lighter;
}
@media only screen and (max-width: 699px) {
	#masthead h1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
}
/* Navigation*/

#navigation {
	padding: 1em 1em 3em 1em;
	border-color: 808080;
	border-style: ridge;
	border-width: 3px;
	width: 19%;
	max-width: 144px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	height: 100%;
}
@media only screen and (max-width: 699px){
	#navigation {
	display:none;
}
}
#menu {
	height: 3em;
	width: 75px;
	display: none;
}
@media only screen and (max-width: 699px){
#menu {
	display: block;
	background-color: #C0C0C0;
}
}
.nav_dropbtn {
	background-color: #C0C0C0;	
	color: #F6ECEC;
	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: #C0C0C0;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.nav_dropdown-content a {
	color: #F6ECEC;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #C0C0C0;
	}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #C0C0C0;}

nav {
	text-decoration:none
}
#content {
	width: 79%;
	max-width: 880px; 
	float: right;
	text-align: center;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	float:right;
}
@media only screen and (max-width: 699px){
#content {
	width:96%;
	margin-right: auto;
	margin-left: auto;

}
}

#copyright {
	clear: both;
	width: 79%;
	max-width: 880px;
	text-align: center;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	height: 3em;
	float: right;
}
@media only screen and (max-width: 699px){
#copyright {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
}

#flex {
	padding: 3em;
	margin: 2em auto 1em auto;
}

.flex-container {
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.flex-item-left {
	flex: 19%;
	float: left;
	text-align: center;
}
.flex-item-right {
	flex: 79%;
	float:right;
	text-align: center;
	
}

@media (max-width: 800px) {
.flex-item-right {
	flex: 96%;
	text-align:center;

}

content {
	font: century gothic;
	font-size: 1.3em;
	font-weight: 100;
	color: #2D2D2D;
	float: right;
}

/* Site typography */


h1 {
	border-style: none;
	font-family: "Century gothic";
	font-size: 2.25em;
	color: #F6ECEC;
	margin-left: 350px;
	margin-top: 5px;
	font-weight: 100;
	text-decoration: none;
}
h2 {
	font-family: "Century gothic";
	font-size: 1.75em;
	font-weight: 200;
	color: #F6ECEC;
	margin-left: 350px;
}
h3 {
	font-family: "Century gothic";
	font-size: 1.75em;
	color: #2D2D2D;
	font-weight: 200;
}
h4 {
	font-family: "Century gothic";
	font-size: 1.50em;
	color: #2D2D2D;
	font-weight: 200;
}
blockquote,p,ol,ul {
	font-family: "Century gothic";
	font-size: 1.50em;
	font-weight: 100;
	color: #2D2D2D;
}


/* Footer */
#footer p {
	font-size: .75em;
	color: #2D2D2D;
}

/* Links */
a {
	color: #2D2D2D;
	text-decoration: none;
  	cursor: auto;
}

a:link {
	color: #2D2D2D;
	text-decoration: none;
  	cursor: auto;
}

a:visited {
	color: #2D2D2D;
	text-decoration: none;
  	cursor: auto;
}

a:focus {
	color: #2D2D2D;
	text-decoration: none;
  	cursor: auto;
}

a:hover {
	color: #F6ECEC;
	text-decoration: none;
  	cursor: auto;
}

a:active {
 	color: #2D2D2D;
	text-decoration: none;
  	cursor: auto;
}

img { 
max-width: 100%;
height:auto;
margin-left: auto;
margin-right: auto;

}

ul {
	list-style-type: none;
	text-decoration: none;
}
li {
	list-style-type: none;
	text-decoration: none;
}

