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

html{
	width: 1024px;
	height: 768px;
	margin: 50px auto;
	background-position: center;
	background-color: rgba(128,156,174,1.00);
	cursor: auto;
	
	
}
h1{
	margin-top: 2%;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	font-size: 325%;
	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: 300%;
	text-align: center;
	color:rgba(8,39,62,1.00);
}
h3{
	margin-top: 2%;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	color:rgba(8,39,62,1.00);
}
p{
	font-family: 'Josefin Slab', serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: .5em;
	color:rgba(8,39,62,1.00);
	padding: 1%;
}
.characters{
	width: 25%;
	float: left;
	padding: 35px;
}
.bb{
	cursor: url("../img/BumbleBee.svg"), default;
}
.lb{
	cursor: url("../img/LadyBug.svg"), default;
}
.ff{
	cursor: url("../img/FireFly.svg"), default;
}