$(document).on('dom:loaded', function () {
  $('nav').appear({duration: 1.0, delay: 2.0});
});

