.portfolioTopFrame {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin: 50px 0;
    padding: 0;
}

.introduction {
    height: auto;
    width: 60%;
}

.introductionTop {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 25px 0;
}

.introduction p, .portfolioCopy p {
    text-align: justify;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
}










.portfolioSection {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: auto;
}
.glitsAndGlam, .beforeAndAfter {
    background-color: #2D2F30;
}
.clientLogos {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.portfolioSection h1 {
    font-size: 85px;
    padding: 25px 0 0 20px;
    color: #787977;
}

.portfolioThirds {
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: space-between;
}
.portfolioThird {
    display: flex;
    width: 30vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.clientColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.clients h1 {
    color: #CACACA;
    border: solid #CACACA 1px;
    font-size: 24px;
    margin: 50px 20px 20px 20px;
    padding: 20px;
    text-align: center;
    height: auto;
    width: auto;
}

/*Default starting settings*/
.portfolioSection img {
    width: 80%;
    position: relative;
    margin: 20px 0;
}

.portfolioSection .smaller {
    width: 60%;
}

.clientLogos img {
    display: block;
    width: 60%;
    height: auto;
}


.scarabGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.scarabGroup img {
    width: 30%;
}






.beforeAndAfter {
    padding-bottom: 150px;
}

.beforeAndAfterLowerFrame {
    display: flex;
    flex-direction: row;
}

.portfolioCopy, .beforeAndAfterImages {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 20px 40px;
}

.portfolioCopy {
    margin-top: 55px;
}

.portfolioCopy p {
    color: #FEFFFF;
}

.beforeAnddAfterTitles {
    display: flex;
    align-items: flex-end;
    height: 50px;
    margin-bottom: 10px;
}

.beforeAndAfterImages h2 {
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #A0C5CA;
}

.overline {
    margin-top: 50px;
    border-top: solid 1px #787977;
}

.beforeAndAfterImages img {
    margin: 0;
    width: 100%;
}





@media only screen and (max-width: 900px) {
    .beforeAndAfterLowerFrame {
        flex-direction: column;
    }
    
    .portfolioCopy, .beforeAndAfterImages {
        width: 90%;
        margin: 0 auto;
    }
}
















