.hero-image {
    background-image: url("/static/img/svg/section-background-stripes2.svg");
    background-color: #006600;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

img {
    opacity: 1.0;
}

img:hover {
    opacity: 1.0;
}

.hr, hr-white {
    width: 100%;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b7d0e2;
    border: 0 none;
}


.text-gray-7001 {
    font-weight: 300;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color: #e60000;
}

p {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color: #808080;

}

td {
    font-family: "Nunito";
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color: #808080;
}


th {
    font-family: "Nunito";
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    /*color: #363d47; #363d47*/
    color: #808080;
}


.h1 {
    font-family: 'Nunito', sans-serif;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Nunito';
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color: #808080;
}

.custom-link {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /*color: #ff0080;*/
    /*color: red;*/
    color: darkgrey!important;
}

.custom-link:hover {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /*color: #ff0080;*/
    /*color: red;*/
    color: yellowgreen!important;
}

.custom-footer {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /*color: #ff0080;*/
    /*color: red;*/
    color: white!important;
}


.custom-tooltip-blue {
    --bs-tooltip-bg: var(--bs-primary);
}

.custom-tooltip-red {
    --bs-tooltip-bg: var(--bs-danger);
}

.custom-tooltip-green {
    --bs-tooltip-bg: var(--bs-success);
}