Hi rwilliams
Problem is due to this code in your custom.css
.logo-image .logo-img{max-height:100% !important;}
This code is increasing logo image height for all pages also different from home page and there it is covering the title
You can try to add this to your custom.css file
.t3-content {
margin-top:80px;
}
Hope it helps