The issue I am facing is that the menu bar does not resize properly when the browser window size is less than 900px. This results in the bar being too wide, some content going off the screen, and a horizontal scrollbar appearing.
I have been trying to troubleshoot this menu bar for two days now without success. I have exhausted all possible solutions that came to my mind.
I suspect that the error lies within the
@media screen and (min-width:900px)
Here is a link to a pen with all the code as it was too much to paste here