I am currently working with Bootstrap's framework specifically for the navigation bar. My client's website has a complex menu with multiple dropdowns, so utilizing Bootstrap seemed like the most efficient approach. However, when I attempted to download only the necessary CSS/JS/jquery components following tutorials from Stack Overflow, I noticed that some of the CSS styles were not being applied. Even though the JS functionality was functioning correctly, the navigation links (with classes like nav-link and nav-item) lacked the proper styles, resulting in a broken layout. It appears that there is something crucial that I may have overlooked. My suspicion is that it could be related to compatibility issues between alpha and beta versions of Bootstrap, but I cannot be certain. Any guidance on this matter would be greatly appreciated as I am hesitant to overwrite all of Bootstrap's default styles just for the navigation bar.
edit: I have included screenshots to demonstrate my efforts in troubleshooting the issue before seeking assistance here. Despite having more than a year of coding experience, this problem has stumped me, prompting me to post a question. Apologies for the delayed addition of screenshots.
Screenshot showing the perfectly functioning navbar using the Bootstrap CDN