* {
    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%;
}

.container {
    width: 100%;
    display: block;
    position: relative;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    margin-bottom: 10px;
}

#main_head {
    display: block;
    position: relative;
    left: 0; 
    right: 0;
    margin: auto;
    width: 340px;
    top: 40vh;
    font-size: 62px;
    text-align: left;
    z-index: 0;
    color: white;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 5px;
    animation: fadein 20s;
    line-height: 60px;
    opacity: .8;
    overflow: hidden;
}

@keyframes fadein {
    0% {opacity: 0;}
    25% {opacity: 0;}
    50% {opacity: .4;}
    75% {opacity: .8;}
}

.firstcharacter {
    color: lightseagreen;
    float: left;
    font-family: 'Raleway';
    font-size: 85px;
    line-height: 74px;
    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;
    padding-top: 10px;
}

#intro_vid {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.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;
}

.bg1 {
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    background-image:url(images/intro_main3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.bg2 {
      display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    background-image:url(images/redwood_m.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.bg3 {
    display: block;
    position: relative;
    height: 120vh;
    width: 100%;
    background-image:url(images/ocean_me_m.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: black;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 0;
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    color: white;
    -moz-box-shadow: 0px -5px 40px black;
    -webkit-box-shadow: 0px -5px 40px black;
    box-shadow: 0px -5px 40px black;
}

.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 (max-width: 767px) {
    .fullscreen-bg {background: url(images/dunes_facts.jpg) center center / cover no-repeat;}
    #dunes_vid {display: none;}
}

@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) {
    .firstcharacter {font-size: 76px; line-height: 60px; padding-top:4px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
}
    
@media screen and (max-width: 450px) {
    .byline {font-size: 11px;}
    .firstcharacter {font-size: 76px; line-height: 60px; padding-top:4px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    #main_head {animation: fadein 5s; top: 20vh;}
    .bg1 {background-attachment: scroll;}
    .bg2 {background-attachment: scroll;}
    .bg3 {background-attachment: scroll;}
}