@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/Room_Base_with_Rug_and_Table.png");
}
.window{
	width: 173px;
	height: 310px;
	position: absolute;
	left: 150px;
	top: 75px;
	background-image: url("../img/Window_Closed.png");
}
.window:hover{
	background-image: url("../img/Window_Open.png");
}
.window a{
	width: 200px;
	height: 350px;
	padding: 100px;
	position: relative;
}
.bookcase{
	width: 226px;
	height: 287px;
	position: absolute;
	left: 50px;
	top: 400px;
	background-image: url("../img/BookCase.png");
}
.bookcase:hover{
	background-image: url("../img/BookCase_BookSelected.png");
}
.door{
	width: 181px;
	height: 494px;
	position: absolute;
	left: 800px;
	top: 108px;
	background-image: url("../img/Door_Closed.png");
}
.door:hover{
	background-image: url("../img/Door_Open.png");
}
.flystrip{
	width: 17px;
	height: 213px;
	position: absolute;
	left: 520px;
	top: 5px;
	background-image: url("../img/Fly_Strip_3.png");
}
.flystrip:hover{
	width: 17px;
	background-image: url("../img/Fly_Strip_Revolving.gif");
}
a{
	padding:100px;
	cursor: url("../img/LadyBug_cursor.png")auto;
	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);
}
.honeycomb{
	width: 1024px;
	height: 768px;
	padding: 2px;
	background-image: url("../img/honeycomb_animation.gif");
	overflow: auto;
	cursor: url("../img/BumbleBee_cursor.png")auto;
}
.spots{
	width: 1024px;
	height: 768px;
	padding: 2px;
	background-image: url("../img/spots_animation.gif");
	overflow: auto;
	cursor: url("../img/LadyBug_cursor.png")auto;
}
.glow{
	width: 1024px;
	height: 768px;
	padding: 2px;
	background-image: url("../img/glow_animation.gif");
	overflow: auto;
	cursor: url("../img/FireFly_cursor.png")default;
}
.frost{
	width: 924px;
	background-color: rgba(255,255,255,.60);
	margin: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 5em;
}
