#desktop-navbar {
    display: none;
}

.collapsable-menu-wrapper {
    display: block;
}

.secondary-nav-h1 {
    font-size: 1.25em;
}

/**** Planes top ****/
/* #planes-top {
    height: 100vh;
    width: 100%;
    background-image: url(/assets/images/planes/planes-top1-SM.jpg);
    background-size: contain;
    background-position: center 7vw;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-top: 19%;
    
    display: flex;
    align-items: flex-end;
    justify-content: center;
} */

#planes-top {
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20%;
}

.planes-top-center {    
    position: absolute;
    top: 400px;
    z-index: 0;
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

@media(min-width: 768px) {
    .planes-top-center {
        top: 650px;
    }
}

.planes-top-content p {
    line-height: 3;
}

.planes-top-nav {
    line-height: 1.75;
    margin-top: 25px;
}

.planes-link {
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    color: #546d8c;
}

.planes-banner-small {
    width: 100%;
    max-width: 1100px;
}

@media (min-width: 768px) {
/*     #planes-top {
    background-image: url(/assets/images/planes/planes-top1.jpg);
    background-size: cover;
    background-position: center;
} */
    
    #planes-top-fade {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
}

/**** Displaying planes ****/
.planes-wrapper {
    width: 100%;
}

@media(max-width: 768px) {
    .planes-wrapper {
        padding-top: 10%;
    }
}

.single-plane {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 1.5s ease;
    margin-top: 25%;
}

.plane-name {
    font-size: 24px;
}

.plane-panel {
    z-index: 666666666;
    text-align: center;
}

.planes-more {
    font-size: 16px;
    cursor: pointer;
    color: #4e698e;
    z-index: 0;
}

.plane-bio-wrapper {
    display: none;
    z-index: -1;
    position: static;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.plane-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    padding-top: 0%;
}

.plane-bio-content {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    max-width: 800px;
}

.plane-bio-content p {
    max-width: 850px;
    margin: 25% auto;
    line-height: 1.75;
}

.bio-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(20,20,20);
    background: radial-gradient(circle, rgba(20,20,20,1) 0%, rgba(20,20,20,0.8) 43%, rgba(20,20,20,0.7) 66%);
} 

.plane-image{
    width: 100%;
}

.plane-bio {
    margin: 22% 0 auto;
}

@media (min-width: 768px) {
    .secondary-nav-h1 {
        font-size: 1.45em;
    }
    
    .single-plane:first-child {
        margin-top: 0px;
    }
    
    .single-plane {
        margin-top: 0;
        padding-top: 0;
    }
  
    .plane-panel h2 {
        font-size: 2em;
    }
    
    .plane-panel p {
        line-height: 1.75;
        z-index: 999;
    }
    
    .plane-panel {
        padding: 10% 0 10%;
        text-align: center;
        z-index: 1;
        width: 100%;
        display: inline-block;
        background: transparent;
        background-image: radial-gradient(farthest-side at 46% 46%, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 80%);
    }
    
    .planes-more {
        font-size: 1.2em;
        z-index: 999;
    }
    
    .plane-content-wrapper {
        margin-top: 100px;
        padding-top: 0;
    }
    
    .single-plane {
        min-height: 100vh;
    }
    
     .plane-bio-wrapper {
        position: absolute;
    }
    
    .plane-bio-content {
        width: 55%;
        max-width: 950px;
        margin: 0 auto;
        height: 100%;
        overflow-y: hidden;
    }
  
}