@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/Greenhouse_Daytime.png");
}
.bkgrnd_night{
	width: 1024px;
	height: 768px;
	background-image: url("../img/Greenhouse_Nighttime.png");
}
.fp_r_sm{
	width: 98px;
	height: 128px;
	position: absolute;
	left: 375px;
	top: 270px;
	background-image: url("../img/FloorPotSmall.png");
}
.fp_r_lg{
	width: 97px;
	height: 159px;
	position: absolute;
	left: 550px;
	top: 240px;
	background-image: url("../img/FloorPotLarge.png");
}
.fp_g_h{
	width: 129px;
	height: 272px;
	position: absolute;
	left: 20px;
	top: 145px;
	background-image: url("../img/HawaiianFlower.png");
}
.fp_g_s{
	width: 173px;
	height: 254px;
	position: absolute;
	left: 735px;
	top: 30px;
	background-image: url("../img/SingleFlower.png");
}
.window{
	width: 486px;
	height: 112px;
	position: absolute;
	left: 268px;
	top: 0px;
	background-image: url("../img/Windows_Closed.png");
}
.window:hover{
	height: 84px;
	background-image: url("../img/Windows_Open.png");
}
.venus{
	width: 171px;
	height: 247px;
	position: absolute;
	left: 80px;
	top: 45px;
	background-image: url("../img/VenusFlytrap.png");
}
.venus:hover{
	width: 169px;
	height: 242px;
	left: 82px;
	top: 50px;
	background-image: url("../img/VenusFlytrap_Gotcha.png")
}
.fp_dbl_flwr{
	width: 134px;
	height: 278px;
	position: absolute;
	left: 880px;
	top: 150px;
	background-image: url("../img/DoubleFlower_Green.png");
}
.fp_dbl_flwr:hover{
	background-image: url("../../the_greenhouse/img/DoubleFlower_Red.png");
}
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);
}
.pollinate{
	width: 1020px;
	height: 768px;
	padding: 2px;
	background-image: url("../img/AboutPolinationBackground.gif");
	overflow: auto;
}
.frost{
	width: 924px;
	background-color: rgba(255,255,255,.60);
	margin: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 5em;
}