// Custom JS to make the site look pretty while ITS shrinks and expands the window with the menu open const NAV_ELEMENT_ID_STRING = 'headerGlobalNavbar'; // ID built into the site's HMTL const NAVBAR_COLLAPSE_ID = 'headerGlobalNavbarContent'; // ID built into the sites' HTML const GLOBAL_NAVIGATION_ITEMS = 'navGlobalBottom'; // ID built into the site's HMTL const NAVBAR_ELEMENT = document.getElementById(NAV_ELEMENT_ID_STRING); // The