@charset "utf-8";

/* index-styles.css for Capstone in C6P2 Web Development Internship - Brittany Thompson, January 5, 2026 */

.intro {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    column-gap: 2%;
}

.featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 2%;
}

.intro-div-1 {
    font-size: x-large;
}

.intro-h2 {
    border: 5px solid rgb(100, 61, 61);
    width: fit-content;
    border-radius: 5px;
    padding: 0 1% 1% 1%;
}

.founded-p {
    background-image: url(/IndigenouslyCreative/ic-images/text-border-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll; 
    border: 2px solid rgb(100, 61, 61);
    padding: 10%;
}

.testimonials-h3 {
    padding-top: 1%;
}

main h2 {
    font-size: 2.5em;
}

.testimonials-h3,
main h3 {
    font-size: 1.5em;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 2% 0;
    column-gap: 1%;
}

.testimonials div {
    background-color: rgb(255, 250, 242);
    padding: 2%;
    border-radius: 10px;
}

.founder blockquote {
    background-color: rgb(249, 219, 171);
    padding: 0 1% 1% 1%;
    border-radius: 10px;
    margin-top: 0.5%;
}

.testimonials div h4 {
    font-size: 1.5em;
}

blockquote {
    font-style: italic;
}

.featured img {
    width: 100%;
}

.chenoa,
.tala,
.maya,
.silas,
.koda {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 1%;
    border: 5px solid rgb(100, 61, 61);
    background-color: rgb(255, 250, 242);
    border-radius: 10px;
    padding: 1%;
}

div p {
    padding: 0;
}

.founder {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 1%;
}

.founderDiv-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.founderDiv-img img {
    width: 95%;
    border: 5px outset rgb(100, 61, 61);;
}

section>img {
    width: 100%;
}