The nav links should be sending the browser to the top of a section that has the ID Div tag (or what might be called an anchor). Instead it lands below the start of the container by approximately 230 pixels. This happens with each of the nav links.
Looking at the source code, I can see the HREF and ID codes seem to be in the correct location and they match. I thought perhaps some of the positional options for display could be an issue, but at that top container and the section below everything is set to zero or auto. What am I missing? (Besides a clue.)
» Link: href=“#We-Are”
» ID: div class=“w-section we-are” id=“We-Are”
The link will move you down to the element with the ID you Sent. That element will be positioned at the top of the browser window. In your case your fixed header is covering that element.