It seems fine to me, I can’t see the picture that you have on your screenshot though.
I sometimes had extra margin exactely like you, filled with background color of the body when some of my div’s width / float property were not set properly.
No men, it’s the page rename it as “Home”. Sorry about the confusion is here. Anyway it’s the same as the parallax effect illustration as the first image I’ve uploaded.
Hi @niccolomiranda it looks like your body element is set to overflow: hidden which is causing the odd behavior:
Also your Hero Section is set to 2500px tall, maybe try setting it to 100vh to cover the full viewport height instead:
You may also want to consider changing your scroll interaction for the navbar to be set to a page scroll interaction to make the nav come down when you scroll up, and go up when you scroll down with a “Page Scroll” interaction instead of an active scroll animation: