html { font-size: 14px; }

@media (min-width: 768px) {
    html { font-size: 16px; }
}

html {
    min-height: 100%;
    position: relative;
}

body { background-color: #FFF; }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
   font-weight: 300 !important; 
   color:#812991;
   text-transform: uppercase;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color:inherit;
    text-decoration: none;
}


h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
    text-decoration: underline;
}

a img{
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease;
}
a:hover img {
    opacity: 0.75;
}

a.lnk-rich-content 
{
    text-decoration: none;
}
a.lnk-rich-content:hover .lnk-rich-content-text
{
    text-decoration: underline;
}
.navbar-toggler { border: 0; }

.navbar-toggler:focus {
    border: 0;
    box-shadow: none;
}

.navbar-toggler svg{
    height: 40px;
    padding: 0;
    fill: #95a5af;
}

.ml-burger-nav {
    color: #999;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}


    .ml-burger-nav > li > a {
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 1.5;
        white-space: normal;
        margin: 0 0 10px;
        padding: .85em 1.15em;
        color: #a3a3a3;
        background-color: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }
.preline {
    white-space: pre-line;
}

#banner-carousel .carousel-item{
    height:540px;
    background-size: cover;
    color:#FFF;
}
.banner-section {
    background-image: url(../img/banner.webp);
    background-position: 50% 50%;
    background-size: cover;
    height: 150px;
}

.burger-white {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    height: 2em;
    width: 2em;
}

/*https://silktide.com/blog/i-thought-title-text-improved-accessibility-i-was-wrong/*/
.screen-reader-anchor-text {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}


#btn-back-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 20px;
    border-color: #000;
}

.jade{
   color: #3fa49e;
}




