I\'ve got a very strange bug in chrome recently that is when you load the page first time, or in incognito mode that none of the background images show.
when you the
First of all, fix these:
backg1round-color: #c7dfe3; backg1round-color: rgba(255,255,255,0.67);
If images is a subfolder then use
url('images/logo-bg2.jpg');
instead of
url('/images/logo-bg2.jpg');
in main.css