/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2024 | 12:43:12 */
body:not(#__) nav .logo-box img {
    width: 101px ;
    padding: 10px 0 ;
}

.site-footer__bottom {
	display: none;
}

.copyright a {
	color: var(--secundair);
	transition: 100ms ease-in-out;
}

.copyright a:hover {
	color: var(--primair);
}

.webr-separator-shape {
	filter: invert(14%) sepia(0%) saturate(23%) hue-rotate(136deg) brightness(101%) contrast(85%);
}