$(window).scroll(function () {
if ($(window).scrollTop() > 1000) { $('#main-nav').css('top', $(window).scrollTop()) - 225; }
} );