/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 13:43:03 */
a:hover, :hover {
    	-webkit-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;
    	transition: all 0.3s ease-out;
}

h1, h2, h3, h4, h5, h6 {margin:0;}


.fb-icon img:hover,
.instagram-icon img:hover,
.twitter-icon img:hover,
.linkedin-icon img:hover{
	
	filter: brightness(0) saturate(100%) invert(84%) sepia(98%) saturate(864%) hue-rotate(228deg) brightness(108%) contrast(92%);

}

footer {margin:0;}

.footer-menu a:hover,
.menu-container a:hover{
	color:#F5B4F1!important;
}