@charset "UTF-8";
/* CSS Document */
body { 
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: white;
    width: 100%;
    min-width: 800px;
	margin-left: auto;
	margin-right: auto;
 }

h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 0.95;
	color: cyan;
	text-align: center;
}

.header h1 {
	font-size: 32px;
	font-weight: bold;
	color: #ddd;
	float: left;
}
		
h2 {
	padding-left: 25px;
	color: lavender;
    font-size: 28px;
}
		
img {
	width: 40%;
}
		

		
.main_section article footer {
	padding: 5px; 
	color: white;
    background-color: grey;
    margin: 8px;
}

footer {
	margin: 0;
    padding: 5px; 
	color: white;
    background-color: #444;
    margin: 8px;    
}

footer p {
    margin-left: 5%;
}


p { 
    
    color: oldlace;
    font-size: 24px;
}
		
table {
	background-color: peru;
	padding: 35px; 
	text-align: center;
	border-spacing: 0px; 
	width: 100%;
}

#contact {
	width: 100%;
	height: 800px;
	margin: 0;
}

		/*Classes*/
		
.header {
	background: #444; 
	padding: 3%;
    height: 50px;
    opacity: 0.5;
}
	
.subtitle {
	font-size: 22px;
	font-style: italic;
	line-height: 25px;
	color: silver;
}
		
.navigation {
	text-align: center;
	line-height: 2.5;
	padding: 10px;
    float: right;
}
		
.footnav {
	float: left; 
	background-color: Peru; 
	padding-left: 25px; 
	padding-right: 65px; 
	padding-bottom: 15px; 
	margin-top: 10px;
}
		
.footaddress {
	float: right;
	background-color: Peru;
	padding-left: 25px;
	padding-right: 25px; 
	text-align: right; 
	margin-top: 10px; 
}
		
.button {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: gold;
	text-decoration: none;
	border-width: 2px;
	border-color: grey;
}

.button:hover {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: gold;
	color: grey;
	text-decoration: none;
	border-color: yellow;
}
		
.italic { font-style: italic; }
		
.bold { font-weight: bold; }
		
.small { font-size: 13px; }
		
.title {
	padding-left: 25px;
}
		
.floating_menu { 
	width: 200px;
	margin-left: -205px;
	position: fixed;
}

.video_section video {
    width: 100%;
    padding: 0;
    margin: 0;
}

.video_section {
    
    position: absolute;
    min-width: 800px;
    width: 100%;
    height: 75%;
    overflow-y: hidden;
    top: 0;
    left: 0;
    z-index: -9999;
    
    
}

.main_section {
    
    margin-top: 5%;
    background-color: dimgrey;
    padding: 10px;
    
}

.video_overlay {
    
    
    
}

.video_overlay ul{
    
    list-style: none;
    color: blanchedalmond;
    font-size: 36px;
    margin-top: 6%;
    margin-left: 20%;
    opacity: 0.6;
    
}

article {
    
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

footer a {
    
    color: goldenrod;
    
}