$(document).ready(function() {
  $('.tagline').localScroll({
    hash: true,
    duration: 300
  });
});
