Previous
Previous
July 20
Honda Celebration of Lights
Next
Next
August 3
/* Menu button hover effect */ .header-nav-item a:hover { background-color: #303030; color: #fff !important; transition: all 0.3s ease; border-radius: 4px; padding: 6px 12px; text-decoration: none; /* Remove underline if you don't want it */ }