.Designer-Image {
    width: 100%;

    height: auto;
    display: block;      /* Makes margin-left effective */
    margin-left: 0;      /* Anchors image to the left */
    margin-top: 25px;
}

.Carolyn-text {
    text-align: center;
}

.Ex-Designer-Image {
    width: 100%;

    height: auto;
    display: block;      /* Makes margin-left effective */
    margin-left: 0;      /* Anchors image to the left */

    scale: 0.7;
}
.separator-row {
    display: flex;
    align-items: flex-start;


}


.separator {
    scale: 0.5;
}

.about-separator-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px; /* space between images and text */
    margin: 32px 0;
    margin-top: 25px;
}

.separator-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #695848;
    letter-spacing: 2px;
}

.Separator,
.Separator-flipped {
    height: 32px;   /* Same size */
    width: auto;
}

.Separator {
    margin-left: 10px;
}

.Separator-flipped {
    margin-right: 10px;
    transform: scaleX(-1); /* Flips horizontally */
}
/* makes the font bigger for tablets that don't arrive at 1034px wide*/
@media (min-width: 768px) {
    .Carolyn-text {
        font-size: 26px;
    }

    .Carolyn-content {
        border-top: 4px solid #695848;
    }
}

/* adds styles for desktop & large tablet screens */
@media (min-width: 1034px) {
    .Designer-Image {
        width: 50%;
        padding-top: 0;
    }

    .Carolyn-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px; /* space between image and text */
        margin-bottom: 10px;
        border-top: 0px;
    }
    
    .Carolyn-text p{
        margin: 0 100px;
        font-size: 21px;
        font-family: "roboto";
        letter-spacing: 1px;
    }

    .Carolyn-text h2 {
        font-size: 60px;
        font-weight: bold;
        color: #695848;
        margin: 0;
    }

    .Carolyn-text h3 {
        font-size: 30px;
        font-weight: normal;
        color: #695848;
        margin-bottom: 60px;
    }

    .about-separator-row {
        scale: 2;
    }


    .Ex-Designer-Image {
        width: 50%;
        padding-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .Nik-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        gap: 20px; /* space between image and text */
        margin: 20px 0;
    }
    
    .Nik-text {
        text-align: center;
    }

    .Nik-text p{
        margin: 0 100px;
        font-size: 21px;
        font-family: "roboto";
        letter-spacing: 1px;
    }

    .Nik-text h2 {
        font-size: 60px;
        font-weight: bold;
        color: #695848;
        margin: 0;
    }

    .Nik-text h3 {
        font-size: 30px;
        font-weight: normal;
        color: #695848;
        margin-bottom: 60px;
    }

}
