@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;600;700;800&family=Bebas+Neue&display=swap');

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

a {
    text-decoration: none;
    color: #900;
}

.subHeader {
    font-size: 2rem;
    color: #454545;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-family: 'Bebas Neue', sans-serif;
}


/* TOP TAG */
.pfl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

.head3 {
    font-size: 10rem;
}

.pflTag {
    margin: 0 auto;
    width: 75%;
}

.springPilatespfl {
    display: inline-block;
    width: 200px;
    text-align: center;
}


.txtGreen {
    color: #517F3D;
}

.txtBlue {
    color: #0079b4;
}


/* FOOTER */

.footerBox {
    max-width: 1200px;
    padding: 1% 0;
    margin: 3% auto 0 auto;

}

.sectP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.sectP>div {
    width: 33%;
    margin: 0;
    padding: 2% 4%;
    font-size: .9rem;
    color: #454545;
}

.sectP>div a {
    color: #900;
    text-decoration: underline;
}

/* HEADER */
.headerLogo {
    height: 80px;
    width: auto;
    margin: 10px 0;
}

.dkContain {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}

.dkTop {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    color: #455;
}

.dkNav>a {
    color: #5f9046;
    padding: 5px 20px;
    font-weight: 400;
}

.dkNav>a:hover {
    color: #ddd;
}

.topnavMob {
    display: none;
}

/* BODY */

.iconMid {
    vertical-align: text-bottom;
    padding-right: 10px;
}

.flex-boxes {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
}

.flex-boxes>div {
    width: 50%;
    line-height: 1.8;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.radTL {
    border-top-left-radius: 15px;
}

.radTR {
    border-top-right-radius: 15px;
}

.radBL {
    border-bottom-left-radius: 15px;
}

.radBR {
    border-bottom-right-radius: 15px;
}

.radLeft {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.radRight {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.quoteBox {
    margin: 0 auto;
    font-size: 2rem;
    padding: 1% 0;
    max-width: 1200px;
    width:75%;
}

.joinImg {
    width: 100%;
    display: block;
    margin: 0 auto;
}


.panelGray {
    background-color: #f6f6f6;
    padding: 3% 5%;

}

.panel {
    background-size: cover;
    min-height: 400px !important;
}

.panel1 {
    background-image: url(images/box_1.webp);
}

.panel2 {
    background-image: url(images/box_2.webp);
}

.panel3 {
    background-image: url(images/box_3.webp);
}





.p25 {
    width: 25% !important;
}    

.p40 {
    background-position: center;
    width: 40% !important;
}    

.p50 {
    background-position: center;
    width: 50% !important;
}   
 
.p60 {
    width: 60% !important;
}    

.p75 {
    width: 75% !important;
}    

.bigHeader {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3rem;
    color: #66435A;
    text-align: center;
    font-weight: bolder;
    margin: 0;

}

.bigQuote {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4rem;
    color: #454545;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}

.smallHeader {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    color: #454545;
    text-align: center;
    font-weight: bolder;
}

.topPad {
    padding-top: 50px;
}


.genList {
    padding: 0;
    margin: 20px 0;
}

.genList li {
    padding: 4px 0;
    list-style: none;
}

/* ACCORDIAN */

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.accordionAlumni {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



@media (max-width: 600px) {

    /* PUBS */

    .flex-boxes {
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .flex-boxes>div {
        width: 100%;
        justify-content: center;
        align-items: center;
        min-height: 400px;
    }

    .radTL,
    .radTR {
        border-radius: 0;
    }

    .p25,
    .p40,
    .p50,
    .p60,
    .p75 {
        width: 100% !important;
    }

    .box1 {
        order: 2;
    }

    .box2 {
        order: 1;
    }

    .box3 {
        order: 3;
    }

    .box4 {
        order: 4;
    }

    .topPad {
        font-size: 4rem !important;
    }

    .bigHeader {
        font-size: 2.5rem !important;
    }

    .smallHeader {
        font-family: "Bebas Neue", sans-serif;
        font-size: 2rem;
        color: #454545;
        text-align: center;
    }

    /* FOOTER */

    .footerBox {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        border-top: 7px solid #efefef;
    }

    .sectP {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        background-color: #fafafa;
        margin: 0;
        border: none;
    }

    .sectP>div {
        width: 100%;
        margin: 0;
        padding: 4%;
        font-size: 1.25rem;
        color: #454545;
        margin: 0;
        text-align: center;
    }



    /* NEW CSS ABOVE */


    .panelGray {
        background-color: #fff;

    }

    .radLeft,
    .radRight {
        border-radius: 0;
    }

    .bigQuote {
        font-size: 2.5rem;
        max-width: 100%;
        padding: 10% 5%;
        background-color: aliceblue;
    }



    /* HEADER */

    .dkTop {
        display: none;
    }


    .topnavMob {
        overflow: hidden;
        background-color: #fff;
        clear: both;
        display: block;
    }

    .topnavMob #myLinks {
        display: none;
    }

    .topnavMob a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.5rem;
        display: block;
    }

    .topnavMob a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 16px;
        color: white;
        font-size: 2rem;
    }

    .topnavMob a:hover {
        color: white;
    }

    .mSpring {
        height: 50px;
        width: auto;
    }

}