#main {
    margin-top: 0;
}
.hide {
    display: none;
}
.header-h1 {
    color: white;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.home-header-h2 {
    color: white;
    margin-bottom: 25px;
}
.home-h2 {
    font-size: 3em;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-link {
    text-decoration: none;
    color: #f7cd0d; 
    letter-spacing: 2px;
    line-height: 3em;
    transition: all .5s;
}

/**** Top-most fold ****/
.home-top-wrapper {
    width: 100%;
    position: relative;
}

.home-top {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#home-top-fold-down {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}


/**** Middle section ****/
.home-middle-wrapper {
    background: #4390d4;
    background-image: linear-gradient(#61b5ff, #003e8f);
}
.home-plane-wrapper {
    margin-bottom: -5px;
    padding: 25px 0 0;
}
.home-plane-text-wrapper {
    width: 90%;
    margin: auto;
    padding: 25px 0;
    color: white;
}
.home-plane-text {
    line-height: 1.5;
    margin: 10px 0 25px;
}

.home-plane-link {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin: 5px;
}
.home-plane-link a {
    text-decoration: none;
    transition: .5s all;
}
.home-plane-link a:hover {
    color: white;
}

.home-mobile-image {
    width: 100%;
    height: auto;
}

#history-wrapper {
    padding-top: 50vw;
}

#heritage-wrapper {
    padding-top: 50vw;
}

@media (min-width:768px) {
    .home-plane-wrapper {
        display: flex;
    }
    .home-plane-text-wrapper {
        width: 40%;
    }
    
    .home-mobile-image {
        display: none;
    }
    
    #honoring-wrapper {
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 55vw;
        /* padding-top: 10vw;
        margin-bottom: 5vw; */
    }
    #honoring-wrapper .home-plane-text-wrapper {
        margin-right: 5%;
        margin-left: auto;
        text-align: right;
        align-self: center;
    }
    
    #history-wrapper {
        background-size: 100% auto;
        background-position: right center;
        background-repeat: no-repeat;
        height: 50vw; 
        padding-top: 15vw;
    }
    #history-wrapper .home-plane-text-wrapper {
        margin-right: auto;
        margin-left: 5%;
        text-align: left;
        align-self: flex-start;
        width: 30%;
    }
    
    #heritage-wrapper {
        display: block;
        background-size: 100% auto;
        background-position: bottom center;
        background-repeat: no-repeat;
        max-height: none;
        height: 110vw;
        padding-top: 3vw;
    }
    #heritage-wrapper .home-plane-text-wrapper {
        text-align: center;
        align-self: flex-start;
    }
}

/**** Social Grid ****/
.home-social-grid-wrapper {
    width: 100%;
}
.home-social-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

.social-h2 {
    color: white;
    margin-bottom: 25px;
}

.home-social-half {
    position: relative;
    width: 100%;
    height: 100vw;
}

.home-social-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.home-social-content {
    width: 90%;
    margin: auto;
}

@media (min-width:768px) {
    .home-social-grid-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }
    .home-social-half {
        width: 50%;
        height: 40vw;
    }
}

/**** Upcoming Shows section ****/
.home-upcoming-shows-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    background: #b49870;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-upcoming-shows-content {
    padding: 50px 0;
    width: 90%;
    margin: auto;
}
.shows-singles-wrapper {
    width: 100%;
}

@media (min-width:768px) {
    .home-upcoming-shows-wrapper {
        display: flex;
        min-height: 40vw;
        align-items: center;
    }
}

/**** Be Our Wingman section ****/
.home-wingman-wrapper {
    background-image: linear-gradient(#162030, #37455b);
    text-align: center;
}
.home-wingman-content {
    padding: 75px 0;
}

.home-wingman-content p {
    margin: 15px;
}

@media (min-width: 768px) {
    .home-wingman-content {
        padding: 17vh 0;
    }
}