* {
    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%;
}

#hammer1 {
    display: block;
    position: absolute;
    width: 400px;
    font-size: 52px;
    color: white;
    bottom: 150px;
    margin-left: 20px;
    font-family: 'Raleway';
    letter-spacing: 5px;
    text-shadow: 2px 5px 3px rgba(0,0,0,.4);
    animation: up 5s;
}

#hammer1 {
    transition-timing-function: ease;
    animation-duration: 5s;
}

@keyframes up {
    from {bottom: 20px}
    to {bottom: 150px}
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

#hammer2 {
    display: block;
    position: absolute;
    width: 400px;
    font-size: 100px;
    color: white;
    bottom: 55px;
    margin-left: 20px;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 10px;
    text-shadow: 2px 5px 3px rgba(0,0,0,.4);
    animation: right;
}

#hammer2 {
    transition-timing-function: ease;
    animation-duration: 3s;
}

@keyframes right {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

#deck {
    display: block;
    position: absolute;
    width: 500px;
    font-size: 21px;
    color: white;
    bottom: 20px;
    margin-left: 22px;
    font-family: 'Raleway';
    letter-spacing: 5px;
    text-shadow: 2px 5px 3px rgba(0,0,0,.4);
    animation: down 5s;
}

#deck {
    transition-timing-function: ease;
    animation-duration: 5s;
}

@keyframes down {
    from {bottom: 250px}
    to {bottom: 20px}
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadein {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.topnav a:first-child {
    width: 100%;
    float: left;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 10px;
    letter-spacing: 1px;
    animation: fadein 1s;
}

.topnav {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    width: 100%;
}

.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;
}

.intro {
    background-image: url(images/dunes_main_m.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    width: 100%;
    height: 620px;
    z-index: 4;
}

.container {
    width: 100%;
    display: block;
    position: relative;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}

p {
    margin-bottom: 10px;
}

.firstcharacter {
    color: dimgray;
    float: left;
    font-family: 'Muli';
    font-weight: 900;
    font-size: 85px;
    line-height: 70px;
    padding-right: 8px;
    padding-left: 3px;
}

.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;
}

#facts_back {
    display: block;
    position: relative;
    background-image: url(images/dunes_facts_m.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 700px;
}

#dunes_vid {
    display: block;
    width: 100%;
    height: 640px;
    position: relative;
    z-index: -1;
}

#facthead {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: Rockwell;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    letter-spacing: 8px;
    background-color: rgba(10,255,70,0.3);
    border-top: 8px solid black;
    border-bottom: 8px solid black;
    }

#factfig {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-family: 'Muli';
    font-size: 20px;
    letter-spacing: 10px;
    line-height: -10px;
}

.cat {
    display: block;
    position: relative;
    height: 110%;
    width: 100%;
}

.category {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 2px;
    color: white;
}

.category:first-child {
    margin-top: 30px;
}

.stategory {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Muli';
    letter-spacing: 2px;
    color: white;
}

.stategory:first-child {
    margin-top: 30px;
}

.category:hover {
    font-size: 23px;
    color: white;
    transition: .5s;
    letter-spacing: 3px;
}

.category:not(hover) {
    transition: .5s;
}

.stategory:hover {
    font-size: 23px;
    color: white;
    transition: .5s;
    letter-spacing: 3px;
}

.stategory:not(hover) {
    transition: .5s;
}

#photo1 {
    display: block;
    position: relative;
    width: 140%;
    padding-top: 70%;
    margin-left: -20%;
    background-image: url(images/all_dunes_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo2 {
    display: block;
    position: relative;
    width: 140%;
    padding-top: 80%;
    margin-left: -20%;
    background-image: url(images/dunes_sunset_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo3 {
    display: block;
    position: relative;
    width: 140%;
    padding-top: 70%;
    margin-left: -20%;
    background-image: url(images/dunes_creek2_m.jpg);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.caption {
    font-size: 12px;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}

#dunecreek {
    display: block;
    position: relative;
    background-image: url(images/dunes_creek_m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 720px;
    margin: 0px auto;
}

#nightdunes {
    display: block;
    position: relative;
    background-image: url(images/night_dunes2_m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 720px;
    margin: 0px auto;
}

#nightdunes:hover {
    background-image: url(images/night_dunes3_m.jpg);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    height: 720px;
    transition: 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
    margin: 0px auto;
}

#nightdunes:not(hover) {
    transition: 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
    background-image: url(images/night_dunes2_m.jpg);
}

#black {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    background-attachment: fixed;
    z-index: 1;
    opacity: .8;
}

#black:hover {
    transition: 4s;
    opacity: 0;
}

#black:not(hover) {
    transition: 2s;
    opacity: .8;
}

.pullquote {
    color: white;
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Source Sans Pro';
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.pullquote:hover {
    transition: 2s;
    opacity: 0;
}

.pullquote:not(hover) {
    transition: 4s;
    opacity: 1;
}

.quotewords {
    width: 70%;
    height: 100px;
    margin: 0 auto;
    padding-top: 28%;
    text-align: center;
}

h1 {
    font-size: 28px;
    font-family: 'Raleway';
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 34px;
    color: black;
    background-color: white;
    text-align: center;
    padding: 10px;
}

#breakout {
    width: 100%;
    height: 100px;
    background-image: url(images/tent_tips_m.jpg);
    background-size: cover;
    background-position: center;
    margin: 30px 0px;
    overflow: hidden;
}

