/*
 * *****************************************************************************
 * Stephanie Kayne Website
 *
 * /style/home.css - Home Page Styles
 *
 * Assumes: site.css
 * *****************************************************************************
 */

div#intro {
  background-image: url("/image/quill_and_paper_sketch.png");
  background-position: right;
  background-repeat: no-repeat;
}

div#intro h1 {
  background-color: none;
}
