@charset "UTF-8";
/* CSS Document */

div.header
	{background-color: orange;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 0px;
	width: 100%;
	display:inline-flex;}

div.navigation
	{float:right;}

div.banner
	{background-image:url("boardwalk.jpg");
	background-size:cover;
	height: 200px;
	position:fixed;
	top:0px;
	left:0px;
	padding:0px;
	margin-top:100px;
	width:100%;
	display:inline-flex;}


body
	{padding-top:100px;}

a:link
	{color: white;
	text-decoration: none;
	font-family: verdana, arial;}

a:visited
	{color: white;
	text-decoration: none;
	font-family: verdana, arial;}


ul.navigation
	{list-style-type: none;
	padding:0px;
	margin-left: 1000px;	
	display:flex;
	float:right;}

img.right
	{width: 250px;
	height:250px;}
	
li
	{display:inline-block;
	margin: 10px;
	padding:0px;}

h1
	{color:white;
	text-transform:uppercase;
	font-family: verdana, arial;
	font-size:48px;
	text-align: center; 
	padding-top: 25px;
	justify-content:center;
	width:100%;
	height:200px;
	display:flex;}

h2
	{font-family: Verdana, Arial;
	font-size:28px;
	color: white;
	text-transform: uppercase;}

h3
	{font-family: Georgia, Times New Roman;
	font-size:36px;
	text-transform: uppercase;
	top:0px;
	display:block;}

div.left
	{background-color:aquamarine;
	width: 500px;
	height:400px;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	margin-top:250px;
	margin-left:375px;
	margin-right:50px;
	margin-bottom:50px;
	display:inline-flex;
	flex-direction:column;}

p
	{font-family:Verdana, Arial;
	height:200px;}

div.images
	{float:right;
	margin-top:250px;
	margin-right:375px}

img.right
	{float:right;}

a.email
	{font-family: Verdana, Arial;
	color:orange;}

div.footer
	{font-family: Verdana, Arial;
	margin-left: 375px;}


