body {
    overflow-x: hidden;
}

.home-section {
    background: #141414;
}

.collapsable-icon {
    display: none;
}

/* Nav bar */
@media (min-width: 768px) {
    #collapsable-menu {
        display: none;
    }
}

/******** Top Fold *********/
#home-top {
    width: 100%;
    z-index: -1;
    
    background-image: url(/assets/images/home/top-fold-bg1-SM.jpg);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 100px;
}

.home-top-center {
    height: 100vh;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-top-content {
    width: 100%;
    margin: auto;
}

.home-top-logo {
    width: 60%;
    max-width: 300px;
}

.home-top-content {
    width: 90%;
    margin: 25px auto;
    text-align: center;
    max-width: 1100px;
}

.home-top-content p {
    line-height: 1.75;
}

.home-top-cta {
    color: white;
}

.home-h2 {
    font-size: 1.1em;
    letter-spacing: 2px;
}

/*** schedule section ***/


.single-show-wrapper {
    margin: 12px 0;
    display: flex;
    align-items: center;
    padding: 0;
}


.single-show-link {
    text-decoration: none;
    color: #85b4ee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-show-flex {
    color: #546d8c;
    margin: 20px 35px;
}

.single-show-date {
    font-size: 1.3em;
    margin-bottom: 5px;
}

.single-show-flex:before {
    content: none;
}
.single-show-flex:after {
    content: none;
}

@media (min-width: 768px) {
    .schedule-wrapper {
        background-image: url(/assets/images/schedule/schedule-bg1.png);
        margin-top: 200px;
    }
    
    .home-schedule-singles-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 45px 0 35px;
    }
    
    .single-show-wrapper {
        width: calc(50% - 14px);
        margin: auto;
    }
}



@media (min-width: 768px) {

    #home-top {
        background-image: url("/assets/images/home/top-fold-bg1.jpg");
        padding-bottom: 250px;
    }
    
    .home-top-logo {
        max-width: 750px;
        margin-bottom: 75px;
    }
    
    .home-top-content p {
        line-height: 3;
        font-size: 1.27em;
    }
    
    .home-h2 {
        font-size: 2em;
        letter-spacing: 4px;
    }
}

/******** Video Section **********/
.video-feature {
    color: white;
    width: 100%;
    height: 80vh;
    background: black;
    opacity: 0;
    position: relative;
}

.video-top {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/images/home/video-preview-SM-PRE.jpg);
}

.video-top.visible {
    background-image: url(/assets/images/home/video-preview-SM.jpg);
}

#video-play {
    cursor: pointer;
    z-index: 2;
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.vimeo-video {
    width: 100%;
    height: 100%;
}
.vimeo-video iframe {
    width: 100%;
    height: 100%;
}

.play-button {
    width: 100px;
}

@media (min-width:768px) {
    .video-top {
        background-image:url(/assets/images/home/video-preview-PRE.jpg);
        background-position: center left;
        background-size: cover;
    }
    
    .video-top.visible {
        background-image:url(/assets/images/home/video-preview.jpg);
    }
}

/********* Team, Plane Section *********/
#home-team, #home-planes {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-team-wrapper {
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    background-image: url(/assets/images/home/team-bg-PRE.jpg);
    background-position: center 4vh;
    background-repeat: no-repeat;
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.home-team-wrapper.visible {
    background-image: url(/assets/images/home/team-bg-SM.jpg);
}

.home-team-content, .home-planes-content {
    width: 90%;
    max-width: 1200px;
    margin: 25px auto 50px;
}

.home-team-content p, .home-planes-content p {
    line-height: 1.75;
}

.home-team-trio {
    width: 100%;
    margin: -5vw 0 0px;
}

.home-section-transition {
    pointer-events: none;
    position: relative;
    z-index: 4;
    background-image: linear-gradient(transparent, rgb(20,20,20));
}

.home-section-transition-gradient {
    margin-bottom: -1px;
    height: 50vh;
    background-image: linear-gradient(transparent, rgb(20,20,20));
}

.home-planes-transition {
    width: 100%;
}

#home-planes {
    z-index: 5;
    transition: all .5s ease;
}

.home-planes-wrapper {
    top: 0;
    left: 0;
    transition: all .5s ease;
    background-image: url(/assets/images/home/home-clouds-planes-PRE.png);
    background-position: center 10vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-planes-wrapper.visible {
    background-image: url(/assets/images/home/home-clouds-planes-SM.png);
}

.home-planes-center {
    width: 100%;
    padding: 5vw 0;
}

.home-planes-vertical {
    width: 100%;
    margin: -5vh 0 -10vw;
    z-index: -1;
    max-width: 1350px;
}

@media (min-width: 768px) {
    .home-team-wrapper {
        background-position: center;
        background-size: cover;
        transition: all 1s ease;
        padding: 250px 0;
    }
    
    .home-team-trio {
        width: 80%;
    }
    
    .home-team-wrapper.visible {
        background-image: url(/assets/images/team/team-bg.jpg);
    }
    
    .home-team-content p {
        line-height: 3;
        font-size: 20.32px;
        margin: auto 0%;
    }
    
    .home-planes-content p {
        line-height: 3;
        font-size: 20.32px;
        margin: auto 10%;
    }
    
    #home-planes {
        transition: all 1s ease;
    }
    
    .home-planes-wrapper {
        background-position: center;
        background-size: cover;
        transition: all 1s ease;
    }
    
    .home-planes-wrapper.visible {
        background-image: url(/assets/images/home/home-clouds-planes.png);
    }
}

/********** Upcoming Shows ***********/
#home-shows {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 6;
    padding: 150px 0 30vh 0;
    height: auto;
}

.schedule-wrapper {
    min-height: initial;
    background: none;
    width: 80%;
    max-width: 1100px;
    margin: auto;
}

.schedule-singles-wrapper {
    margin-bottom: 25px;
}

.schedule-wrapper a {
    color: #546d8c;
    text-decoration: none;
}

.home-view-schedule {
    font-size: 1.5em;
}

.home-view-schedule:hover {
    color: #97c3f9;
}

@media (min-width:768px) {
    
    #home-top {
        padding-top: 50px;
    }
    
    #home-shows {
        padding: 150px 0 250px 0;
    }

}