$("h1.Header").fitText(0.8);
$("h2").fitText(1.8);
$("h3").fitText(1.4);
// $("p").hide();

 $('h1').click(function() {
   $("p").show();
}); 
