$('a#mobile-nav').click(function(e) {
       e.preventDefault();
       $('.mobile-primary').toggleClass("open");
     });