/* Change Menu Font Family, Size, and Weight */
#masthead .main-navigation ul li a {
    font-family: "helvetica neue", sans-serif; /* Replace with your font */
    font-size: 16px; /* Adjust size */
    font-weight: normal; /* Set weight (e.g., normal, bold, 700) */
    text-transform: uppercase; /* Optional: Make text uppercase */
}.slick-dots {
    display: none !important;
}