/*Jenn Parker 
Feb. 18, 2016
Personal Website style sheet*/
/* Body Style*/
body {
  background-color: green;
  font-family: "Lucinda_Handwriting", cursive;
  background-image: url(images/homework_page_image1.jpg);
  background-repeat: repeat-x repeat-y;
  background-color: green;
  background-attachment: fixed;
  background-position: center center;
  color: lime; }

.centered {
  position: absolute;
  float: left;
  top: 30%;
  left: 30%;
  margin-top: -30px;
  margin-left: -100px; }

.left {
  float: left; }

/* Heading Styles */
h1 {
  text-align: center;
  font-size: 225%;
  text-shadow: 5px 3px #006600;
  text-align: center; }

li {
  list-style-type: none;
  width: auto;
  margin-top: 20%;
  box-shadow: 5px 5px #006600;
  text-shadow: 3px 2px #006600;
  background: #13ec13 0 50%;
  text-align: left;
  -webkit-border-radius: 17%;
  -moz-border-radius: 17%;
  border-radius: 17%;
  height: 2em;
  -webkit-transition: height 2s, -webkit-transform 2s;
  transition: height 2s, transform 2s; }

.left {
  text-indent: 1.5em;
  width: 31%;
  opacity: 0.9; }

h4 {
  text-indent: 1in; }

h5 {
  text-indent: 1in; }

a {
  color: yellow;
  text-transform: none; }

li:hover {
  background-color: #006600;
  height: 3em;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.shadow {
  height: 12%;
  width: 80%;
  box-shadow: none;
  transition: box-shadow 5s; }

.shadow:hover {
  box-shadow: 20px 25px 15px 25px #00ffff; }

/*# sourceMappingURL=homepage.css.map */
