.note-secondary {
    background-color: var(--mdb-secondary-bg-subtle);
    color: var(--mdb-secondary-text-emphasis);
}

.note {
    --mdb-note-padding: 10px;
    --mdb-note-border-width: 6px;
    --mdb-note-border-radius: 5px;
    --mdb-note-strong-font-weight: 600;
    padding: var(--mdb-note-padding);
    border-left: var(--mdb-note-border-width) solid;
    border-radius: var(--mdb-note-border-radius);
}

.br-card-blog {
    overflow: hidden;
    height: 200px;
    object-fit: fill;
}

.article-full-image-mod {

    height: 200px;
    object-fit: fill;

}

.article-full-image {
    margin-bottom: 4em;
}

.row.fbimages {
    margin-top: 2em;
}
/*
.br-component {
    background-image: url(/images/backgrounds/home-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.br-home-heading {
    font-family: Roboto Slab;
    font-weight: 900;
    font-size: 65px;
    line-height: 1.1em;
    color: #00194C;
}

.br-mod
{
    padding-top: 150px;
    padding-bottom: 150px;

}


.card-profile {
    margin-top: 30px;
    text-align: center;
}

.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.card .ftr {
    margin-top: 15px;
}

.br-staff h1 {

    font-family: Roboto Slab;
    font-weight: 900;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 1);

}

.br-staff h3 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.br-component
{
 /*   background: #E5E5E5 */
}


.custom-container {
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

