body,h1,h2,h3,h4,h5,h6 {font-family: Aero_03, sans-serif;}
body, html {
    height: 100%;
    color: #333333;
    line-height: 1.8;
}
body { margin: 0 auto; background: #444444; }
.content { background-color: white; }

.image-container img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#quickBioSection {
    width: 100%;
    height: 0;
    background-image: url("/media/TrooperBigCrowd.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 83.11%;
    position: relative;
    margin-top: 130px;
}
#quickBioSectionContent {
    position: absolute;
    left: 0;
    top: -100px;
}
.blurb {
    font-family: Aero_03, sans-serif;
    font-size: 1.76em;
    font-weight: normal;
    line-height: 1.3;
    padding: 0 60px;
    margin: 0;
    text-align: justify;
    text-align-last: justify;
}
#videoContainer {
    position: absolute;
    left: 40px;
    bottom: 40px;
    height: 391px;
    width: 561px;
}
#videoContainer video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tourDatesContainer ul, #showDatesContainer ul { list-style-type: none; }
#tourDatesContainer {
    font-family: Aero_03, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.4em;
    position: absolute;
    right: 46px;
    bottom: 40px;
    height: 391px;
    width: 552px;
}

#quoteSection {
    width: 100%;
    height: 0;
    background-image: url("/media/TrooperWithPlane.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 74.21%;
    /*padding: 100px 0;*/
    position: relative;
}
#quoteSectionContent {
    font-family: Aero_03, sans-serif;
    font-size: 1.4rem;
    line-height: 1.9rem;
    position: absolute;
    left: 60px;
    top: 10px;
}

#bandSection {
    background-image: url("/media/TrooperFaces.webp");
    width: 100%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 17.91%;
}

.bios {
    background: #000000 url("/media/TrooperBiosBackground.webp") no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    font-family: Aero_03, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #FFFFFF;
    padding: 300px 60px 0;
    text-align: justify;
}
.bandMembers { margin-bottom: 60px; }
.bandMember { overflow: hidden; margin-bottom: 30px; }
.headshot { float: left; width: 360px; }
.memberBio { float: left; width: 880px; padding: 15px 0 0 30px; font-size: 1.25rem; line-height: 1.5rem; }
.headshot img { width: 100%; }
.album { width: 400px; float: left; margin: 0 15px 30px 15px; }
.instructions { padding-top: 10px; display: none; }
.albumList { padding: 40px 0 0 30px; font-size: 1.7rem; line-height: 2rem; }

.shows {
    background: #000000 url("/media/TrooperShowsBackground.webp") no-repeat;
    background-size: contain;
    overflow: hidden;
    padding: 170px 60px 0;
    position: relative;
    font-family: Aero_03, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 2em;
}
#showDatesContainer {
    font-size: 1.4rem;
    float: left;
    padding-left: 0;
}
#showDatesContainer ul { padding-left: 0; }
#showDatesContainer a:hover { text-decoration: underline; }

#showQuotesContainer {
    font-size: 1.2rem;
    text-align: justify;
    float: left;
    padding: 0;
    margin-bottom: 35px;
}
#showQuotesContainer div { padding-bottom: 8px; }
.contact {
    overflow: hidden;
    background: #000000;
    padding: 250px 60px 0;
    position: relative;
    font-family: Aero_03, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: justify;
    color: #ffffff;
    line-height: 2rem;
}
.contact a, a { text-decoration: none; }
.contact a:hover { text-decoration: underline; }
#contactLinkSection {
    margin-top: 30px;
    border-top: 1px dotted darkred;
    background: url("/media/TrooperContactBackGround2.webp") no-repeat;
    background-size: cover;
    height: 900px;
}
#contactEmailSection {
    padding-bottom: 10px;
    border-bottom: 1px dotted darkred;
    margin-bottom: 30px;
    text-align: left;
}

.policies {
    padding: 250px 60px 50px;
    background: #000000;
    position: relative;
    font-family: Aero_03, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: justify;
    color: #ffffff;
    line-height: 2rem;
}
.fourOhFour {
    padding: 250px 60px 500px;
     background: #000000;
     position: relative;
     font-family: Aero_03, sans-serif;
     font-weight: normal;
     font-size: 1.2rem;
     text-align: justify;
     color: #ffffff;
     line-height: 2rem;
    height: 300px;
 }

.policies h2 { margin-bottom: 20px; }
.policies h4 { color: red; font-size: 1.3rem; }

