/* Fonts */
@font-face {
    font-family: 'Mondwest';
    src: url('fonts/PPMondwest-Regular.woff') format('woff'), url('fonts/PPMondwest-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mondwest';
    src: url('fonts/PPMondwest-Bold.woff') format('woff'), url('fonts/PPMondwest-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMachina';
    src: url('fonts/PPNeueMachina-InktrapUltrabold.woff') format('woff'), url('fonts/PPNeueMachina-InktrapUltrabold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('fonts/PPNeueMontreal-Light.woff') format('woff'), url('fonts/PPNeueMontreal-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('fonts/PPNeueMontreal-Regular.woff') format('woff'), url('fonts/PPNeueMontreal-Regular.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('fonts/PPNeueMontreal-ThinItalic.woff') format('woff'), url('fonts/PPNeueMontreal-ThinItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}


body {
    width: 100%;
    margin: 0; /* remove browser’s default margin */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    font-family: NeueMontreal, Arial, sans-serif; /* set a clean, readable font */
    font-weight: normal;
    line-height: 1.5; /* improve text readability */
    background-color: #F9FAFB; /* #F0FFF0 #FFC107; #77DD77 #fff; white background (default, but explicit) */
    color: #2D2D2D; /* black text */
    padding-bottom: 4rem;
}

.logo {
    width: 32px;
    height: 32px;
}

.hero_header {
    width: 90%;
    padding-bottom: 1rem;
}

.hero_image {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: NeueMontreal, Arial, sans-serif;
    gap: 0.5rem;
}

.card_header {
    width: fit-content;
    font-family: Mondwest, Arial, sans-serif;
    font-weight: normal;
    font-size: 3rem;
}

.card_text {
    width: 24rem;
    font-family: NeueMontreal, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.5rem;
}

.card_image {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5rem;
}

.section_image {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 3rem;
}

.list_image {
    img {
        width: 100%;
        border-radius: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1200px) {
    .header {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        font-family: NeueMontrealBold, Arial, sans-serif; /* set a clean, readable font */
        font-size: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 1rem;
    }

    .logo {
        width: 48px;
        height: 48px;
    }

    .hero {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        max-width: 80%;
        font-family: Mondwest, Arial, sans-serif;
        font-weight: bold;
        font-size: 6rem;
        line-height: 6rem;
        align-items: baseline;
    }

    .hero_header {
        width: 90%;
        padding-bottom: 2rem;
    }

    .subhero {
        max-width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 4rem;
        font-weight: normal;
        line-height: 4.5rem;
    }

    .hero_image {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 2rem;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        font-family: NeueMontreal, Arial, sans-serif;
        gap: 0.5rem;
    }

    .three_pane {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 2rem;
    }

    .card_textual {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .card_header {
        width: fit-content;
        font-family: Mondwest, Arial, sans-serif;
        font-weight: normal;
        font-size: 5rem;
    }

    .card_text {
        width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 4rem;
        font-weight: normal;
        line-height: 4.5rem;
    }

    .card_image {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 1rem;
    }

    .content_section {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 2rem;
        align-items: center;
    }

    .section_header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        font-family: Mondwest, Arial, sans-serif;
        font-size: 5rem;
        line-height: 6rem;
        padding: 1rem
    }

    .content {
        width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 4rem;
        font-weight: normal;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header {
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        font-family: NeueMontrealBold, Arial, sans-serif; /* set a clean, readable font */
        font-size: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        gap: 1rem;
    }

    .hero {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-width: 60%;
        font-family: Mondwest, Arial, sans-serif;
        font-weight: bold;
        font-size: 6rem;
        line-height: 6rem;
        align-items: center;
    }

    .subhero {
        max-width: 90%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 3rem;
    }

    .three_pane {
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }

    .card_textual {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .content_section {
        display: flex;
        flex-direction: column;
        width: 60%;
        margin: 2rem;
        align-items: center;
    }

    .section_header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        font-family: Mondwest, Arial, sans-serif;
        font-size: 3rem;
    }

    .content {
        width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2rem;
        font-weight: normal;
    }
}

@media (min-width: 1500px) and (max-width: 1800px) {
    .header {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        font-family: NeueMontrealBold, Arial, sans-serif; /* set a clean, readable font */
        font-size: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        gap: 1rem;
    }

    .hero {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-width: 50%;
        font-family: Mondwest, Arial, sans-serif;
        font-weight: bold;
        font-size: 6rem;
        line-height: 6rem;
        align-items: center;
    }

    .subhero {
        max-width: 90%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 3rem;
    }

    .three_pane {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
    }

    .card_textual {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .content_section {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin: 2rem;
        align-items: center;
    }

    .section_header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        font-family: Mondwest, Arial, sans-serif;
        font-size: 3rem;
    }

    .content {
        width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2rem;
        font-weight: normal;
    }
}

@media (min-width: 1800px) {
    .header {
        width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        font-family: NeueMontrealBold, Arial, sans-serif; /* set a clean, readable font */
        font-size: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        gap: 1rem;
    }

    .hero {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-width: 40%;
        font-family: Mondwest, Arial, sans-serif;
        font-weight: bold;
        font-size: 6rem;
        line-height: 6rem;
        align-items: center;
    }

    .subhero {
        max-width: 90%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 3rem;
    }

    .three_pane {
        width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
    }

    .card_textual {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .content_section {
        display: flex;
        flex-direction: column;
        width: 40%;
        margin: 2rem;
        align-items: center;
    }

    .section_header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        font-family: Mondwest, Arial, sans-serif;
        font-size: 3rem;
    }

    .content {
        width: 100%;
        font-family: NeueMontreal, Arial, sans-serif;
        font-size: 2rem;
        font-weight: normal;
    }
}


.description {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 80%;
    font-family: NeueMontreal, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 2rem;
}
