* {
    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: 12px;
}

a {
    text-decoration: none;
    color: darkgoldenrod;
}

a:hover {
    color: firebrick;
}

h1 {
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.topnav a:first-child {
    width: 100%;
    float: left;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 10px;
    letter-spacing: 1px;
    animation: fadein 2s;
}

@keyframes fadein {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.topnav {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    width: 100%;
    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: black;
}

.white:hover {
    color: slategray;
    transition: 1s;
}

.title:hover .white {
    color: white;
    transition: 1s;
}

.title:not(hover) .white {
    color: black;
    transition: 1s;
}

.seagreen {
    display: inline-block;
    color: white;
}

.seagreen:hover {
    color: black;
    transition: 1s;
}

.title:hover .seagreen {
    color: black;
    transition: 1s;
}

.title:not(hover) .seagreen {
    color: white;
    transition: 1s;
}

.fullscreen-bg {
    display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.fullscreen-bg__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.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%);
}

#intro_vid {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}


#main_head {
    display: block;
    position: relative;
    top: 200px;
    text-align: center;
    color: black;
    font-size: 80px;
    width: 300px;
    margin-left: auto; 
    margin-right: auto;
    z-index: 1;
    color: white;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 5px;
    animation: fadein 4s;
    line-height: 50px;
    border: 15px solid black;
    background-color: rgba(0,0,0,.2);
    padding-bottom: 24px;
}

@keyframes fadein {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

#deck {
    display: block;
    position: relative;;
    margin-top: -40px;
    margin-bottom: 30px;
    color: white;
    font-family: 'Muli';
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    border: 8px solid black;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: black;
    letter-spacing: 2px;
    box-shadow: 2px 2px 25px black;
        -moz-box-shadow: 2px 2px 25px black;
        -webkit-box-shadow: 2px 2px 25px black;
}

.container {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: white;
}

.words {
    display: block;
    position: relative;
    width: 55%;
    padding: 40px 0px;
    font-family: 'Muli';
    margin: auto;
    line-height: 26px;
}

.byline {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 3px;
    margin-top: 10px;
}

.firstcharacter {
    color: dimgray;
    float: left;
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 85px;
    line-height: 74px;
    padding-right: 8px;
    padding-left: 3px;
    padding-top: 4px;
}

#cave {
    display: block;
    position: relative;
    background-position: right;
    background-attachment: fixed;
    width: 100%;
    height: 620px;
    background-image: url(images/tent_rocks_cave_m.jpg);
    background-size: cover;
    z-index: 2
}

#slot {
    display: block;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 620px;
    background-image: url(images/tent_rocks_slot_boulder_m.jpg);
    background-size: cover;
    z-index: 2;
}

#tents {
    display: block;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 620px;
    background-image: url(images/tent_rocks_tents_m.jpg);
    background-size: cover;
    z-index: 2;
}

.caption {
    font-size: 12px;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}

#photo1 {
    display: block;
    position: relative;
     width: 140%;
    padding-top: 80%;
    margin-left: -20%;
    background-image: url(images/tent_rocks_cave_photo_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo2 {
    display: block;
    position: relative;
    width: 60%;
    padding-top: 80%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/tent_rocks_slot_fam_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo3 {
    display: block;
    position: relative;
     width: 140%;
    padding-top: 80%;
    margin-left: -20%;
    background-image: url(images/tent_rocks_mesa_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#breakout {
    width: 100%;
    height: 100px;
    background-image: url(images/tent_rocks_slot_path_m.jpg);
    background-size: cover;
    background-position: center;
    margin: 30px 0px;
    overflow: hidden;
}

#breakout:hover {
    transition: 2s;
    height: 440px;
}

#breakout:not(hover) {
    height: 100px;
    transition: 2s;
}

#breakhead {
    height: 60px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.4);
    font-family: 'Raleway';
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    padding: 34px 34px 64px 34px;
}

#breaktext {
    padding: 0px 50px;
    background-color: rgba(0,0,0,.4);
    height: 100%;
    width: 100%;
    margin: auto;
    color: white;
}

#me {
    display: block;
    position: relative;
    background-image: url(images/tent_rocks_me_m.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 70% 20%;
    height: 640px;
    width: 100%;
    z-index: 2;
}

#next_park {
    display: block;
    position: absolute;
    width: 300px;
    height: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    margin-top: 60px;
    z-index: 4;
    background-image: url(images/dunes_cropped_m.jpg);
    background-size: cover;
    color: white;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 20px;
    box-shadow: 2px 2px 25px black;
        -moz-box-shadow: 2px 2px 25px black;
        -webkit-box-shadow: 2px 2px 25px black;
    text-decoration: none;
}

#next_park:hover {
    padding-top: 25px;
    transition: 1s;
    width: 310px;
    height: 160px;
}
#next_park:not(hover) {
    margin-top: 60px;
    transition: 1s;
}

.explore {
    color: white; 
    font-size: 20px;
    font-family: 'Raleway';
}

.footer {
    height: 165px;
    width: 100%;
    background-color: black;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 2;
    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: lightslategrey;
    transition: 0.5s;
}

.footer a:not(hover) {
    color: white;
    transition: 0.2s;
}

#footbox {
    width: 214px;
    height: 110px;
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 34px;
    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: absolute;
    bottom: 8px;
    color: lightslategray;
    z-index: -14;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    font-size: 10px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-align: center;
}

@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: 1020px) and (min-width: 681px) {
    #breakout:hover {height: 500px;}
    #breakhead {font-size: 28px; background-color: rgba(0,0,0,.4)}
    #breaktext {width: 100%; height: 500px;}
}

@media screen and (max-width: 680px) {
    .byline {font-size: 11px;}
    .firstcharacter {font-size: 76px; line-height: 60px; padding-top:4px;}
    .video {visibility: hidden;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    h1 {font-size: 18px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo2 {width: 90%; height: 400px; background-position: bottom;}
    #photo3 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #deck {font-size: 18px; line-height: 22px;}
    #breakout:hover {height: 610px;}
    #breakhead {font-size: 28px; background-color: rgba(0,0,0,.4); width: 100%; text-align: center; padding-left: 0; padding-right: 0;}
    #breaktext {width: 100%; height: 510px;}
    #cave {background-attachment: scroll;}
    #slot {background-attachment: scroll;}
    #tents {background-attachment: scroll;}
    #me {background-attachment: scroll;}
}