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

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

html {
  min-height: 100%;
  box-shadow: 0 0 200px rgba(255,230,170,0.9) inset;
}

body {
	background-color: #6aaaeb;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(106,170,235,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(106,170,235,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(106,170,235,0);
}

#home {
	width: 100%;
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(106,170,235,0);
}

h1 {
	color: #ffe6aa;
	text-align: center;
	font-family: "GreatWishes";
	font-size: 635%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
	margin-top: 2%;
	margin-bottom: 2%;
}

#div5 {
	width: 2.75%;
	float: left;
	background-color: rgba(106,170,235,0);
}

#div6 {
	width: 90%;
	float: left;
	background-color: rgba(106,170,235,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: #ffffff;
	text-align: center;
	font-family: "Wishline";
	font-size: 350%;
	color: #6aaaeb;
	box-shadow: 3px 3px 5px #454444;
}

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

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

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

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

#div7 {
	width: 1.25%;
	float: left;
	background-color: rgba(106,170,235,0);
}