jQuery(document).ready(function(){  

  // sIFR
  $.sifr({
    path: '/js/',
    font: 'bellgothic',
    textAlign: 'left'
  });  
  $('h1').sifr({
    hover: '#C7C87D',
    textAlign: 'center'    
  });
  // $('h2').sifr({
  //   color: '#9c6b0c',
  // });
  $('h3').sifr({
    color: '#C7C87D'
  });

});

