My page seems skewed to the right, how might I fix this?

My portfolio page is skewed to the right and I have my nav bar set to a 100% width and yet there is space to the left of it. Would anyone mind taking a look at the code and seeing what is causing this? Thank you in advance!

Also, when scrolling down, the pictures, text, and text bars go in front of the nav bar. Anything to be found about that will be a major help as well!

Try moving your navbar out of the .container-fluid as it’s starting at the left side of that rather than the page. If you want to move the links inline with the content, then place a .container inside the nav element (around the links)