$(function(){
$('.firstelem').nuvutype({
    //nuvutype settings  *must include these settings for it to work
   'colorhigh' : '#fff', /*stobelight effect color - each option hits this color before their color#to option -
   should be set to white or black for strobe effect */
   'color1to' : '#ff3366',//color option1 fade in color
   'color1base' : '#ADB7B9', //color option1 fade out color - end color
   'color2to' : '#b505f6', //color option2 fade in color
   'color2base' : '#ADB7B9',  //color option2 fade out color - end color
   'color3to' : '#02fb42',//color option3 fade in color
   'color3base' : '#ADB7B9', //color option2 fade out color - end color
   'color4to' : '#02cffb', //color option4 fade in color
   'color4base' : '#ADB7B9', //color option4 fade out color - end color
   'colors' : '4', //how many color options to include - 1 to 4
   'delay' : 500,  // how many millsecs to delay the type animation
   'typespeed' : 10, //how fast to animate type
   'easing' : 'linear',// easing - optional - * no noticable difference in appearance
   'fontsizeto' : '32px', //font-size to grow or shrink when animated
   'trigger' : 'false', //sets if triggered by .nlink or autoload animations
   'splittype' : '' //on what char must we split, use '' for every char in the text (default = ' ' [space])
  });
});
