#map {
	margin: auto;
	height: 650px;  /* The height is 400 pixels */
    width: 80%;  /* The width is the width of the web page */
}
h1
{
	position: absolute;
	top: 2%;
	right: 37%;
	width: 25%;
	font-family: "Courier New", Courier, monospace;
	color: white;

}
h2
{
  position: absolute;
  top: 22%;
  right: 30%;
  width: 40%;
  font-family: "Courier New", Courier, monospace;
  font-size: 40px;
  color: #2E8B57;
}
.header 
{
  position: absolute;
  left: 0;
  top: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
 }
.footer 
{
  position: absolute;
  left: 0;
  top: 100%;
  height: 30%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: absolute;
 	width: 20%;
 	margin-left: 10%;
 }
#bottomphoto
{
  width: 100%;
  position: absolute;
  top: 140%;
  right: 0px;
  height: auto;
}
#bigfish
{
  width: 50%;
  position: absolute;
  top: 30%;
  left: 25%;
}
#map
{
	position: absolute;
	top: 17%;
	right: 10%;
}
iframe
{
	position: absolute;
	right: 20%;
}




.navbar {
  margin-top: 5.7%;
  width: 100%;
  margin-left: 0px;
  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 20px;
  text-decoration: none;
}

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

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 20px;
  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 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

.show {
  display: block;
}