/* CSS Document */

.bg-banner {
	background-image: url("../images/hawaii_doe_banner2.png");
	background-size:cover;
	margin-bottom: 0;
	position: relative;
}

.banner {
	position:relative; 
	width:100%;
}

.bg-logo {
	position: absolute;
	top: 6%;
	left: 80%;
	height: 80%;
}

html {
  position: relative;
  min-height: 100%;
	background-color: white;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


