My navigation bar is no longer sticky, and now the text overlaps the video that should start below it.
https://github.com/shanegibney/stackoverflowStickynavbarIssue
You can also find a link to gh-pages there.
The issue lies with a video occupying the entire screen initially. Upon scrolling, a navigation bar is supposed to appear right under the video. As the user continues scrolling, the navbar is meant to stick to the top of the screen - always visible. This behavior mirrors that of a typical sticky navbar found on websites like https://www.w3schools.com/howto/howto_js_navbar_sticky.asp
Currently, the navbar is completely invisible. It was working previously, but I'm unsure what caused it to change.
Any assistance or suggestions would be greatly appreciated.
Thank you.