I've tried about 6-7 different methods for centering this text vertically so it remains responsive and in the center of the div.
here is a fiddle: http://jsfiddle.net/p2NLK/
I've tried using positioning such as
margin-top: 40%;
or
margin-top: 20em;
to the h1 element to push the text down but its not fluid at all and breaks a lot.