I am struggling with the background video element. When adding it to the page “Pathfinders” my nav bar does not let me click on two of the three links on the live page. I’m not quite sure why. Any help on this would be greatly appreciated.
Set the z index of your navbar to 1 to solve your problem.
Setting the Z index higher makes the navbar become click-able because the background video has the same Z index (0). Making it higher on the navbar pulls it higher than the background video and makes it clickable.
Edit: Best thing to do is set it to 100 to make it always overlap everything thats beneath it.