@font-face {
	font-family: SpringTime;
	src: url(Fonts/SpringTime.ttf);
}

@font-face {
	font-family: MarchIntoSpring;
	src: url(Fonts/MarchIntoSpring.ttf);
}

body {
	background-color: #12b03a;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(18,176,58,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(18,176,58,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(18,176,58,0);
}

#home {
	width: 100%;
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(18,176,58,0);
}

h1 {
	color: #ffffff;
	text-align: center;
	font-family: "SpringTime";
	font-size: 1257%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
	margin-top: 3%;
	margin-bottom: 4%;
}

#div5 {
	width: 2.75%;
	float: left;
	background-color: rgba(18,176,58,0);
}

#div6 {
	width: 90%;
	float: left;
	background-color: rgba(18,176,58,0);
	padding: 2%;
}

#box1 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ff88bf;
	text-align: center;
	font-family: "MarchIntoSpring";
	font-size: 420%;
	color: #f2e249;
	box-shadow: 3px 3px 5px #454444;
}

a:link {
	color: #f2e249;
	text-decoration: none;
}

a:visited {
	color: #f2e249;
	text-decoration: none;
}

a:hover {
	color: #12b03a;
	text-decoration: underline;
}

a:active {
	color: #f2e249;
	text-decoration: none;
}

#div7 {
	width: 1.25%;
	float: left;
	background-color: rgba(18,176,58,0);
}