body {
    color: #F2F3E7;
    background: #162D1F;
}
a {
    color: #F2F3E7;
    text-decoration: none;
}
#intro.grid {
    margin: 0;
    padding: 0;
}
.contactDetails {
    padding-top: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #F2F3E7;
}
.contactDetails a {
    margin: 0 6px;
}
.contactDetails a:first-of-type {
    margin-left: 0;
}
#linkedin {
    background-image: url("../images/icon-linkedin.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
}
#headshot.columnImg {
    grid-column: 1 / 13;
    margin: 0;
    background-image: url("../images/home-headshot-mobile.png");
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    grid-column: 1 / 13;
}
#headshot img {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
#introCopy {
    grid-column: 1 / 13;
    margin: 16px;
}
#introCopy a {
    color: #bec473;
    transition: all 500ms ease;
}
#introCopy a:hover {
    color: #d4efae;
}
.rowCont.csSummary {
    margin: 0 auto;
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-height: 400px;
    overflow: hidden;
    background-color: #D0D2C6;
    background: linear-gradient(0deg, #B9BDB2 0%, #D0D2C6 24%);
}
.csSummary .bodyContent {
    grid-row: 1;
    margin: 32px 0;
    cursor: pointer;
}
.csSummary .bodyContent a {
    color: #0D1B13;
}
.csSummary .bodyContent p:first-of-type {
    margin-bottom: 2px;
}
.csSummary .bodyContent h2 {
    margin: 0 0 16px 0;
}
.csSummary .csLink {
    display: flex;
    align-items: center;
    gap: 5px;
}
#arrowRight {
    background-image: url("../images/icon-arrow-right.svg");
    width: 20px;
    height: 14px;
    transition: all 500ms ease;
    position: relative;
    left: 0;
}
.csSummary .bodyContent:hover #arrowRight {
    left: 4px;
}
.csSummary .column {
    grid-column: 7 / 13;
    grid-row: 1;
    margin-left: 16px;
    position: relative;
}
.csSummary img {
    position: absolute;
    width: 100%;
}

@media (max-width: 478px) {
    .rowCont.csSummary {
        grid-template-rows: auto 210px;
        max-height: none;
        padding: 48px 0 0;
    }
    .csSummary .bodyContent {
        grid-column: 1 / 13;
        grid-row: 1;
        margin: 0 16px 32px;
    }
    .csSummary .column {
        grid-column: 1 / 13;
        grid-row: 2;
        margin-left: 0;
        overflow: hidden;
    }
    .csSummary img {
        width: 125%;
        max-width: none;
        left: 8%;
        top: 0;
    }
}

@media (min-width: 479px) {
    .csSummary .bodyContent {
        grid-column: 1 / span 6;
        margin: 0 16px;
    }
}
@media (min-width: 767px) {
    #intro.grid {
        margin: 64px auto;
    }
    #headshot.columnImg {
        grid-column: 1 / 6;
        margin-left: 16px;
    }
    #headshot img {
        display: inline;
    }
    #introCopy {
        grid-column: 6 / 13;
    }
}
@media (min-width: 959px) {
    #headshot.columnImg {
        grid-column: 2 / 5;
        margin-left: 0;
    }
    #introCopy {
        grid-column: 5 / 12;
        margin-right: 0;
    }
    #introCopy {
        margin-left: 32px;
    }
    .csSummary .bodyContent {
        grid-column: 2 / span 5;
        margin: 32px 0;
    }
}
@media (min-width: 1279px) {
    #headshot.columnImg {
        grid-column: 3 / 6;
    }
    #introCopy {
        grid-column: 6 / 11;
    }
    .csSummary .bodyContent {
        grid-column: 3 / span 4;
    }
}
@media (max-width: 766px) {
    .rowCont.csSummary {
        grid-template-rows: auto 240px;
        max-height: none;
        padding: 48px 0 0;
    }
    .csSummary .bodyContent {
        grid-column: 1 / 13;
        grid-row: 1;
        margin: 0 16px 32px;
    }
    .csSummary .column {
        grid-column: 1 / 13;
        grid-row: 2;
        margin-left: 0;
        overflow: hidden;
    }
    .csSummary img {
        width: 120%;
        max-width: none;
        left: 10%;
        top: 0;
    }
}

@media (max-width: 478px) {
    .rowCont.csSummary {
        grid-template-rows: auto 210px;
    }
    .csSummary img {
        width: 125%;
        left: 8%;
    }
}
