@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");
}
.river{
	width: 368px;
	height: 450px;
	position: absolute;
	left: 285px;
	top: 318px;
	background-image: url("../img/RiverFlow.gif");
}
.stars{
	width: 648px;
	height: 288px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../img/Stars_Twinkle.gif");
}
.bkgrndtrees{
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../img/Background_Trees.png");
}
.grass{
	width: 1024px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 628px;
	background-image: url("../img/Grass_Foreground.png");
}
.hive{
	width: 425px;
	height: 768px;
	position: absolute;
	left: 599px;
	top: 0px;
	background-image: url("../img/TreeHive.png");
}
.hive:hover{
	background-image: url("../img/TreeHive_Hover.png");
}
.log{
	width: 625px;
	height: 276px;
	position: absolute;
	left: 0px;
	top: 458px;
	background-image: url("../img/Log.png");
}
.log:hover{
	background-image: url("../img/Log_Hover.png");
}
.bush{
	width: 171px;
	height: 154px;
	position: absolute;
	left: 130px;
	top: 420px;
	background-image: url("../img/Bush.png");
}
.bush:hover{
	background-image: url("../img/Bush_Hover.png");
}
a{
	padding:75px;
	margin-top: 25em;
	font-family: 'Josefin Slab', serif;
	font-weight: 800;
	font-size: 2em;
	line-height: 1.5em;
	color:rgba(8,39,62,1.00);
	text-decoration: none;
}
a:hover{
	color:rgba(12,162,0,1.00);
}
.frost{
	width: 924px;
	height: 668;
	background-color: rgba(255,255,255,.60);
	margin: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 5em;
}
.bkgrnd_bush{
	width: 1024px;
	height: 768px;
	background-image: url("../img/The_Bush.png");
	overflow: auto;
}
.bkgrnd_log{
	width: 1024px;
	height: 768px;
	background-image: url("../img/The_Log.png");
	overflow: auto;
}
.bkgrnd_hive{
	width: 1024px;
	height: 768px;
	background-image: url("../img/The_Hive.png");
	overflow: auto;
}