The main menu "social contact" button menu didn't match. It was kind of jarring.
Also on the main page is the "scroll down for more". I made that a button that when you clicks automatically scrolls you down. I also made it match the styling a little bit.
As part of two I built in a feature that whenever you add an <a class="scroll-btn" href="#ID_your_scrolling_to">" it will automatically scroll down smoothly to that id element. This shouldn't have any problems with older browsers...they'll just jump to the section instead of scrolling.
Three things I did.
<a class="scroll-btn" href="#ID_your_scrolling_to">"
it will automatically scroll down smoothly to that id element. This shouldn't have any problems with older browsers...they'll just jump to the section instead of scrolling.