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

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

body {
	background-color: #8c8c8c;
}

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

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

#arrow {
	width: 100%;
}

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

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

#home {
	width: 100%;
}

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

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

h2 {
	color: #ffffff;
	text-align: center;
	font-family: "Butler-Bold";
	font-size: 770%;
	font-weight: normal;
	font-style: normal;
	margin-top: -0.5%;
	margin-bottom: -0.25%;
	text-shadow: 3px 3px 5px #454444;
}

#div5 {
	width: 2%;
	float: left;
	background-color: rgba(140,140,140,0);
}

#div6 {
	width: 90%;
	float: left;
	background-color: rgba(140,140,140,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: #f0f0f0;
	text-align: center;
	font-family: "Butler-Regular";
	font-size: 260%;
	color: #000000;
	box-shadow: 3px 3px 5px #454444;
}

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

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

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

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

#div7 {
	width: 2%;
	float: left;
	background-color: rgba(140,140,140,0);
}