@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


* {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* 

div {
    border: 0.5px dashed red;
}
*/
.container {
    /* */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    /* */
    height: auto;
    position: relative;
    z-index: 999999;
    opacity: 90%;
}

/* -----------------------------------------
   Section Layouts
------------------------------------------ */

.section__layout-md {
    width: 100%;
    min-height: 45vh;
    align-self: center;
}

.section_lg {
    width: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-basis: 100%;
    min-height: 75vh;
}

.flex_container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    min-height: 75vh;
}

.card_section {
    width: 100%;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-basis: 100%;
}



/* --- --- --- --- ---
-- Text
    border: 0.5px solid blue;
--- --- --- --- --- */
.coming_soon_title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    flex-grow: 0;
    font-family: "Libre Franklin", sans-serif;
}


.coming_soon_title h2,
.coming_soon_title h3 {
    margin: 0;
    color: #4d4d4d;
    text-align: left;
    align-self: center;
}

.coming_soon_title h2 {
    font-size: 4rem;
    max-width: 75%;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5%;
}

.coming_soon_title h3 {
    font-size: 1.55em;
    max-width: 75%;
    margin-left: 1.5%;
    padding-top: 0.5%;
    line-height: 2;
    font-weight: 400;
}

.coming_soon_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-grow: 0;
    font-family: "Libre Franklin", sans-serif;
}

.coming_soon_list p {
    max-width: 80%;
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0.5% 0%;
    line-height: 2;
    flex-grow: 2;
    color: #424241;
    font-size: 1.25em;
    font-weight: 300;
}

.coming_soon_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-grow: 0;
    font-family: "Libre Franklin", sans-serif;
}

.coming_soon_text p {
    max-width: 80%;
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0.5% 0%;
    line-height: 2;
    flex-grow: 2;
    color: #424241;
    font-size: 1.5em;
    font-weight: 500;
}

/* */

.section_title,
.section_title-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: left;
    flex-grow: 0;
    width: 100%;
    font-family: "Spectral", serif;
}

.section_title h1,
.section_title-alt h1 {
    margin: 0;
    font-weight: 500;
    font-size: 3em;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: left;
    align-self: center;
    flex-grow: 1;
}

.section_title h2 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    align-self: center;
    line-height: 1.75;
    width: 100%;
    max-width: 92.5%;
}

.section_title h3 {
    font-size: 2.75em;
    line-height: 1.5;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    width: 100%;
    align-self: flex-start;
}

/* Title Variants */
.section_title.md h3 {
    font-size: 3.5em;
}

.section_title-alt.lg h2 {
    font-size: 3em;
    font-weight: 500;
}

.section_title-alt {
    text-align: left;
    width: 100%;
}

.section_title-alt h2 {
    font-size: 3.5em;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: left;
    width: 100%;
    margin: 0;
    align-self: center;
    flex-grow: 1;
}

.section_title-alt h3 {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: center;
    width: 100%;
    margin: 0;
    align-self: center;
    flex-grow: 1;
}

.section_title-alt.lg h2 {
    font-size: 2.5em;
    color: #333;
    text-align: left;
}

/* Optional Smaller Scale Modifier */
.section_title-alt.md {
    font-size: 0.8em;
}

/* -----------------------------------------
   Base Text Styles     border: 0.5px solid blue;
------------------------------------------ */
.section_text,
.section_text-alt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-grow: 0;
    color: #4d4d4d;
    font-family: "Libre Franklin", sans-serif;

}

.section_text p {
    line-height: 3;
    margin: 0% 0.5%;
    font-size: 1.15rem;
    font-weight: 300;
    max-width: 92.5%;
    align-self: center;
}

/* Modifiers */
.section_text.md {
    max-width: 92.5%;
    margin: 0.5%;
    line-height: 3;
    font-weight: 400;
    text-align: left;
}

.section_text-alt.md p {
    font-size: 1.5em;
}

.section_text-alt.left p {
    text-align: left;
    width: 100%;
}


/* -----------------------------------------
Hero Wrapper 
------------------------------------------ */

.hero_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;

    background-image: url('https://images.unsplash.com/photo-1593440912284-71ba52154a27?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-image: url('https://images.unsplash.com/photo-1550444274-411f55d39af4?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center;
    background-size: cover;

    /* Fade starts ~45% from right edge */
    /*     -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 1) 100%);
*/
    /*     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    */
    height: 100vh;
    min-height: fit-content;
    width: 100%;
    margin: 0%;
    max-width: 100%;
    position: relative;

    z-index: 90000;
}

.hero_wrapper_img {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    max-width: 35%;
}

.hero_wrapper_img img {
    max-width: 98%;
}

.hero_wrapper_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: #fff;
    flex-basis: 100%;
    width: 100%;
    font-family: "Spectral", serif;
}

.hero_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    align-self: center;
    max-width: 90%;
    flex-grow: 0;
}

