@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: 2px;
	top-margin: 10 px;
}

.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%;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.link {
color: darkslategray;
}

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

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

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

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

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

.blogentry {
  background-color: cornsilk;
  padding: 15px;
	color: #003C39;
  margin-top: 15px;
	margin-left: 5px;
}
.sides {
  max-width: 350px;
  margin: auto;
  background-color: cornsilk;
  padding: 15px;
	color: #003C39;
  margin-top: 15px;
}

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

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

h3 {
	font-style: italic;
}

.rotateimage90 {
	transform: rotate(90deg);
}

.rotateimage180 {
	transform: rotate(180deg);
}
