Let's Get Going!
We'll contact you as soon as possible to schedule a consultation.
jQuery(function() { //caches a jQuery object containing the header element jQuery(window).scroll(function() { var scroll = jQuery(window).scrollTop(); if (scroll >= 300) { jQuery('body').addClass("scroll"); } else { jQuery('body').removeClass("scroll"); } }); });
We'll contact you as soon as possible to schedule a consultation.