How can I fix navbar overlapping content?

Here is what I have done: https://codepen.io/AkronFrost/pen/KKMjYvP

Hello @akronfrost,

The first thing that came to my mind is to give a top margin to features section (id: features).

#features {
    margin: 30px auto auto auto;
}

Maybe there are better and elegant ways to fix this.

Thanks.

Thanks, but did not fix it. Looks like the container has to start after the navbar. We keep trying. Cheers

You could give the #header a padding-top to make it higher.