.hero_title h1 {
    align-self: center;
    margin: 0.25%;
    margin-bottom: 1%;

    height: auto;
    /* */
    text-align: left;
    max-width: 98%;
    /* */
    font-weight: 500;
    font-size: 3rem;
    line-height: 2;
    color: #fff;

}

.hero_title p {
    align-self: center;
    /* */
    margin: 0.25%;
    margin-top: 1%;

    text-align: left;
    /* */
    font-weight: 400;
    font-size: 1.15em;
    line-height: 2;
    color: #fff;
}

.hero_cta_buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: center;
    flex-grow: 1;
    max-width: 80%;
}

.cta_btn {
    max-width: 70%;
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin: 0.25%;
    border: none;
    cursor: pointer;
    font-family: "Libre Franklin", sans-serif;
    text-wrap: wrap;
}

/* CTA Button Styles 
8BA5AA
*/
.cta_btn {
    background-color: #4f4231;
    background-color: #305167;
    color: #fafafa;
}

.cta_btn.hero {
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #ee8c1e;
    background-color: #5d534b;
}

.cta_btn:hover {
    background-color: #416b84;
}

.cta_btn.orange {
    background-color: #dba334;
    background-color: #98b3be;
    color: #fafafa;
    font-weight: 400;
    font-size: 1.35em;
    max-width: 80%;
    height: 60px;
}


.light {
    color: #fafafa;
}

/* -----------------------------------------
   Category Card Component
------------------------------------------ */
.category_card {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: 0.25em;
    max-width: 95%;
    margin: 2.5% 0%;

    border-radius: 8px;
    flex-wrap: wrap;
    align-self: center;
    height: 400px;
    box-shadow: 0px 3px 5px 1px rgba(157, 157, 157, 0.2);
    border: 0.5px solid #ddd;
    padding: 0.15rem;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 5%;
    /* 
        border: 0.5px solid #ddd;important! allows wrapping */



}

.category_card-med {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    text-align: left;
    justify-content: center;
    padding: 0.25em;
    max-width: 20%;
    margin: 2.5% 0%;

    border-radius: 8px;
    flex-wrap: wrap;
    align-self: center;
    height: 500px;
    box-shadow: 0px 3px 5px 1px rgba(157, 157, 157, 0.2);
    border: 0.5px solid #ddd;
    padding: 0.15rem;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 5%;

    animation: fadeIn 0.8s ease-in-out both;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* 
        border: 0.5px solid #ddd;important! allows wrapping */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Zoom + shadow on hover */
.category_card-med:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}




.bg1 {
    background-color: #E2B77B;
}

.bg2 {
    background-color: #3A6B45;
}

.bg3 {
    background-color: #368BB8;
}

.bg4 {
    background-color: #D39E2A;
}

.card_text-med {
    flex: 1 1 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    /* */
    flex-grow: 0.5;
    max-height: 45%;
    max-width: 100%;
    position: relative;
    z-index: 999999;
    border-radius: 5px;
}

.card_text-med a {
    text-decoration: underline;
    color: #fff;
}

.card_text-med h2 {
    font-size: 2.25rem;
    line-height: 1.75;
    margin: 0%;
    text-align: center;
    word-wrap: break-word;
    font-family: "Libre Franklin", sans-serif;
    color: #3E4434;
    font-weight: 500;
    max-width: 98%;
    color: #fff;
}

.card_text-med p {
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 0%;
    text-align: center;
    word-wrap: break-word;
    font-family: "Libre Franklin", sans-serif;
    color: #3E4434;
    font-weight: 500;
    max-width: 98%;
    color: #fff;
}

.card_text {
    flex: 1 1 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    /* */
    flex-grow: 0.5;
    max-height: 45%;
    max-width: 100%;
    background-color: #413828c1;
    position: relative;
    z-index: 999999;
    border-radius: 5px;
}

.card_img {
    flex: 1 1 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    width: fit-content;
    padding: 0.25em;
    border-radius: 12px;

}

.card_text h2 {
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 0%;
    text-align: center;
    word-wrap: break-word;
    font-family: "Libre Franklin", sans-serif;
    color: #3E4434;
    font-weight: 500;
    max-width: 98%;
    color: #fff;
}

.card_text p {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    font-family: "Libre Franklin", sans-serif;
    color: #3E4434;
    max-width: 98%;
    color: #fff;
}

.card_img img {
    flex: 0 0 200px;
    width: 200px;
    max-width: 98%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}


/* -----------------------------------------
   About Section Utilities
------------------------------------------ */
.full-height {
    min-height: 100vh;
}

.tall-section {
    min-height: 150vh;
}

.full-size {
    width: 100%;
    height: 100%;
}

.grow {
    flex-grow: 1;
}

.text-center {
    text-align: center;
}

.z-top {
    position: relative;
    z-index: 999999;
}


/* -------------------------
General  
    border: 0.5px solid blue;
------------------------------ */
.flex_col {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
}

.flex_col-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    align-self: center;
    position: relative;
    z-index: 999999;
}

.flex_row {
    display: flex;
    flex-direction: row;
    height: fit-content;
    align-items: center;
}

