/* Minification failed. Returning unminified contents.
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-heading-color'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {

    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}


.jumbotron {   
    background-color: #fff ;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;       
    }
    .body-content {
        padding: 0;
    }
}

img {
    max-width: 100vw;
}

video {
    width: 100%;
}






.bd-content .h1, .bd-content .h2, .bd-content .h3, .bd-content .h4, .bd-content .h5, .bd-content .h6,
.bd-content h1, .bd-content h2, .bd-conten t h3, .bd-content h4, .bd-content h5, .bd-content h6
#tinymce .h1, #tinymce .h2, #tinymce .h3, #tinymce .h4, #tinymce .h5, #tinymce .h6,
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

    .bd-content .h1, .bd-content h1,
    #tinymce .h1, #tinymce h1 {
        font-size: calc(1.275rem + .3vw)
    }
@media (min-width: 1200px) {
    .bd-content .h1, .bd-content h1,
    #tinymce .h1, #tinymce  h1
    {
        font-size: 1.5rem
    }
}

.bd-content .h2, .bd-content h2,
#tinymce .h2, #tinymce h2 
{
    font-size: 1.25rem
}


.bd-content .h3, .bd-content h3,
#tinymce .h3, #tinymce h3 {
    font-size: 1.05rem
}



.bd-content .h4, .bd-content h4,
#tinymce .h4, #tinymce h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .bd-content .h4, .bd-content h4,
    #tinymce .h4, #tinymce h4 {
        font-size: 1.5rem
    }
}

.bd-content .h5, .bd-content h5,
#tinymce .h5, #tinymce h5 {
    font-size: 1.25rem
}

.bd-content .h6, .bd-content h6,
#tinymce .h6, #tinymce h6 {
    font-size: 1.05rem
}
