/*CSS Document*/
body {
	font-family: "Futura PT Book", "Futura PT Heavy";
	padding:0px 20px;
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF 10%, #ED6508 80%);
	height: 1500px;
	overflow-x:hidden;
}
#wrapper3 {
	position: relative;
}
#nav {
	position: fixed;
	top:0px;
	left:0px;
	right: 0px;
	height:100px;
	background-color:#ED6508;
	background: linear-gradient(to bottom, #ED6508 10%, #000000);
	z-index: 10;
	transition: all ease-in-out 0.5s;
}
#nav img {
	transition: all ease-in-out 0.5s;
}
#nav ul li {
	display: inline-block;
	text-decoration: none;
	width:13%;
	text-align: center;
	cursor: pointer;
}
#nav ul li:first-child {
	cursor: default;
}
#nav ul li:nth-child(2) {
	color:#FFFFFF;
	margin:0px 20px 0px 0px;
	text-align: left;
	cursor: default;
}
.mi {
	border-left:4px solid #a0a0a0;
	border-bottom:2px solid #e0e0e0;
	border-radius:10px 0 0 5px;
	text-shadow: 0px 2px 2px #000000;
	color:#FFFFFF;
}
.mii {
	background-color:#FFFFFF;
	color:#000000;
}
#box1 {
	position: relative;
	top:100px;
}
#box1 h1 {
	font-family: Abolition, "Abolition Soft", "Aller Display";
}
.Header {
	font-size: 66px;
}
#slider {
	position: relative;
	top:190px;
	margin-bottom:40px;
}
.ActiveSlide {
	display: none;
}
#slider img {
	position: absolute;
	top:0px;
	left:20px;
	filter:drop-shadow(30px 50px 50px #000000);
}
.Info {
	float: right;
	width:20%;
}
#CompIn {
	position: absolute;
	left:20px;
	width: 450px;
}

#footer {
	position: absolute;
	left:-30px;
	right:-30px;
	bottom:-1450px;
	padding: 30px;
	background-color:#FFFFFF;
	background: linear-gradient(to bottom, #ED6508 40%, #000000 150%);
	color:#FFFFFF;
}
@media screen and (max-width:774px){
	.Header {
		font-size:15px;
	}
	#nav ul li:nth-child(1){
		margin:0 5px 0 -35px;
	}
	#nav ul li:nth-child(2){
		display: none;
	}
	#nav ul {
		float: left;
	}
	#nav ul li {
		width:60px;
		font-size:10px;
	}
	.Info {
		position: absolute;
		right:-25px;
		width:150px;
	}
	.Info h1 {
		font-size: 14px;
	}
	.Info ul li {
		font-size:10px;
		text-decoration: none;
	}
	#CompIn {
		width:300px;
	}
}