#map {
	margin: auto;
  position: relative;
  top: 17%;
	height: 650px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
  right: 0%; 

}
body
{
  margin: 0px;
  min-width: 850px;
}
.left {
    width: 10%;
    height: 10%;
    float: left;
}
.right {
    margin-left: 10%;
    height: 12%;
}
.header 
{
  position: relative;
  left: 0;
  top: 0;
  padding: 2px;
  background-image: linear-gradient(#2E8B57, #20B2AA);
 }
h1
{
	position: relative;
	top: 0%;
	right: 0%;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	color: white;
  text-align: center;
}
h2
{
  position: relative;
  top: 22%;
  right: 30%;
  width: 40%;
  font-family: "Courier New", Courier, monospace;
  font-size: 40px;
  color: #2E8B57;
}
.footer 
{
  position: relative;
  left: 0;
  margin-top: 0%;
  height: 40%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: relative;
  left: 60%;
 	width: 30%;
 }
#bottomphoto
{
  width: 100%;
  position: relative;
  bottom: -3%;
  right: 0px;
  height: auto;
}
#bigfish
{
  width: 50%;
  position: relative;
  top: 30%;
  left: 25%;
}
iframe
{
	position: relative;
	right: 20%;
}




.navbar {
  margin-top: 0%;
  margin-left: 0%;
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.navbar a {
  float: left;
  left: 0;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: green;
}

.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;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
