Title doesnt fit on mobile

When the theme drops down to mobile size, the title doesnt fit in the header where its supposed to go, as you can see at muslimcemeteryliveoak.com

I understand that it has to go to two lines, but there is still enough space for the title and it drops out of the header.

Thanks for your support,
Race

Try adding this to Theme Options - Other - Custom CSS and let me know if this works for you

@media (max-width: 767px) { 
    .navbar-brand {
        font-size: 12px !important;
    }
}