(function ($) {
  let SCROLLING_NAVBAR_OFFSET_TOP = 50;
  $(window).on('scroll', function () {
    let $navbar = $('.navbar');