(function() {
  $.domReady(function() {
    $('header h1').fitText(0.474);
    return $('.tagline').fitText(1.8);
  });
}).call(this);

