.text-orange {
    color: #f0882d;
}
.vh-75 {
    height:75vh!important
}
.vh-100 {
    height:100vh!important
}
.vh-60 {
    height:60vh!important
}
.pt-50 {
    padding-top: 50vh;
}
.vh-50 {
    height:50vh!important
}
.py-10 {
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.py-20 {
    padding-top: 20vh;
    padding-bottom: 20vh;
}
body {
    font-family:'Montserrat', sans-serif;
}
.bg-yellow {
    background-color: #fcf9f3;
}
.bg-orange {
    background-color: #f0882d;
}
.text-dark a.nav-link,.text-dark .navbar-brand {
    color: #333333 !important;
}
.text-dark .navbar-nav {
    background:#fff !important;
}
.navbar a {
    color:#fff;
}
#heroVideos {
    position:absolute;
    width:100%;
    height:100vh;
    overflow-x:hidden;
    z-index:-1;
}
#heroVideo {
    position:absolute;
    width:200%;
    z-index:-1;
    top:0;
    left:-50%;
}
#heroVideo2 {
    position:absolute;
    width:200%;
    z-index:-2;
    top:0;
    left:-50%;
}
@media (min-width: 992px) {
    .vh-lg-65 {
        height:65vh !important
    }
    .vh-lg-75 {
        height:75vh !important
    }
    .vh-lg-85 {
        height:85vh !important
    }
    .vh-lg-100 {
        height:100vh !important
    }
    .py-lg-15 {
        padding-top: 15vh !important;
        padding-bottom: 15vh !important;
    }
    .py-lg-25 {
        padding-top: 25vh !important;
        padding-bottom: 25vh !important;
    }
    .py-lg-35 {
        padding-top: 35vh !important;
        padding-bottom: 35vh !important;
    }
    .py-lg-40 {
        padding-top: 40vh !important;
        padding-bottom: 40vh !important;
    }
    .py-lg-45 {
        padding-top: 45vh !important;
        padding-bottom: 45vh !important;
    }
    .px-lg-10 {
        padding-left: 10vw !important;
        padding-right: 10vw !important;
    }
    #heroVideo {
        position:absolute;
        width:100%;
        z-index:-1;
        top:0;
        left:0;
    }
    #heroVideo2 {
        position:absolute;
        width:100%;
        z-index:-2;
        top:0;
        left:0;
    }
}