/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 19:22:44 */
#breadcrumbs {
    padding-top: 40px; /* Adjust the value as needed */
	color: white;
	font-weight: bold;
}
/* Targeting the main navigation menu with class .main-nav */
.main-nav a {
    font-weight: bold; /* Makes the menu text bold */
    color: white; /* Sets the text color to white */
}
