body {
    font-size: 1rem;
}

#accessibility {
    background-color: #fff000;
    color: #336633;
}
#accessibility h1, #accessibility h2, #accessibility h3, #accessibility h4, #accessibility h5, #accessibility h6 {
    color: #336633;
}
#accessibility .accessibility svg circle {
    fill: #336633;
}
#accessibility .accessibility svg path {
    fill: #fff000;
}
#accessibility .logo {
    background-color: #fff000;
}
@media screen and (max-width: 576px) {
    #accessibility .logo svg {
        max-width: 120px;
    }
}
#accessibility .logo svg path {
    stroke: #336633;
}
#accessibility .card {
    background-color: #336633;
    transition: 0.5s;
}
#accessibility .card:hover {
    background-color: #4d994d;
    transition: 0.5s;
}
#accessibility .card a.nav-link {
    color: #fff000;
}
#accessibility .card.active {
    background-color: #448844;
}

#accordion .card {
    background-color: #fff000;
}
#accordion .card:hover {
    background-color: #fff000;
}
#accordion button.btn.btn-link {
    color: #336633;
}

#footer {
    background-color: #fff000;
    color: #336633;
}
#footer .logo {
    max-width: 150px;
    margin: auto;
}
#footer .logo svg {
    fill: #336633;
    stroke: #336633;
    stroke-miterlimit: 10;
    stroke-width: 5px;
}
#footer a {
    color: #336633;
    font-size: 1.1rem;
    transition: 0.5s;
}
#footer a:hover {
    color: grey;
    transition: 0.5s;
    text-decoration: none;
}
#footer .wai-aaa {
    display: block;
}

#btn-top {
    background-color: #336633;
}
#btn-top svg {
    fill: #fff000;
}

#accessPanel .panel .colors .yellow {
    border: 1px solid #336633;
}
#accessPanel button.btn.btn-primary {
    background: #fff000;
    transition: 0.5s;
    border-color: #fff000;
}
#accessPanel button.btn.btn-primary:hover {
    background-color: #b3a800;
    transition: 0.5s;
}
#accessPanel .buttons {
    display: flex;
    margin: 1rem 0;
}
#accessPanel .buttons .font-btn {
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 5px;
    border: 1px solid #336633;
    background: #fff000;
    color: #336633;
    text-align: center;
    margin-right: 5px;
    transition: 0.5s;
}
#accessPanel .buttons .font-btn:hover {
    background-color: #b3a800;
    transition: 0.5s;
    cursor: pointer;
}

#burger {
    display: none;
}

/*# sourceMappingURL=access2.css.map */