Build a Product Landing Page: Images show over the nav bar

When I scroll down, all of my elements appear underneath my fixed nav bar. How do I make it so my images can to?

https://codepen.io/greevesh/pen/XBaJyY

just give your #nav-bar a higher z-index like z-index: 999;