/* Footer Styles */

.footer-copyright a {
	color: var(--color-primary);
  font-size: 12px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: var(--color-accent);
	text-decoration: underline;
  font-size: 12px;
}