Created by: njbsanchez
Issue: "navbar.fixed-top" causes all other content on the site shifts off the window as if the content is not there and only shows navbar + hamburger button. This seems to continue to cause confusion in the community (https://stackoverflow.com/questions/11124777/twitter-bootstrap-navbar-fixed-top-overlapping-site)
Fix: change all "navbar.fixed-top" to "navbar.navbar-static-top" - this solution reflects the UI on the bootstrap 4 website (https://getbootstrap.com/docs/5.1/components/navbar/#offcanvas)