footer {
  background: var(--green-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px;
  color: rgba(255, 255, 255, 0.75);
  

}

footer .brand-name {
  color: white;
}

footer .brand-tag {
  color: rgba(255, 255, 255, 0.5);
}

footer .footer-nav a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.88rem;
  margin: 0 12px;
  transition: color 0.2s;
}

footer .footer-nav a:hover {
  color: white;
}

footer .social-icons a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
  margin-left: 14px;
  transition: color 0.2s;
}

footer .social-icons a:hover {
  color: white;
}

footer .copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    /* margin-top: 24px; */
    padding-top: 18px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    padding-bottom: 20px !important;
}
}
