/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 17:14:13 */
/* Link styling */ 

.footer-link a{
	text-decoration: underline;
/* 	background-color: var(--light-blue); */
	
	color: var(--light-brown);
}
.footer-link a:hover{
	
text-decoration: none;
	color: var(--dark-brown);
}
.footer-social-link  > span > svg:hover{
	background-color: var(--light-blue);
	color: var(--dark-blue);
}