@charset "utf-8";

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

.header {
  padding: 5px;
}

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

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  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%;
	color: white;
	float: left;
	margin-right: .5em;
	text-align: center;
}

a:link {color: white;
    text-decoration: none;}
a:visited {color: white;}
a:hover {color: seagreen}


.blogcolumn {
  float: left;
  width: 62%;
	color: #38473F;
}

.sidecolumn {
  float: right;
  width: 36%;
	color: #38473F;
  padding-left: 15px;
}
.blogheader {
  background-color: cornsilk;
  padding-top: 1px;
  padding-left: 15px;
  padding-bottom: 1px;
  color:rgba(0,71,57,1.00);
  margin-top: 15px;
}

.blogentry {
  background-color: cornsilk;
  padding: 15px;
	color: #003C39;
  margin-top: 15px;
}
.returntop {
  background-color: cornsilk;
  padding-right: 1px;
  padding-left: 15px;
  padding-bottom: 1px;
  padding-top: 1px;
  color: #003C39;
  margin-top: 15px;
}

.sides {
  background-color: cornsilk;
  padding: 15px;
	color: #003C39;
  margin-top: 15px;
}

.footer {
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  float: center;
}
p.copyright {
	text-align: center;
	font-size: .75em;
	color: cornsilk;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

