$(document).ready(function() {
  $('a').addGlow({
    radius: 20,
    textColor: '#fff',
    haloColor: '#fff',
    duration: 100
  });
});

$(document).ready(function() {
  $('#footer a').addGlow({
    radius: 20,
    textColor: '#fff',
    haloColor: '#312e37',
    duration: 100
  });
});
