jQuery("document").ready(function($){ var nav = $('#_the_logo'); $(window).scroll(function () { if ($(this).scrollTop() > 125) { nav.addClass('logo-fade'); } else { nav.removeClass('logo-fade'); } }); });

Gallery

Project photo's, companies we've worked with and more...