When viewing the site , I noticed that when the window is maximized (wider than approximately 1520px), the page looks fine. However, if I make the window narrower than 1520px, a horizontal scrollbar appears and my layout gets messed up (divs are cut off instead of spanning the whole width as intended). The content on the webpage is only about 1000px wide, so the horizontal scrollbar kicks in too early by about 500 pixels. I've checked the elements on the page to see if something is causing the width to extend to around 1520px, but I couldn't find anything. Any suggestions on how to fix this issue?