:root[data-color-scheme=dark] {
    color-scheme: dark;
    --dca-light-mode: 0;
    --dca-dark-mode: 1;
    --dca-white: #2f3037 !important;
    --dca-black: #FFF;
    --dca-primary: #58D1FC;
    --dca-gray: #999;
    --dca-gray-lightest: #444;
    --dca-gray-lighter: #666;
    --dca-gray-light: #888;
    --dca-gray-darker: #aaa;
    --dca-gray-darkest: #eee;
    --dca-gray-super-lightest: #333;
    --active-brightness: 2;
    --focus-brightness: 1.5
}
.bg-ahts {
    background: #37715d;
}
.align-right {
    margin: 0 0 1em 0;
    display: block;
}
.align-left {
    margin: 0 0 1em 0;
    display: block;
}
.align-center {
    position: relative;
    margin: 0 auto 1em;
    display: block;
}
section {
    scroll-margin-top: 100px;
}
html.cms-toolbar-expanded section {
    scroll-margin-top: 146px;
}
@media (min-width: 800px) {
    .align-right {
        position: relative;
        float: right;
        margin: 0 0 1em 1em;
    }
    .align-left {
        position: relative;
        float: left;
        margin: 0 1em 1em 0;
    }
    .align-center {
        position: relative;
        margin: 0 auto 1em;
        display: block;
    }
}
.nav-link.active:not([data-bs-toggle=dropdown]) {
    pointer-events: auto;
    cursor: pointer;
}
#map {
    width: 100%;
    height: 500px;
}
div.jarallax.bg-primary div.jarallax-img {
    opacity: 0.8;
}
section.bg-primary .btn-primary {
    background: #fff;
    color: #222;
}
header.navbar,
footer.footer {
    background: url(../img/topo-ahts.png);
    border-bottom: 3px solid #448c74;
}

/*html.cms-toolbar-expanded main.page-wrapper,*/
/*html.cms-toolbar-expanded header.navbar {*/
    /*top: 46px;*/
/*}*/

html.cms-toolbar-expanded header.navbar.navbar-stuck {
    top: 46px;
}

header.navbar {
      transition: transform 1s linear;
}
header.navbar.fixed-top {
    position: relative;
}
header.navbar.navbar-stuck {
    position: fixed;
    transform: translateY(0);

}
ul.navbar-nav li a.donate {
    padding: 0.5em 1em;
}
footer.footer div.footer_contact p {
    margin: 0 0 0 1em;
}

ul.errorlist {
    list-style: none;
    padding: 0;
    margin: 2em 0 0;
    color: #dc3545;
    font-weight: bold;
}
div.register-field ul.errorlist {
    margin: 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .navbar-collapse {
    background: transparent;
    border: 0;
}

.navbar a.navbar-brand {
    padding-top: 0 !important;
    margin-top: -5px;
}

.navbar a.navbar-brand img {
    width: 100px;
    transform: rotate(-0.025turn);
}

.navbar .nav-item.has-dropdown::after {
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 992px) {
    .navbar .nav-item.has-dropdown::after {
        top: 11px;
    }
    li.nav-item.dropdown.has-dropdown {
        margin-right: 1em;
    }
}
.nav-item.dropdown:hover ul {
    display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "Merriweather";
    font-weight: 700;
}

p, ul {
    font-family: "Roboto";
    font-weight: 300;
}
body.inside-page section.page_content p {
    font-size: 1.3rem
}
body .dark-mode p, body .dark-mode ul, body .dark-mode ol, body .dark-mode span, body .dark-mode dd {
    color: #fff !important;
}

.fs-lg {
    font-family: "Roboto";
    font-weight: 300;
    /*font-size: 1.7rem !important;*/
}
h6 {
    font-family: "Roboto";
    font-weight: 300;
    color: #576071;
    font-size: 1.7rem !important;
}
.bg-primary h6,
.bg-dark h6 {
    color: #fff
}

section.heroshots div.card-body h1.display-1 {
    text-shadow: 1px 1px 1px #000;
    line-height: 0.8;
}
section.page_header h1.display-4 {
    text-shadow: 1px 1px 1px #000;
}
.heroshots .fs-lg {
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.7rem !important;
}
.heroshots .lead {
    font-weight: 400;
}
.heroshots .swiper-slide-cover {
    z-index: -100;
}

footer.footer img.logo {
    width: 10rem;
}

section.affiliates div.row div.col {
    height: 150px;
    line-height: 150px;
    margin-top: 0em;
}
section.affiliates div.row div.col img {
    vertical-align: middle;
    display: inline-block !important;
}

div.extra_notes p {
    margin: 0;
}
@media (min-width: 999px) {
    section.affiliates div.row div.col {
        height: 200px;
        line-height: 200px;
        margin-top: 4em;
    }
}

.table {
  background: #fff;
}
