* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }

* {
    box-sizing: border-box; 
}

body {
    margin: 0;
    background-position: center 0%;
}

p {
    margin-bottom: 10px;
}

h1 {
    font-family: 'Raleway';
    font-size: 20px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: seagreen;
}

a:hover {
    color: darkseagreen;
    transition: .5s;
}

a:not(hover) {
    color: seagreen;
    transition: .5s;
}

.topnav a:first-child {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    padding-top: 5px;
    letter-spacing: 1px;
    animation: fadein 7s;
}

.topnav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 3;
    width: 200px;
    margin-top: 5px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: "Raleway";
    letter-spacing: 0px;
    padding-top: 10px;
    height: 45px;
    width: 80px;
    float: right;
    margin-right: 10px;
}

.topnav a:hover {
    color: white;
    transition: 1s;
}

.topnav a:not(hover) {
    transition: 1s;
}

.title {
    width: 100%;
}

.white {
    display: inline-block;
    color: rgb(0,120,80);
}

.white:hover {
    color: slategray;
    transition: 1s;
}

.title:hover .white {
    color: white;
    transition: 1s;
}

.title:not(hover) .white {
    color: rgb(0,120,80);
    transition: 1s;
}

.seagreen {
    display: inline-block;
    color: white;
}

.seagreen:hover {
    color: rgb(0,120,80);
    transition: 1s;
}

.title:hover .seagreen {
    color: rgb(0,120,80);
    transition: 1s;
}

.title:not(hover) .seagreen {
    color: white;
    transition: 1s;
}

.deck {
    display: block;
    position: relative;
    width: 85%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    height: xxx;
    color: rgb(0,120,80);
    font-family: 'Raleway';
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 30px
}

.cutline {
    top: 4px;
    width: 100%;
    height: 15px;
    right: 10px;
    text-align: right;
    display: block;
    position: absolute;
    font-family: 'Muli';
    font-size: 10px;
}

.cutline2 {
    top: 4px;
    width: 100%;
    height: 15px;
    right: 10px;
    text-align: right;
    display: block;
    position: absolute;
    font-family: 'Muli';
    font-size: 10px;
    display: none;
}

.byline {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 3px;
    margin-top: 10px;
}

.words {
    width: 55%;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    font-family: 'Muli';
    letter-spacing: .5px;
    font-size: 14px;
    padding-top: 10px;
}

.container {
    width: 100%;
    display: block;
    position: relative;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2;
        box-shadow: 2px 2px 25px black;
        -moz-box-shadow: 2px 2px 25px black;
        -webkit-box-shadow: 2px 2px 25px black;
}

#main_image {
    display: block;
    position: relative;
    background-image: url(images/mv_main_L.JPG);
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: 10% 34%;
    z-index: 2;
}

#park_top {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 34px;
    color: white;
    font-family: "Raleway";
    background-color: rgba(0,0,0,.7);
    font-size: 20px;
    top: -42px;
    text-align: center;
    letter-spacing: 6px;
    padding-top: 6px;
    z-index: 2;    
}

#topstoryhead {
    display: block;
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    height: 270px;
    font-family: 'Poiret One', sans-serif;
    margin-top: 30vh;
    font-weight: 900;
    color: white;
    text-align: center;
    z-index: 2;
    letter-spacing: 4px;
    border-top: 8px solid rgb(0,120,80);
}

#life {
    display: inline-block;
    font-size: 110px;
    margin-top: -4px;
}

#onthe {
    display: block;
    font-size: 31px;
    width: 100%;
    margin-top: -14px;
    letter-spacing: 8px;
    font-weight: 100;
    margin-left: 4px;
}

#edge {
    display: inline-block;
    font-size: 70px;
    height: 94px;
    margin-top: -5px;
    width: 100%;
    border-bottom: 8px solid rgb(0,120,80);
}

#topstoryhead:hover > #park_top {
    transition: 1s;
    color: silver;
}

#topstoryhead:hover > #onthe {
    transition: 1s;
    letter-spacing: 4px;
}

#topstoryhead:not(hover) > #onthe {
    transition: 1s;
    letter-spacing: 8px;
}


#topstoryhead:not(hover) > #park_top {
    transition: 1s;
    color: white;
}

#topstoryhead:hover {
    color: white;
    transition: 0.5s;
    letter-spacing: 6px;
}

#topstoryhead:not(hover) {
    color: white;
    transition: 0.5s;
}


#cats {
    display: block;
    position: relative;
    height: 440px;
    width: 260px;
    float: right;
    margin: 5px 0px 0px 30px;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Lato';
    font-weight: 900;
}

#stats {
    font-weight: 300;
}

#stats_head {
    text-align: center;
    font-weight: 900;
    background-color: black;
    font-family: 'Raleway';
    color: white;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 26x;
    padding: 10px 0px;
    margin-bottom: 10px;
}

#bg1 {
    display: block;
    position: relative;
    background-image: url(images/mv_storm_L.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-position: center;
    z-index: 2;
}

#bg2 {
    display: none;
    position: relative;
    background-image: url(images/mv_soda_canyon_L.JPG);
    background-size: cover;
    height: 120vh;
    width: 100%;
    background-position: center;
    z-index: 2;
}

#bg3 {
    display: block;
    position: relative;
    background-image: url(images/mv_mesa_top_L.JPG);
    background-size: cover;
    height: 140vh;
    width: 100%;
    background-position: 20% 20%;
    z-index: 2;
}

