/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 15:35:43 */
a:hover, a:focus {
text-decoration:none !important;
}

:where(.wp-site-blocks :focus) {
  outline: none !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover, .wp-block-navigation .wp-block-navigation-item a:focus {
  color: #014932;
}


@media screen and (max-width:600px) {
	.main-menu {
		justify-content: space-between !important;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:1000px) {
	.main-menu {
		justify-content: center !important;
	}
}
