Thank you, I did the change below and it seems to work on a normal size screen, problem is for smaller screens, so I am taking the font and additional css back out and leave it standard.
.header_title, .header_title a, .header_title a:visited, .header_title a:hover {
font-family: 'Stalemate', cursive;
font-size: 100px;
margin-top: -200px;
}
.header_desc {
font-family: 'Stalemate', cursive;
font-size: 70px;
margin-top: -55px;
}