"use strict";

jQuery( document ).ready(function( $ ) {

	$('a').smoothScroll({
		speed: 'auto'
	});

});