@charset "utf-8";
/* CSS Document */

/*
background-image: url("bacgroundDayleneJane.gif");
background-position: center;
*/

.hero-image {
	background-image: url(backgroundDayleneJane.gif);


url("background2DayleneJane.gif"); /* The image used */
	background-color: #7BD2F0; /* Used if the image is unavailable */
	height: 800px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	position: relative;
	width: auto;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: large;
}
.style3 {color: #286D9F}
.style4 {
	font-size: xx-large
}

.O {
color:black;
font-size:149%;
}
.style5 {font-size: medium}
.style6 {color: black}
.style7 {
	font-size: large;
	font-style: italic;
}
