.portfolio {
    display: grid;
    width: 100%;
    height: 100%;
    z-index: 1;
    order: 2;
    overflow: hidden;
    justify-content: center;
    align-content: space-between;
}

    .portfolioHead {
        display: grid;
        width: 100%;
        padding: 20px 0px;
        align-content: center;
        justify-content: center;
    }

        .portfolioHead h1 {
            justify-self: center;
            font-size: 48px;
            color: #1a1a1d;
            font-weight: bold;
            text-shadow: 3px 3px 0 #d6d5e2;
        }

        .portfolioHead h3 {
            justify-self: center;
            color: #1a1a1d;
            font-size: 24px;
            width: 100%;
            font-weight: lighter;
        }

    .portfolioBody {
        padding: 20px 0px;
        display: grid;
        overflow: hidden;
        height: 100%;
        width: 100%;        
    }