Hi @rsheppard83, there are errors in your CSS that affect how your page displays.
Put your project into a pen. Codepen provides a validator for CSS. Click on the down arrow in the upper right and then click on the ‘Analyze’ link.
I did run it through the W3 validator and it passed.
Code pen is flagging up scroll-margin-top which seems to be written correctly and is working in live view. I don’t think IE supports it but it doesn’t support codepen either.
I’m using it to adjust the anchors because of the fixed header so not sure if there is a better practice for that.