// FitText Call
$(window).load(function() {
$(".fittext").fitText(1.1, { minFontSize: '12px', maxFontSize: '24px' });
});

