.hero {
    background-image: url("../images/hero-section-image.png");
    background-size: cover;
    min-height: 665px;
}

@media (max-width: 768px) {
    .hero {
        min-height: 453px
    }
}

.calistoga-regular {
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
}

.alfa-slab-one-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
}

.prompt-regular {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.encode-sans-expanded-semibold {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.instrument-sans-font {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.afacad-font {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


h1 {
    font-family: Calistoga;
    font-size: clamp(40px, 2vw, 58px);
}

h2 {
    font-family: Alfa Slab One;
    font-weight: clamp(20px, 2vw, 40px);
}

h5 {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(24px, 2vw, 30px);

}

h6 {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: Prompt;
    /* width: 20em; */
    font-size: 1.2em;
}



img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.questioncontact p {
    font-family: "Encode Sans Expanded";
    font-size: clamp(16px, 2vw, 21px);
}

.phone p {
    font-family: prompt;
    font-size: clamp(16px, 2vw, 24px);
}

.email p {
    font-family: prompt;
    font-size: clamp(16px, 2vw, 24px);
}


.navbar-brand {
    font-family: Calistoga;
    color: #2b0a1a;
}

.nav-link {
    font-family: Prompt;
    Color: #2b0a1a;
}

.navbar {
    margin-top: -8px;
}

.navbarcolor {
    background-color: #efadce;
    margin-bottom: -8px;
}

.navbar a {
    padding: 4px;
}

.nav-item {
    padding: 4px;
}

/* Grid */
.row {
    --gridgap: 2em;
}

.row2 {
    --gridgap2: 0em;
}

.row>* {
    margin-top: var(--gridgap);
    margin-bottom: var(--gridgap);
}

.row2+.row2 {
    margin-top: var(--gridgap2);
    margin-bottom: var(--gridgap2);
}

@media (min-width: 768px) {
    .row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: var(--gridgap);
        /* place-items: center; */
    }

    /* COMMONLY USED SEMANTIC COLUMN WIDTHS */
    .one-half {
        grid-column: auto / span 6;
    }

    .one-third {
        grid-column: auto / span 4;
    }

    .two-thirds {
        grid-column: auto / span 8;
    }

    .one-fourth {
        grid-column: auto / span 3;
    }

    .three-fourths {
        grid-column: auto / span 9;
    }

    /* 12 COLUMN CLASSES */
    .col-1 {
        grid-column: auto / span 1;
    }

    .col-2 {
        grid-column: auto / span 2;
    }

    .col-3 {
        grid-column: auto / span 3;
    }

    .col-4 {
        grid-column: auto / span 4;
    }

    .col-5 {
        grid-column: auto / span 5;
    }

    .col-6 {
        grid-column: auto / span 6;
    }

    .col-7 {
        grid-column: auto / span 7;
    }

    .col-8 {
        grid-column: auto / span 8;
    }

    .col-9 {
        grid-column: auto / span 9;
    }

    .col-10 {
        grid-column: auto / span 10;
    }

    .col-11 {
        grid-column: auto / span 11;
    }

    .col-12 {
        grid-column: auto / span 12;
    }

    /* COMMONLY CENTERED COLUMNS */
    .one-half.centered {
        grid-column: 4 / span 6;
    }

    .one-third.centered {
        grid-column: 5 / span 4;
    }

    .two-thirds.centered {
        grid-column: 3 / span 8;
    }

    /* PUSHES */
    .push-1 {
        grid-column-start: 2;
    }

    .push-2 {
        grid-column-start: 3;
    }

    .push-3 {
        grid-column-start: 4;
    }

    .push-4 {
        grid-column-start: 5;
    }

    .push-5 {
        grid-column-start: 6;
    }

    .push-6 {
        grid-column-start: 7;
    }

    .push-7 {
        grid-column-start: 8;
    }

    .push-8 {
        grid-column-start: 9;
    }

    .push-9 {
        grid-column-start: 10;
    }

    .push-10 {
        grid-column-start: 11;
    }

    .push-11 {
        grid-column-start: 12;
    }

    /* SWAP (REVERSE) COLUMNS - WORKS ONLY w/ 2 CHILDREN  */
    .row.swapped>*:first-child {
        order: 2;
    }

    .row.swapped>*:last-child {
        order: 1;
    }
}

.hero-text {
    max-width: 887px;
    min-width: 360px;
    padding: 5px;
    padding-top: 50px;
    margin-right: 20%;
}

.selfie {
    float: center;
}


.who-am-i-header {
    margin-top: 10px;
    margin-left: 10px;
}

.btn {
    background-color: #801f4f;
    border-color: #801f4f;
    font-family: "prompt";
    border-width: 2px;
    border-radius: 16px;
    padding: 10px 16px;
}

.btn:hover {
    background-color: white;
    border-color: white;
    color: #801f4f;
    border-color: #801F4F;
}

.form-label {
    font-family: "Encode Sans Expanded";
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 600;
}

.form-control {
    border-color: #801F4F;
    border-width: 2px;
}

.hero {
    background-color: white;
}

section {
    background-color: #FFEBF5;
}

.footer {
    background-color: #efadce;
    padding-top: 2em;
}

.submit {
    width: clamp(151px, 2vw, 248px);
}

.hero-text h1 {
    font-size: clamp(40px, 7vw, 58px);
}

.email-info {
    display: flex;
    align-items: center;
    gap: 24px;

}

.phone-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

svg {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
}

.card-title {
    font-family: Afacad;
    font-size: clamp(25px, 8vw, 32px);
}

.card-subtitle {
    font-family: Afacad;
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 200;
}

.card-btn {
    width: 100%;
}

.card-body {
    margin-left: 15px;
    margin-right: 15px;
}

.card-body h6 {
    margin-bottom: 8px;
}

.card-body h5 {
    margin-bottom: 8px;
}

.card-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}


.projects-header {
    padding-bottom: 30px;
}

.projects {
    padding-bottom: 2em;
}

.royanna-zoo {
    width: 100%;
    max-width: 727px;
    object-fit: cover;
    vertical-align: middle;
    padding-top: 8px;
}

.royanna-restaurant {
    width: 100%;
    max-width: 219px;
    height: 100%;
    max-height: 140px;
    object-position: 50% 20%;
    object-fit: cover;
    vertical-align: middle;
    padding-bottom: 16px;
    padding-top: 8px;
}


.who-am-i-caption {
    padding-bottom: 48px;
}

.who-i-am {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    padding-top: 22px;

}

.who-am-i-right-content {
    flex: 2;
    align-content: bottom;
    margin-left: 10px;
}

.bold-name {
    font-weight: 500;
    font-size: clamp(25px, 2vw, 40px);
}

/* Case Study 1 */

.encode-sans-expanded-bold {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    color: white;
    font-size: clamp(24px, 3vw, 64px);

}

h4 {
    font-family: Afacad;
    font-size: clamp(15px, 4vw, 32px);

}

.reefguardians-title {
    background-color: #ab296a;
    display: grid;
    justify-content: center;
    align-items: center;
    place-items: center;
    padding: 2em 0;

}



/* .project-details-section-header{
    background-color: white;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
} */

/* .details-section-title{
    background: white;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
} */

.reefguardians-background-info {
    padding-top: 22px;
    padding-bottom: 22px;
}

.reefguardians-results {
    padding-bottom: 22px;
}


.reefguardians-process-section {
    padding-bottom: 22px;
}

.image-description {
    font-size: clamp(10px, 1.5vw, 16px);
}


/* 
.results-grid {
    display: grid;
    gap: 40px;

} */

/* .sketches-grid {
    display: grid;
    gap: 40px;
} */

.project-details-bold-header {
    background-color: white;
    padding: 1em;
    margin-top: -21px;

    /* height: clamp(44px, 4vw, 94px); */
    display: flex;
    align-items: center;
}

/* .project-details-section-header {
        padding: 5px;
    }
}

/* .project-details-bold-header {
    height: 50px;
    background-color: white;
    margin-top: -21px;
    margin-bottom: 21px;
    display: flex;
    align-items:center;
    
} */

.process-section-subtitles {
    background-color: #E47CB0;
    margin-top: -21px;
    margin-bottom: 20px;
    padding: 2em;
    /* height: clamp(25px, 2vw, 65px); */


}

/* Case Study 2 */

.colgate-title {
    background-color: #ab296a;
    height: 150px;
    justify-content: center;
    display: grid;
    place-items: center;
    min-height: 145px;
}

.colgate-background-info {
    padding-top: 22px;
    padding-bottom: 22px;
}

.colgate-logo-image {
    display: flex;
    align-items: center;
    padding: 10px;
}

.creative-brief-caption {
    padding-top: 10px;
}

.sketches-caption {
    padding-top: 10px;
}



.img-fluid.m-bottom {
    margin-bottom: 4em;
}