$(function(){$(".scroll-link").on("click",function(t){var o=$(this);$("html, body").stop().animate({scrollTop:$(o.attr("href")).offset().top-90},1e3),t.preventDefault()})});