#fadeawayNavbar, #fadeawayNavbarMobile {
    display: flex;
    list-style: none;
    opacity: 0;
    transition:
    opacity 0.5s;
    margin-bottom: 0;
}

#fadeawayNavbar a, #fadeawayNavbarMobile a {
    text-decoration: none;
}

.hero {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0;
    background: url("https://portforward.com/build/images/hero/hero5grey50.jpg") no-repeat center center;
    background-size: cover;
    border-top: 2px solid var(--bs-primary-light);
}

/* Source: */
/* https://stackoverflow.com/questions/37287153/how-to-get-images-in-bootstraps-card-to-be-the-same-height-width/53252725 */
/* .card-img-top {
    width: 100%;
    height: 15vw;
    min-height: 200px;
    object-fit: cover;
} */

blockquote {
    border-left: 10px solid var(--bs-primary-light);
    margin-left: 1em;
    padding-left: 1em;
    background-color: var(--bs-light);
    padding-top: 1em;
    padding-bottom: 1em;
}

#testimonials blockquote {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    background-color: var(--bs-white);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
}

#testimonials blockquote p {
    font-style: italic;
}


a, div {
    /* This prevents named anchors from scrolling under the sticky-stop navbar*/
    scroll-margin-top: 5em;
}