html,
body{
    margin:0;
    padding:0;
    background:#050505;
    overflow-x:hidden;
}

.page-wrapper{
    position:relative;
    width:100%;
    max-width:2048px;
    margin:auto;
}

.boarding-page{
    width:100%;
}

.boarding-page img{
    display:block;
    width:100%;
    height:auto;
}
.clickable{
    position:absolute;
    display:block;
    z-index:9999;
    background:Transparent;
    border:None;
    cursor:pointer;

}


/* TOP NAV */
.logo-link{
    top:0.4%;
    left:1.5%;
    width:26%;
    height:7.38%;
}

.home-link{
    top:1.8%;
    left:29%;
    width:5%;
    height:1.4%;
}

.story-link{
    top:1.8%;
    left:36%;
    width:7%;
    height:1.4%;
}

.boarding-link{
    top:1.8%;
    left:46%;
    width:6%;
    height:1.4%;
}

.trails-link{
    top:1.8%;
    left:55%;
    width:5%;
    height:1.4%;
}

.gallery-link{
    top:1.8%;
    left:61%;
    width:6%;
    height:1.4%;
}

.contact-link{
    top:1.8%;
    left:69%;
    width:6%;
    height:1.4%;
}

.top-apply{
    top:1.2%;
    left:80%;
    width:15%;
    height:1.6%;
}
.hero-apply{
    position:absolute;
    top:19.5%;
    left:1.9%;
    width:18%;
    height:2.2%;
    z-index:9999;
    background:Transparent;
    border:none
}

.hero-wait{
    position:absolute;
    top:19.5%;
    left:23%;
    width:18%;
    height:2.2%;
    z-index:9999;
    background:Transparent;
    border:none;
}

/* BOARDING PAGE BUTTON OVERLAYS */
.boarding-buttons{
    position:absolute;
    z-index:9999;
     background:Transparent;
    border:none;
    cursor:pointer;

}
.panel8-apply{
    left:37.5%;
    top:77.5%;
    width:13.2%;
    height:1.4%;
}

.panel8-wait{
    left:52.0%;
    top:77.5%;
    width:12.7%;
    height:1.4%;
}

.footer-apply{
    left:30.9%;
    top:88.8%;
    width:19.0%;
    height:1.9%;
}

.footer-visit{
    left:53.2%;
    top:88.8%;
    width:16.6%;
    height:1.9%;

}
.footer-email{
    left:70%;
    top:96%;
    width:12.5%;
    height:1%;
    z-index:9999;
    background:Transparent;
    border:none;
    cursor:pointer;
}
.footer-facebook{

    left:88.2%;
    top:95%;

    width:2.2%;
    height:1.5%;
}

.footer-instagram{

    left:92.4%;
    top:95%;

    width:2.2%;
    height:1.5%;
}
.footer-website{
    left:67.5%;
    top:94.6%;
    width:15%;
    height:1.1%;
}

.footer-address{
    left:29.5%;
    top:93.8%;
    width:14.7%;
    height:2%;
}

.footer-phone{
    left:48.5%;
    top:94.5%;
    width:12%;
    height:1.2%;
}
