
#splash {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#splash img {
  position: absolute;
  left: -100%;
  top: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  min-width: 600px;
}

#splash > section {
  display: none;
  height: 400px;
}

#splash div {
  position: relative;
  z-index: 2;
}

#splash_nav {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  min-height: 18px;
  margin: 10px 0 0;
  margin-top: -30px;
}

#splash_nav ul { margin: 0; }

#splash_nav li {
  display: inline-block;
  width: 8px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition-duration: none;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #fff;
  margin: 5px;
  cursor: pointer;
}

#splash_nav li:hover { background-color: #efa697; }

#splash_nav li.active { background-color: #4e2e1e; }


#splash div h1 {
	font-family: 'DM Serif Display', serif;
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin-top: 256px;
}

#slider {
	background: #795544;
}
