let target = $(this.getAttribute('href'));
if(target.length){ let offset = 150; $('html, body').animate({ scrollTop: target.offset().top - offset }, 600); } }); });