Hi maxer7
When I inspect element on your site, I see that you're setting the main body with 'top: 54px', this css rule will push down the main body part of page and overlay the last section.
You should use 'margin-top' instead of that 'top' property like: 'margin-top: 320px;'