#bg4 {
    display: block;
    position: relative;
    background-image: url(images/mv_spruce_tree_L.JPG);
    background-size: cover;
    height: 140vh;
    width: 100%;
    z-index: 2;
}

.caption {
    font-size: 12px;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}

.caption2 {
    font-size: 12px;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
    width: 60%; 
    margin-left: auto; 
    margin-right: auto;
}

#photo1 {
    display: block;
    position: relative;
    width: 60%;
    padding-top: 80%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/mv_ladder_L.JPG);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo2 {
    display: block;
    position: relative;
    width: 120%;
    padding-top: 100%;
    margin-left: -10%;
    background-image: url(images/mv_kiva_plaza_L.JPG);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: hidden;
}

#photo4 {
    display: block;
    position: relative;
    width: 120%;
    padding-top: 100%;
    margin-left: -10%;
    background-image: url(images/mv_tower_L.JPG);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: hidden;
}

#larry {
    display: block;
    position: relative;
    padding-top: 80%;
    width: 120%;
    left: -10%;
    height: xxx;
    overflow: hidden;
    background-image: url(images/mv_larry_hughes_L.JPG);
    background-size: cover;
    margin: 30px 0px;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: rgb(0,120,80);
    background-size: cover;
    display: block;
    position: relative;
    z-index: 0;
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:hover {
    color: darkseagreen;
    transition: 0.5s;
}

.footer a:not(hover) {
    color: white;
    transition: 0.2s;
}

#footbox {
    width: 214px;
    height: 110px;
    z-index: 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    overflow: hidden;
    padding-top: 8px;
}

#foot_left {
    display: inline-block;
    position: absolute;
    width: 174px;
    height: 110px;
    left: 0;
    border-right: 1px solid white;
    text-align: right;
}

#foot_right {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 110px;
    right: 0;
    padding-left: 10px;
}

#logos {
    height: 76px;
    width: 40px;
    display: block;
    position: absolute;
    left: 2px;
}

#insta_w {
    display: block;
    background-color: none;
    background-image: url(images/instagram_white.png);
    background-size: cover;
    width: 22px; 
    height: 22px;
    margin-top: 4px;
    margin-left: 7px
}

#twitter_w {
    display: block;
    background-image: url(images/twitter_white.png);
    background-size: cover;
    width: 24px;
    height: 20.6px;
    margin-left: 7px;
    margin-top: 11px;
}

#fb_w {
    display: block;
    background-image: url(images/fb_logo.png);
    background-size: cover;
    width: 15px; 
    height: 26px;
    margin-left: 7px;
    margin-top: 11px;
}

#insta_w:hover, #twitter_w:hover, #fb_w:hover {
    opacity: 1;
    transition: .5s;
}

#insta_w:not(hover), #twitter_w:not(hover), #fb_w:not(hover) {
    opacity: .8;
    transition: .5s;
}

#copyright {
    display: block;
    position: relative;
    bottom: -30px;
    color: white;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    font-size: 10px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-align: center;
}

img {
    vertical-align: middle;
}

/* ss container */
.slideshow-container {
width: 100%;
position: relative;
  margin: auto;
    bottom: -20px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    color: gray;
}

/* Caption text */
.text {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 18px;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 20px;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 

.fullscreen-bg {
    display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

#intro_vid {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}

.video {
    display: block;
  position: fixed;
  top: 30%;
  left: 20%;
  min-width: 100%;
  min-height: 100%;
background-repeat: no-repeat;
  width: auto;
  height: auto;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {height: 300%; top: -100%;}
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {width: 300%;left: -100%;}
}

@media screen and (max-width: 1000px) and (min-width: 681px) {
    .words {width: 80%; font-size: 14px; line-height: 24px;}
}

@media screen and (max-width: 680px) and (min-width: 451px) {
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    #photo2 {width: 100%; padding-top: 75%; margin-left: 0;}
    #photo4 {width: 100%; padding-top: 75%; margin-left: 0;}
    #larry {width: 100%; left: 0;}
}
    
@media screen and (max-width: 450px) {
    #main_image {background-position: 10% 20%; height: 80vh;}
    #topstoryhead {margin-top: 24vh}
    .deck {font-size: 18px; line-height: 24px; width: 100%;
    }
    .byline {font-size: 12px;}
    .cutline {width: 90%; text-align: center; left: 0; right: 0; margin: auto;}
    .cutline2 {width: 90%; text-align: center; left: 0; right: 0; margin: auto;}
    #bg1 {display: block; background-position: 65% 50%; height: 50vh; background-attachment: scroll;}
    #bg2 {display: block; background-position: 65% 50%; height: 80vh; background-attachment: scroll;}
    #bg3 {display: block; background-position: 85% 50%; height: 60vh; background-attachment: scroll;}
    #bg4 {display: block; background-position: 35% 50%; height: 50vh; background-attachment: scroll;}
    #cats {width: 100%; margin: 10px 0px 0px 0px; height: 440px;}
    #stats_head {font-size: 24px; letter-spacing: 5px; line-height: 30px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    #photo1 {width: 90%; padding-top: 100%;}
    #photo2 {width: 100%; padding-top: 75%; margin-left: 0;}
    #photo4 {width: 100%; padding-top: 75%; margin-left: 0;}
    .caption2 {width: 90%;}
    #larry {width: 100%; left: 0;}
    #intro_vid {display: none;}
    .cutline2 {display: block;}
    .prev, .next {top: 35%;}
}