');
$("html, body").animate({ scrollTop: 0 }, "slow");
$("html, body").addClass('noscroll');
});
});
jQuery(document).ready(function($) {
$('#custom-overlay, .closeOverlay').on('click', function(){
$('#custom-overlay').html('');
$("html, body").removeClass('noscroll');
$( "html, body" ).scrollTop( 300 );
});
});