#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: #f8f8f8;
    padding-top: 1em;
    padding-bottom: 1em;
}

blockquote a {
    color: #145223;
}

#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;
}

a { font-weight: bold; }

#tcpports,
#udpports {
    font-weight: bold;
}

/* added 2022-12-13 to support Nitro */
.col-body {
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 1rem;
    padding-right: 0;
}

.col-side-l {
    flex: 0 0 305px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 305px;
}

#article-include-1 {
    min-height: 280px;
    text-align: left !important;
    margin-bottom: 2rem;
}

#article-include-2 {
    min-height: 280px;
    text-align: left !important;
    margin-bottom: 2rem;
}

#article-include-3 {
    min-height: 280px;
    text-align: left !important;
    margin-bottom: 2rem;
}

#article-include-4 {
    min-height: 280px;
    text-align: left !important;
    margin-bottom: 2rem;
}

#article-include-2-mobile {
    margin-bottom: 2rem;
}

#wide-wrapper-1 {
    /* min-width: 970px; */
    max-width: 970px;
    margin: 0;
    padding: 0;
    text-align: left !important;
}

#wide-wrapper-2 {
    /* min-width: 970px; */
    max-width: 970px;
    margin: 0;
    padding: 0;
    text-align: left !important;
}

#video-wrapper-1 {
    min-width: 600px;
    max-width: 600px;
    min-height: 400 px;
    margin-bottom: 2rem;
}


#table-of-contents {
    background-color: var(--light-gray-f8);
    width: 50%;
    min-width: 300px;
}

#table-of-contents a {
    color: #145223;
}

#table-of-contents .no-bullet {
    list-style: none;
}
