in js/scripts.js [57:60]
$('.s-logo').click(function(){ $('html, body').animate({ scrollTop: 0 }, 1000); return false; });