.innerContainer.noPad {
    padding: 0 100px;
    display: flex; /* removes gap at bottom of cover image */
    flex-direction: column;
    justify-items: baseline;
}
h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    color: var(--mainText);
    margin: 0;
    padding-left: 0;
    padding-right: 5px;
}
h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: hsl(from var(--bgColor) h s calc(l - 80));
}
p.bornHeader {
    padding-bottom: 20px;
    margin-top: 3px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bcbcbc;
}
.returnFamilyBTN {
    margin-top: 50px;
    text-align: center;
}
.returnFamilyBTN > a:link, .returnFamilyBTN > a:visited {
    padding: 7px 10px;
    color: var(--bgColor);
    text-decoration: none;
    border: 1px solid hsl(from var(--bgColor) h s calc(l - 40));
    border-radius: 7px;
    margin-top: 50px;
}
.returnFamilyBTN > a:hover {
    background-color: var(--accent);
    color: var(--white);
    border: 0;
}
@media (max-width: 600px) {
    /*.maskHead {*/
    /*    grid-template-rows: 1fr 1fr;*/
    /*}*/
}

 