/*
| Css PersoKdo
*/

#navbar .nav-link {
  color: white;
}

/* --- Footer 01 --- */

footer.footer_01 {
  padding: 25px 0;
  text-align: center;
  background-color: black;
  color: white;
}

footer.footer_01 p {
  font-size: 12px;
  margin: 0;
}

footer.footer_01 ul {
  margin-bottom: 0;
}

footer.footer_01 ul li a {
  font-size: 12px;
  color: var(--whiteOpacity);
}

footer.footer_01 ul li a:hover, footer.footer_01 ul li a:focus, footer.footer_01 ul li a:active, footer.footer_01 ul li a.active {
  text-decoration: none;
}


.viewerFooter p.copyr {
  margin: 0;
  padding: 1rem;
  text-align: center;
}

