.author-page .splash {
    background-image: url('/wp-content/uploads/2017/08/fpo-home-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0;
    text-align: center;
    position: relative;
}

.author-page .splash::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.author-page .splash .container {
    position: relative;
    z-index: 2;
}

.author-page .splash h1 {
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.author-page .splash .title,
.author-page .splash .company {
    color: #fff;
    font-size: 1.4rem;
}

.author-page .connect a,
.author-page .author-posts a {
    color: #f5821f;
    text-decoration: none;
}

.author-page .connect a:hover,
.author-page .author-posts a:hover {
    color: #d96d0c;
    text-decoration: underline;
}