Found the problem… you have a missing closing curly bracket in your style.css
h1, h2, h3, h4, h5, h6,
#equal-well nav.main-menu ul li,
.main-navigation li,
.more-link,
.table th {
font-family: 'Special Elite', cursive;
***Missing a curly bracket here for the above styling.
.lum-equal-wrap {
background-image: url('images/bkg1.jpg');
}