.w3-top { z-index: 3;}
#navDemo { z-index: 1; }
.w3-custom { background: #0e5abc; }
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-bar { font-family: Aero_03, sans-serif; font-size: 1.8em; padding: 20px 0 0 60px; opacity: 0; color: #0bbdef; position: absolute; }
.w3-button:hover { color: #ff4e4e!important; background: transparent!important; }
.selectedNav, .sectionTitle { color: #ff4e4e; }
.sectionTitle { text-transform: uppercase; font-family: Aero_03, sans-serif; font-size: 1.4rem }
.sectionTitleWhite { color: #FFFFFF; text-transform: uppercase; font-weight: bold; }
.addMarginBelow { margin-bottom: 27px; }
#myNavbar { opacity: 0; }
.hidden { display: none; }
#heroSection { position: relative; }
#logo {
    height: 210px;
    position: absolute;
    top: 0;
    right: 75px;
    opacity: 0;
    z-index: 2;
}
#superMarquee {
    font-family: Aero_03, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    background-color: white;
    margin-top: 2px;
}
footer { position: relative; padding: 15px 0; }
footer #socialLinks {
    font-size: 1.5rem;
    position: absolute;
    top: 24px;
    right: 60px;
}

@media only screen and (min-width: 1366px) {
    body { width: 1366px; }
    .blurb { font-size: 2rem; }
    #videoContainer {
        left: 50px;
        bottom: 46px;
        height: 445px;
        width: 633px;
    }
    #tourDatesContainer {
        font-size: 1.58em;
        line-height: 1.4em;
        right: 50px;
        bottom: 46px;
        height: 445px;
        width: 632px;
    }
    #quoteSectionContent {
        font-size: 1.4rem;
        line-height: 2.25rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    body { width: 1200px; }
    .blurb { font-size: 1.74rem; }
    #logo {
        height: 190px;
        right: 60px;
    }
    #videoContainer {
        left: 50px;
        bottom: 40px;
        height: 390px;
        width: 550px;
    }
    #tourDatesContainer {
        font-size: 1.4em;
        line-height: 1.4em;
        right: 50px;
        bottom: 43px;
        height: 390px;
        width: 550px;
    }
    #quoteSectionContent {
        font-size: 1.2rem;
        line-height: 2.1rem;
    }
    .headshot { width: 300px; }
    .memberBio { width: 780px; padding-top: 0; font-size: 1.1rem; line-height: 1.4rem; }
    #contactLinkSection { height: 800px; }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    body { width: 1024px; }
    .blurb { font-size: 1.55rem; padding: 0 30px; }
    #logo {
        height: 160px;
        right: 50px;
    }
    #videoContainer {
        left: 50px;
        bottom: 35px;
        height: 334px;
        width: 463px;
    }
    #tourDatesContainer {
        font-size: 1.2em;
        line-height: 1.4em;
        right: 49px;
        bottom: 36px;
        height: 334px;
        width: 463px;
    }
    #quoteSectionContent {
        font-size: 1rem;
        line-height: 1.8rem;
        left: 30px;
    }
    .memberBio { padding-left: 0; width: unset; }
    #contactLinkSection { height: 650px; }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) {
    body { width: 800px; }
    .blurb { font-size: 1.22rem; padding: 0 20px; }
    #logo {
        height: 130px;
        right: 25px;
    }
    #videoContainer {
        left: 50px;
        bottom: 26px;
        height: 257px;
        width: 350px;
    }
    #tourDatesContainer {
        font-size: .95em;
        line-height: 1.4em;
        right: 70px;
        bottom: 33px;
        height: 257px;
        width: 350px;
    }
    #quoteSectionContent {
        font-size: .8rem;
        line-height: 1.3rem;
        left: 30px;
    }
    .memberBio { padding-left: 0; width: unset; }
    #showQuotesContainer div { border-bottom: 2px dotted darkred; margin-bottom: 8px; }
    #contactLinkSection { height: 500px; }
}
@media only screen and (max-width: 799px) {
    body { width: 600px; }
    .blurb { font-size: 1.03rem; padding: 0 20px; }
    #logo {
        height: 75px;
        top: 10px;
        right: 10px;
    }
    #videoContainer {
        left: 30px;
        bottom: 20px;
        height: 196px;
        width: 269px;
    }
    #tourDatesContainer {
        font-size: .7em;
        line-height: 1.4em;
        right: 60px;
        bottom: 20px;
        height: 196px;
        width: 269px;
    }
    #quoteSectionContent {
        font-size: .8rem;
        line-height: 1rem;
        left: 20px;
    }
    .memberBio { padding-left: 0; width: unset; }
    #showQuotesContainer div { border-bottom: 2px dotted darkred; margin-bottom: 8px; }
    footer { font-size: 12px; }
    footer #socialLinks { font-size: 1rem; right: 20px; }
    #contactLinkSection { height: 350px; }
}
@media only screen and (max-width: 600px) {
    body { width: 100%; }
    .w3-bar { padding: 0 0 0 20px; }
    #logo {
        height: 65px;
        top: 0;
        right: 20px;
    }
    footer { padding: 5px 0 10px 20px; }
    footer p { width: 240px; }
    .shows,.contact { padding: 220px 20px 0; }
    .contact { padding: 120px 20px 0; }
    .bios { padding: 120px 20px 0; }
    .policies { padding: 100px 20px 50px; }
    #showDatesContainer { font-size: 1.2rem; }
    .fourOhFour {
        padding: 250px 40px 450px;
        text-align: left;
    }
    #quickBioSection {
        background-image: url("/media/TrooperBigCrowdNarrow.webp");
        padding-top: 155%;
        margin-top: 320px;
    }
    #quickBioSectionContent {
        top: -310px;
    }

    #quoteSection {
        background-image: url("/media/TrooperWithPlaneNarrow.webp");
        padding-top: 100%;
    }
    #quoteSectionContent {
        font-size: .9rem;
        left: 10px;
    }

    #videoContainer {
        display: none;
    }
    #tourDatesContainer {
        font-size: 1.1em;
        line-height: 1.75em;
        left: 5%;
        bottom: 55px;
        height: 375px;
        width: 90%;
        background: white;
        opacity: 70%;
    }
    #tourDatesContainer ul { padding-left: 10px; margin-top: 15px; }
    .blurb { text-align-last: unset; font-size: 1.09rem; line-height: 1.4 }
}
@media only screen and (max-width: 450px) {
    #quoteSectionContent { font-size: .7rem; }
    #contactLinkSection { height: 275px; }
}
@media only screen and (max-width: 400px) {
    .blurb { font-size: 1.09rem; line-height: 1.3 }
    #tourDatesContainer { font-size: 1.05em; height: 355px; width: 92%; left: 4%; }
}
@media only screen and (max-width: 375px) {
    .blurb { font-size: 1.02rem; line-height: 1.4em; }
    #tourDatesContainer { font-size: 0.95em; height: 325px; }
    #quoteSectionContent { font-size: .6rem; }
}
@media only screen and (max-width: 360px) {
    .blurb { line-height: 1.3em; }
}