#breakout:hover {
    transition: 2s;
    height: 720px;
}

#breakout:not(hover) {
    height: 100px;
    transition: 2s;
}

#breakhead {
    height: 100px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Raleway';
    font-size: 50px;
    letter-spacing: 5px;
    padding: 38px 0px;
}

#breaktext {
    padding: 20px 30px;
    background-color: rgba(255,255,255,.7);
    height: 590px;
    width: 90%;
    margin: auto;
}

.fullscreen-bg {
    display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.fullscreen-bg2 {
    position: absolute;
  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;
}

.fullscreen-bg__video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
overflow: hidden;
}

#falls_image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -2;
    background-color: white;
}

#last_bg {
    display: block; 
    position: relative;
    height: 720px; 
    background-image: url(images/dunes_1_m.JPG); 
    background-attachment: fixed; 
    background-size: cover; 
    background-position: center;
}

#next_park {
    display: block;
    position: absolute;
    width: 300px;
    height: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    margin-top: 530px;
    z-index: 4;
    background-image: url(images/tent_rocks_m.jpg);
    background-size: cover;
    color: white;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 30px;
    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: 35px;
    transition: 1s;
    width: 310px;
    height: 160px;
}
#next_park:not(hover) {
    margin-top: 530px;
    transition: 1s;
}

.explore {
    color: white; 
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 900;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: black;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 1;
    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%;}
    .fullscreen-bg__video2 {height: 300%; top: -100%;}
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {width: 300%;left: -100%;}
    .fullscreen-bg__video2 {width: 300%;left: -100%;}
}

@media (max-width: 767px) {
    .fullscreen-bg {background: url(images/dunes_facts.jpg) center center / cover no-repeat;}
    .fullscreen-bg2 {background: url(images/dunes_facts.jpg) center center / cover no-repeat;}
    .fullscreen-bg__video {display: none;}
    .fullscreen-bg__video2 {display: none;}
    #dunes_vid {display: none;}
    #falls_image {background-image: url(images/dunes_falls_m.JPG);}
}

@media screen and (max-width: 1000px) and (min-width: 681px) {
    #breakhead {font-size: 30px;}
    #breaktext {height: 570px; font-size: 13px;}
    #breakout:hover {height: 700px;}
    .words {width: 80%; font-size: 14px; line-height: 24px;}
      #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo2 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo3 {width: 100%; padding-top: 50%; margin-left: 0%;}
}

@media screen and (max-width: 680px) and (min-width: 451px) {
    .firstcharacter {font-size: 76px; line-height: 60px; padding-top:4px;}
    .words {width: 90%; font-size: 13px; line-height: 22px;}
    .quotewords {width: 90%; padding-top: 60%;}
    .category {font-size: 18px;}
    .category:hover {font-size: 18px;}
    .stategory {font-size: 18px;}
    .stategory:hover {font-size: 18px;}
    #hammer1 {font-size: 30px; top: 170px; width: 90%; text-align: center; transition: 1s;}
    #hammer2 {font-size: 56px; top: 200px; width: 90%; text-align: center; transition: 1s;}
    #deck {font-size: 15px; top: 564px; width: 90%; text-align: center; transition: 1s;}
    body {font-size: 14px;}
    #facthead {font-size: 20px;}
    #factfig {font-size: 16px;}
    h1 {text-align: center;}
    #breakout:hover {height: 700px;}
    #breakhead {font-size: 30px; background-color: rgba(0,0,0,.4)}
    #breaktext {width: 100%; height: 850px; font-size: 13px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo2 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo3 {width: 100%; padding-top: 50%; margin-left: 0%;}
}
    

@media screen and (max-width: 450px) {
    .intro {background-attachment: scroll;}
    .byline {font-size: 11px;}
    .firstcharacter {font-size: 80px; line-height: 60px; padding-top:4px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    .quotewords {width: 90%; padding-top: 60%;}
    .category {font-size: 18px;}
    .category:hover {font-size: 18px;}
    .stategory {font-size: 18px;}
    .stategory:hover {font-size: 18px;}
    #hammer1 {font-size: 30px; top: 70px; width: 90%; text-align: center; transition: 1s; animation-duration: 5s;}
    #hammer2 {font-size: 56px; top: 100px; width: 90%; text-align: center; transition: 1s; animation-duration: 3s;}
    #deck {font-size: 15px; top: 464px; width: 90%; text-align: center; transition: 1s;}
    body {font-size: 14px;}
    #facts_back {background-attachment: scroll;}
    #falls_image {background-attachment: scroll;}
    #last_bg {background-attachment: scroll;}
    #facthead {font-size: 20px;}
    #factfig {font-size: 16px;}
    h1 {text-align: center; font-size: 24px; margin-top: 10px;}
    #breakout:hover {height: 950px;}
    #breakhead {font-size: 30px; background-color: rgba(0,0,0,.4)}
    #breaktext {width: 100%; height: 850px; font-size: 13px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo2 {width: 100%; padding-top: 50%; margin-left: 0%;}
    #photo3 {width: 100%; padding-top: 50%; margin-left: 0%;}
}