$(document).ready(function(){

	$(".introParagraph .introParagraph-close").click(function(){
	  $(this).parents(".introParagraph").animate({ opacity: "hide" }, "1000");
	});

});
