Take a look at the background feature here:
The background is properly applied to the body element with correct sizing. However, when viewing it on this page:
It appears stretched and distorted. I compared the CSS for both pages using the inspector tool and they seem identical:
body {
background-image: url('images/aching-soul-background-2.jpg');
color: #4a2f1f;
background-size: cover;
}
I'm unsure of what could be causing this issue. Any insights or suggestions would be greatly appreciated.