body {
  font-size: 1rem;
}

#accessibility {
  background-color: #09173e;
  color: white;
}
#accessibility h1, #accessibility h2, #accessibility h3, #accessibility h4, #accessibility h5, #accessibility h6 {
  color: lightgrey;
}
#accessibility .accessibility svg path {
  fill: #09173e;
}
#accessibility .logo {
  background-color: #09173e;
}
@media screen and (max-width: 576px) {
  #accessibility .logo svg {
    max-width: 120px;
  }
}
#accessibility .logo svg path {
  stroke: white;
}
#accessibility .card {
  background-color: white;
  transition: 0.5s;
}
#accessibility .card:hover {
  background-color: #133081;
  transition: 0.5s;
}
#accessibility .card:hover a.nav-link {
  color: white;
}
#accessibility .card a.nav-link {
  color: #09173e;
}
#accessibility .card.active {
  background-color: #0f286b;
}
#accessibility .card.active a.nav-link {
  color: white;
}

#accordion .card {
  background-color: #09173e;
  border-color: white;
}
#accordion .card:hover {
  background-color: #09173e;
}
#accordion button.btn.btn-link {
  color: white;
}

#footer {
  background-color: #09173e;
  color: white;
}
#footer .logo {
  max-width: 150px;
  margin: auto;
}
#footer .logo svg {
  fill: white;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
#footer a {
  color: white;
  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: #09173e;
}

#accessPanel .panel .colors .blue {
  border: 1px solid white;
}
#accessPanel button.btn.btn-primary {
  background: #09173e;
  transition: 0.5s;
  border-color: #09173e;
}
#accessPanel button.btn.btn-primary:hover {
  background-color: #133081;
  transition: 0.5s;
}
#accessPanel .buttons {
  display: flex;
  margin: 1rem 0;
}
#accessPanel .buttons .font-btn {
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid white;
  width: 4rem;
  height: 4rem;
  padding: 5px;
  background: #09173e;
  color: white;
  text-align: center;
  margin-right: 5px;
  transition: 0.5s;
}
#accessPanel .buttons .font-btn:hover {
  background-color: #133081;
  transition: 0.5s;
  cursor: pointer;
}

#burger {
  display: none;
}

/*# sourceMappingURL=access3.css.map */
