Subscribe to our mailing list for insider news, product launches, and more.
Choosing a selection results in a full page refresh.
Opens in a new window.
/* Make navigation menu bold and larger */
.site-nav__link {
font-size: 18px; /* Adjust this value to make it larger */
font-weight: bold; /* This makes the menu bold */
}