/* GENERAL STUFF */
img {
	z-index: -1;
}
@font-face {
	font-family: "Corbert-Regular";
	src: url(Corbert-Regular.otf);
	font-smooth: always;
}

/* CLASS STUFF */
.package {
	position: relative;
	top: 0px;
	height: 50px;
}

/* ID STUFF */
#home_background {
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
}
#who_background {
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
}
#how_background {
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
}
#when_background {
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
}

#nav {
	height: 50px;
	background-color: #FFFFFF;
	position:absolute;
	top:-20px;
	opacity: 0.4;
}
#nav ul {
	list-style-type: none;
	text-align:center;
	display: inline-block;
}
#nav ul .even{
	position:relative;
	left: -10px;
	height: 100px;
	display: inline;
	z-index: 1;
	top: 10px;
}
#nav ul .odd{
	position:relative;
	left: -10px;
	top: -30px;
	height:45px;
	display: none;
	z-index: 2;
	background-color: #AAAAAA;
	border-radius: 15px;
}
#nav ul .odd a {
	position:relative;
	top: 5px;
}
#nav ul li a {
	text-decoration:none;
	color: black;
	font-size: 30px;
	display: inline;
}


#index_text {
	position:absolute;
	z-index: 10;
}
#index_text p {
	font-size: 2.5em;
	color: #222222;
	font-family: Corbert-Regular;
	letter-spacing: -0.04em;
	opacity: 0.8;
}

#footer {
	position:relative;
	left: 0px;
	display: inline-block;
	list-style-type: none;
	text-align:center;
}
#footer li {
	
}
#footer .package {
	display: inline;
	background-color: #000000;
	opacity: 0.4;
	border: 1px white solid;
	border-radius: 15px;
	color: transparent;
	text-shadow: 0px 0px 1px #FFFFFF;
}
#footer p {
	position: relative;
	top: 5px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 30px;
	display: inline;
}
