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

.cursor_bb{
	cursor: url("../img/BumbleBee_cursor.png") auto;
}
.cursor_ff{
	cursor: url("../img/FireFly_cursor.png") auto;
}
.cursor_lb{
	cursor: url("../img/LadyBug_cursor.png") auto;
}
html{
	width: 1024px;
	height: 768px;
	background-color: rgba(128,156,174,1.00);
}
h1{
	margin-top: 2%;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	font-size: 4em;
	text-align: center;
	color:rgba(8,39,62,1.00);
	text-shadow: -.1em .1em .3em rgba(0,40,64,.25);
}
h2{
	margin-top: 1%;
	font-family: 'Sacramento', cursive;
	font-size: 3em;
	text-align: center;
	color:rgba(8,39,62,1.00);
	text-shadow: -.1em .1em .3em rgba(0,40,64,.25);
}
p{
	font-family: 'Josefin Slab', serif;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.5em;
	margin-top: .5em;
	color:rgba(8,39,62,1.00);
	padding-top: .5em;
	padding-left: 3em;
	padding-right: 3em;
}
.bkgrnd{
	width: 1024px;
	height: 768px;
	background-image: url("../img/Daytime.png");
}
.bkgrnd_night{
	width: 1024px;
	height: 768px;
	background-image: url("../img/Nighttime.png");
}
.path{
	width: 570px;
	height: 347px;
	position: absolute;
	left: 285px;
	top: 421px;
	background-image: url("../img/Path.png");
}
.stars{
	width: 949px;
	height: 236px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../img/Stars_Feathered.png");
}
.stars:hover{
	background-image: url("../img/Stars.png");
}
.forest{
	width: 339px;
	height: 434px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../img/Forest_NoOutlines.png");
}
.forest:hover{
	background-image: url("../img/Forest_With_Outlines.png");
}
.greenhouse{
	width: 335px;
	height: 338px;
	position: absolute;
	left: 690px;
	top: 395px;
	background-image: url("../img/Greenhouse_Door_Closed.png");
}
.greenhouse:hover{
	background-image: url("../img/Greenhouse_Door_Open.png");
}
.farmhouse{
	width: 588px;
	height: 238px;
	position: absolute;
	left: 420px;
	top: 205px;
	background-image: url("../img/Farmhouse_Window_Closed.png");
}
.farmhouse:hover{
	background-image: url("../img/Farmhouse_Window_Open.png");
}
a{
	padding:100px;
	cursor: url("../img/LadyBug_cursor.png")auto;
}