/*************************************
** format 1 style sheet
*************************************/
body{background-color:#faedf7;
	background-image:url("images/chanie.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	font-family:Arial,Verdana,sans-serif;
	
	}
header{margin-bottom:2em;
	background-size:cover;
	}
h1 {font-family:Georgia,"Times New Roman",serif;
	background-color:#6f4976;
	background-size:cover;
	color:#ffffff;
	font-size:4em;
	text-indent:1em;
	//line-height:em//
	margin-bottom:0;
	text-align:center;
	padding-bottom:0;
	}
nav { background-color:white;
	background-size:cover;
	font-weight:bold;
	text-align:center;
	font-size:2em;
	margin-top:0;
	margin-bottom:25px;
	}
nav a{text-decoration: none;
	color:#6f4976;
	}
main{ text-indent:2em;
	line-height:2em;
	color:#6f4976;
	text-size:2em;
	font-weight:bold;
	padding-left:9%;
	}
ul{text-indent:4em;
	}
.two{text-align: center;
	color: white;
	font-style:oblique;
	}
h2 {font-size:2em;
	font-weight:bold;
	//line-height:200%;//
	
}
footer{text-indent:2em;
	color; white;
	text-align:center;
	}	
footer a{text-decoration: none;
	color:#6f4967;
	font-weight:bold;
	text-align:center;
	text-indent:2em;

	}

#container{background-color:rgba(250, 237, 247, 75%);
	border:dashed 3px #6f4976;
	width:60%;
	margins-top:50%;
	margin-left:auto;
	margin-right:auto;
	padding-right:4%;
	padding-left:4%;
	border-radius:5% 5% 5% 5%;
	}
#pic{	background-size:100% 100%;
	background-color:rgba(249, 244, 219, 50%);
	height:100%;
	width:100%;
	}