Having an issue with the hover color of the main navigation button menu while using the official freelancer template:
https://github.com/BlackrockDigital/startbootstrap-freelancer
The main button is displayed on narrower screens and should have a hover color of #128f76, similar to the Send button in the contact form at the bottom of the page, but it currently appears as blue #0062cc.
It seems that the style responsible for this behavior is:
button.bg-primary:focus, button.bg-primary:hover
and it is not being overridden by the styles defined in the custom freelancer.css file.