#splash {position: relative;height: 70vh;overflow: hidden;}#splash img {position: absolute;left: 0;top: 0;width: 100%;max-width: 100vw;min-width: 100vw;margin: auto;}#splash > section {display: none;height: 70vh;}#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;}#splash_nav ul { margin: -30px; }#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: 4px;background-color: #ccc;margin: 5px;cursor: pointer;}#splash_nav li:hover { background-color: #777; }#splash_nav li.active { background-color: #222; }#splash h2{font-size: 20pt;color: white;font-weight: 500;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);}#splash h3{text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);text-align: center;font-weight: 700;color: white;font-size: 30pt;}