.footer-link a {
  color: rgba(255, 255, 255, 0.6) !important;   /* red at 60% */
  text-decoration: none !important;
}

.footer-link a:hover {
  color: rgba(255, 255, 255, 0.6) !important;     /* black at 60% */
  text-decoration: none !important;
}