$('.site-name').on('click', function(){
    $('html, body').animate({
      scrollTop: $(".pure-g.banner").offset().top
    }, 1000);
  });