/*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 rgb(0, 102, 0);
	

}


h2{

}

h3{


}

li{
	list-style-type: none;
	width: 33%;
	margin-top: 3%;
	box-shadow: 5px 5px rgb(0, 102, 0);
	text-shadow: 3px 2px rgb(0, 102, 0);
	background: rgb(19, 236, 19) 0 50%;
	text-align: left;
	text-indent: 2em;
	
}
.left {
	text-indent:1.5em;
	width: 31%;
	opacity: 0.9;
}

h4{
	text-indent:1in;
}

h5{
	text-indent:1in;
}

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

}




