$("a.lead-link").bind("click", function(e) {e.preventDefault();$("html,body").animate({scrollTop: $(this.hash).offset().top - 60}, 1500);});