.flex_row-container {
    display: flex;
    flex-direction: row;
    height: fit-content;
    width: 100%;
    max-width: 100%;
}

.flex_col-rev {
    display: flex;
    flex-direction: column-reverse;
    height: fit-content;
}

.flex_row-rev {
    display: flex;
    flex-direction: row-reverse;
    height: fit-content;
    width: 100%;
}

.content_center {
    justify-content: center;
}

.item_center {
    align-items: center;
}

.content_start {
    justify-content: flex-start;
}

.items_start {
    align-items: flex-start;
}

.content_end {
    justify-content: flex-end;
}

.items_end {
    align-items: flex-end;
}

.content__around {
    justify-content: space-around;
}

.content_between {
    justify-content: space-between;
}

.content_even {
    justify-content: space-evenly;
}

.w100 {
    width: 100%;
}

.grow05 {
    flex-grow: 0.5;
}

.centered {
    align-self: center;
}

.start {
    align-self: flex-start;
}

@media (min-width: 740px) {


    .hero_wrapper_content {
        max-height: 98%;
        justify-content: flex-start;
        align-items: center;
    }

    .hero_title {
        align-items: flex-start;
        text-align: left;
        flex-grow: 0.5;
        width: 100%;
        max-width: 90%;
        margin-top: 5%;
    }

    .hero_title h1 {
        align-self: flex-start;
        text-align: left;
        /* */
        font-size: 3.75rem;
        /* */
        line-height: 1.5;
        font-weight: 600;
    }

    .hero_title p {
        font-weight: 300;
        font-size: 2em;
        line-height: 1.5;
        align-self: flex-start;
        text-align: left;
        margin-left: 2.5%;
    }

    .hero_cta_buttons {
        flex-direction: row;
        width: 100%;
        max-width: 90%;
        align-self: center;
        justify-content: flex-start;
        align-items: center;
        flex-grow: 0;
    }

    .cta_btn.hero {
        width: 45%;
        height: 65px;
        font-size: 1.25em;
    }


    /* -----------------------------------------
     Responsive Typography Enhancements
  ------------------------------------------ */
    /* Title Alternate */
    .section_title,
    .section_title-alt {

        align-self: center;
        text-align: left;
        color: #3E4434;
    }

    .section_title-alt.lg h2 {
        font-size: 5em;
        text-align: left;

    }

    .section_title {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        text-align: left;
        flex-grow: 1;
    }

    /* Main Titles */
    .section_title h1 {
        font-size: 5rem;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
        align-self: center;
        margin: 0;
    }


    .section_title h2 {
        font-size: 4.5rem;
        font-weight: 500;
        line-height: 1.75;
        width: 100%;
        max-width: 80%;
        text-align: left;
        align-self: center;
    }

    /* Text Blocks */
    .section_text,
    .section_text-alt {
        margin: 0.25% 0.5%;
        align-self: center;
        flex-grow: 1;
    }

    .section_text p,
    .section_text-alt p {
        font-size: 1.25rem;
        line-height: 3;
        font-weight: 300;
        text-align: left;
        align-self: center;
        max-width: 80%;
    }



    .section_text-alt p {
        margin-top: 5%;
        margin-bottom: 2.5%;
    }

    /* -------------------------
General  
    border: 0.5px solid blue;
------------------------------ */

    .flex_container {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        align-self: center;
        padding: 0.25rem 0rem;
        min-height: 80vh;
    }

    .flex_col {
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 100%;
    }


    .category_card {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left 5%;
        max-width: 80%;
    }

    .card_text {
        max-width: 90%;
        line-height: 2.5;
        max-height: fit-content;
        margin-left: 5%;
        border-radius: 15px;
        padding: 1%;
        mask-image: radial-gradient(circle at 15%,
                rgba(50, 49, 49, 0.844) 5%,
                rgba(50, 49, 49, 0.286) 98%);
    }

    .card_text h2 {
        font-size: 3.5rem;
        text-align: left;
        color: #fff;
        max-width: 98%;
    }

    .card_text p {
        font-size: 1.5rem;
        text-align: left;
        font-weight: 400;
        max-width: 98%;
    }

    .card_img {
        max-width: 40%;
        align-self: center;
    }

    .card_img img {
        width: 100%;
        max-width: 50%;
    }


    /* -------------------------
General  
------------------------------ */




}



@media (min-width: 1200px) {

    .category_card {
        max-width: 60%;
    }

    .card_text {
        max-width: 98%;
    }

    /* 
    .card_text {
        line-height: 2.5;
        padding: 0.25%;
    }

    .card_text h2 {
        font-size: 3.5rem;
        max-width: 92.5%;
        text-align: left;
        font-weight: 500;
    }

    .card_text p {
        font-size: 1.75rem;
        text-align: left;
    }*/

    .card_img {
        max-width: 40%;
        align-self: center;
    }

    .card_img img {
        width: 100%;
        max-width: 50%;
    }
}