/*-------------------------TEXT SHADOWS--------------------------*/

$(document).ready(function(){
  $("h1").textShadow();
})


/*-------------------------BOXES--------------------------*/

$('#box_grey').corner("10px");
$('#box_grey_1').corner("10px");
$('#box_grey_2').corner("10px");
$('#box_grey_3').corner("10px");
$('#box_grey_4').corner("10px");
$('#box_grey_5').corner("10px");

$('#box_blue').corner("10px");
$('#box_white').corner("10px");

