body, html {
  height: 100%;
  margin: 0;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  background-color: darkslategray;
	color: white;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("hawaiiheaven.JPG");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	top: 5%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: white;
}


div.nav {
	margin-top: 5px;
	width: 100%;
	}
div.nav ul{
	list-style-type: none;
}
div.nav ul li a {
	text-decoration: none;
	font-weight: 900;
	display: block;
}
div.nav ul li{
	display: inline;
	width: 15%;
	float: left;
	margin-right: .5em;
	text-align: center;
	background color: #47545B;
}
.right {
	float: right;
	font-weight: bold;
	margin-right: .5em;
}
.footer {
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}
p.copyright {
	text-align: center;
	font-size: .75em;
	color: white;
}
a:link {color: white;
    text-decoration: none;}
a:visited {color: white;}
a:hover {color: seagreen}