h2.home-title {
    color: #b01e3d;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-style: solid;
    border-width: 1px 0;
    border-color: #8c8e8f;
    border-radius: 0 0 0 0;
}


h2.home-title-blue {
    color: #005A95;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-style: solid;
    border-width: 1px 0;
    border-color: #8c8e8f;
    border-radius: 0 0 0 0;
}

#home-highlight {
    background-image: url(/img/alexis-ochoa-lawsuit.jpg);
    background-size: cover;
    min-height: 100vh;
}

#home-highlight h2 {
    font-size: 3em;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    color: #b01e3d;
    background-color: grey;
    padding: 5px;
    margin-bottom: 1em;
}

#home-cards {
    min-height: 100vh;
    background-color: #b01e3d;
}

#home-yt {
    background-color: #005A95;
}

#home-book {
    background-color: #767676;
}
