* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }

* {
    box-sizing: border-box; 
}

p {
    margin-bottom: 14px;
}

a {
    text-decoration: none;
}

.topnav a:first-child {
    width: 100%;
    font-size: 18px;
    padding-top: 5px;
    letter-spacing: 1px;
    animation: fadein 1s;
    background-color: rgba(255,255,255,0.2);
    border-top: 3px solid black;
}

.topnav a:first-child:hover {
    background-color: rgba(0,0,0,0.2);
}

.topnav {
    position: relative;
    overflow: hidden;
    z-index: 3;
    width: 230px;
    height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 190px 190px;
    box-shadow: 0px 5px 15px 0px black;
}

.topnav a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Raleway';
    letter-spacing: 0px;
    padding-top: 10px;
    height: 35px;
}

.topnav a:hover {
    color: white;
    transition: 1s;
}

.topnav a:not(hover) {
    transition: 1s;
}

.title {
    width: 100%;
}

.white {
    display: inline-block;
    color: rgb(135,206,235);
}

.white:hover {
    color: slategray;
    transition: 1s;
}

.title:hover .white {
    color: black;
    transition: 1s;
}

.title:not(hover) .white {
    color: white;
    transition: 1s;
}

.seagreen {
    display: inline-block;
    color: black;
}

.seagreen:hover {
    color: white;
    transition: 1s;
}

.title:hover .seagreen {
    color: white;
    transition: 1s;
}

.title:not(hover) .seagreen {
    color: black;
    transition: 1s;
}

#off_the_path_banner {
    background-image: url(images/on_the_road_banner.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    position: relative;
    height: 90px;
    z-index: 3;
}

#banner_image {
    width: 100%;
    height: 840px;
    display: block;
    position: relative;
    z-index: 2;
    background-image: url(images/on_the_Road.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -290px;
}

#background {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    background-color: white;
    min-height: xxx;
    overflow: hidden;
    padding-bottom: 30px;
        -moz-box-shadow: 1px 5px 30px black;
        -webkit-box-shadow: 1px 5px 30px black;
    box-shadow: 1px 5px 30px black;
}

.bg {
    padding-top: 40px;
    width: 75%;
    display: block;
    position: relative;
    background-color: white;
    margin: auto;
}

#description {
    display: block;
    position: relative;
    width: 75%;
    margin: auto;
    font-family: 'Muli';
    font-family: 30px;
    line-height: 24px;
    font-size: 14px;
}

.firstcharacter {
    color: slategray;
    float: left;
    font-family: 'Muli';
    font-size: 74px;
    line-height: 62px;
    padding-right: 6px;
    margin-top: 5px;
}

#most_recent {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;

    display: block;
    background-color: green;
    height: 400px;
}

#recent_mask {
    height: 100%;
    width: 100%;
    background-color: orange;
    position: relative;
    display: block;
    z-index: 2;
}

#recent_mask:hover {
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

#recent_mask:not(hover) {
    opacity: 1;
    transition: 1s;
}

#recent_name {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin: auto;
    font-family: 'Raleway';
    font-weight: 900;
    color: white;
    letter-spacing: 4px;
    font-size: 65px;
}

#recent_name:hover {
    opacity: 0;
    transition: 1s;
}

#recent_name:not(hover) {
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
}

#recent_name p {
    display: table-cell;
    vertical-align: middle;
}

#recent_mask2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    opacity: 1;
    z-index: 1;
    top: -400px;
}

#recent_head {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 900;
    color: black;
    letter-spacing: 4px;
    font-size: 60px;
    display: table;
    color: white;
}

#recent_head p {
    display: table-cell;
    vertical-align: middle;
}

#story1 {
    width: 48%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: pink;
    float: left;
}

#story2 {
    width: 48%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: gold;
    float: right;
}

#park_name {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table;
    margin: auto;
    font-family: 'Raleway';
    font-weight: 900;
    color: white;
    letter-spacing: 4px;
    font-size: 30px;
}

#park_name:hover {
    opacity: 0;
    transition: 1s;
}

#park_name:not(hover) {
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
}

#park_name p {
    display: table-cell;
    vertical-align: middle;
}

#story_head {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 900;
    color: black;
    letter-spacing: 4px;
    font-size: 30px;
    position: relative;
    display: table;
    color: white;
}

#story_head p {
    display: table-cell;
    vertical-align: middle;
}

#mask {
    height: 100%;
    width: 100%;
    background-color: orange;
    position: relative;
    display: block;
    z-index: 2;
}

#mask:hover {
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

#mask:not(hover) {
    opacity: 1;
    transition: 1s;
}

#mask2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    top: -200px;
    opacity: 1;
    z-index: 1;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: darkslategrey;
    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: lightgray;
    transition: 0.5s;
}

.footer a:not(hover) {
    color: white;
    transition: 0.2s;
}

#footbox {
    width: 214px;
    height: 110px;
    z-index: 0;
    display: block;
    position: fixed;
    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: fixed;
    bottom: -8px;
    color: lightgray;
    z-index: -14;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    font-size: 10px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width: 1000px) and (min-width: 681px) {
    #park_name {font-size: 26px;}
    #story_head {font-size: 26px;}
    #banner_image {height: 570px; background-position: top; margin-top: -180px;}
    #recent_name {font-size: 50px;}
    #recent_head {font-size: 50px;}
}


@media screen and (max-width: 680px) and (min-width: 500px) {
    #story1, #story2 {width: 100%; margin: 10px 0px;}
    #story2:last-child {margin-bottom: 30px;}
    .bg {width: 90%;}
    #banner_image {height: 650px; background-position: center; margin-top: -200px;}
    #recent_name {font-size: 50px;}
    #recent_head {font-size: 50px;}
    #off_the_path_banner {height: 70px;}
    #description {width: 90%;}
}

@media screen and (max-width: 499px) {
    #story1, #story2 {width: 100%; margin: 10px 0px;}
    #story2:last-child {margin-bottom: 20px;}
    #park_name {font-size: 25px; }
    #story_head {font-size: 25px;}
    .bg {width: 95%;}
    #banner_image {height: 350px; background-position: center; margin-top: -100px;}
    #recent_name {font-size: 30px;}
    #recent_head {font-size: 30px;}
    #off_the_path_banner {height: 40px;}
    #description {width: 90%; font-size: 14px; line-height: 24px;}
    .firstcharacter {font-size: 40px; padding-top: 0; line-height: 34px;}}