﻿body {
	font-family: "Century Gothic", tahoma, arial;
	color: #00003C;
	font-size: 100%;
	box-sizing: border-box;
	background-color: #C4C4FF;
	padding: 20px;
}

/* Container */
#container {
	width: 95%;
	height: auto;
	padding: em 2em 0em 2em;
	margin: 0em auto 0em auto;
	background-color: #C4C4FF;
}
/* header */
#header {
	margin: 0px auto 0px auto;
	padding: 1em 0em 1em 0em;
	width: 100%;
	max-width: 900px;
	height: auto;
	text-align:center;
}

/* navigation */
#navigation {
	background-position: center center;
	border-width: 0px;
	padding: .5em 0em 20px 0em;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: nowrap;
	font-family:"Century Gothic", tahoma, arial;	
	text-decoration: none;
	font-size: 1.50em;
	height: 2em;
	width: 100%;
	max-width: 900px;
	text-align: center;
	vertical-align: top;
	line-height: 2em;
	font-weight: bolder;
}
#navigation ul {
	border-width: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 900px;
	list-style-type: none;
	color: #400000;
}
#navigation li {
	border-width: 0px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	display: inline-block;
	list-style-type: none;
	font-weight: bold;
	color: #400000;
}
/* 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;
	background-color: #C4C4FF;
}
}
.nav_dropbtn {
	background-color: #C4C4FF;
	color: #400000;
	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: #C4C4FF;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.nav_dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #FFFFFF;
}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #C4C4FF;
}


#content {
background-color: #C4C4FF;
max-width: 900px;
height: auto;
margin:0em auto 0em auto;
padding: 1em 0em 1em 0em;
text-align:center
	
}

/* footer */
#footer {
	text-align: center;
	border-width: 0px;
	padding: 1em 0em 1em 0em;
	margin: 2em auto 3em auto;
	height: 4em;
	max-width: 900px;
}


/* Type */
p {
	font-family: "Century Gothic", tahoma, arial;
	font-size: 1em;
	color:  #00003C;
	text-decoration: none;
}
h1 {
	font-family: "Century Gothic", tahoma, arial;
	font-size: 3em;
	color:  #00003C;
	text-decoration: none;
}
h2 {
	font-family: "Century Gothic", tahoma, arial;
	font-size: 2.25em;
	color:  #00003C;
	text-decoration: none;
}
h3 {
	font-family: "Century Gothic", tahoma, arial;
	text-decoration: none;
	color:  #00003C;
	font-size: 2em;
}
/* links */
a {
	font-family: "Century Gothic", tahoma, arial;
	color: #00003C;
	text-decoration: none;
}
a:active {
	font-family: "Century Gothic", tahoma, arial;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", tahoma, arial;
	color: #CC0000;
	text-decoration: none;
}


/* Images*/
img {
	border-width: 0px;
	padding: 0px;
	margin: 10px;
	text-align: center;
	max-width:100%;
	height:auto
}


@media only screen and (max-width: 700px) {
img {
	max-width: 100%;
	width: 75vw;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img2 {
max-width: 100%;
	width: 40vw;

	
}

