/**
 * @file
 * Footer Styling.
 */
.site-footer {
  --tw-textcolor: #ffffff;
  margin-top: 50px;
}
.site-footer .block {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.menu--footer a.nav-link::after {
  background-color: var(--tw-textcolor) !important;
}
.site-footer .content {
  font-size: 1em;
}

.site-footer__top .content a, 
.site-footer__top .content a.is-active,
.site-footer__top .content p,
.site-footer__top .content li,
.site-footer__top .content h1,
.site-footer__top .content h2,
.site-footer__top .content h3,
.site-footer__top .content h4,
.site-footer__top .content h5,
.site-footer__top .content h6,
.site-footer__top a.nav-link,
.site-footer__top a.navbar-brand {
  color: var(--tw-textcolor);
  text-decoration: none;
}

/* Footer Top Styling. */
.site-footer__top h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
.site-footer__top .content li a {
  border-color: none;
}

.site-footer__top .content li a:hover,
.site-footer__top .content li a:focus {
  background-color: transparent;
}
