body {
	font-size: 62.5%;
	line-height: 1.5em;	
}
h1 {	
	font-family: 'Orbitron', sans-serif;
	color: #ff9a36;
	font-weight: 900;
	word-spacing: 10px;
	font-size: 60px;
	line-height: 1.2em;
	margin: 20px 0px;
}
#wrap {
	min-height: 100%;
	margin-bottom: 25px;
}
header {
	width: 100%;
	height: 100px;
	background-color: #000;
	color: #fff;
	margin: auto;
	text-transform: uppercase;
	justify-content: space-between;
}
header>h1 {
	margin-top: 40px;
	margin-left: 10%;
	font-size: 3em;
	font-weight: 200;
}
nav {
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10%;
	font-family: 'Roboto', sans-serif;
}
nav ul {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
nav>ul a,
nav>ul a:visited,
nav>ul a:active {
	padding: 7px 20px;
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}
nav>ul a:hover {
	border-bottom: 2px solid;
	color: #ff9a36;
}







main {
	padding: 0 10%;
}
section {
	width: 50%;
	height: auto;
	margin: atuo;
	padding-bottom: 50px;
	margin-top: -900px;
}
article {
	height: auto;
	background-color: transparent;
	color: #333;
	margin: 40px 0;
}
article>h2 {
	margin: 0 0 20px 0;
	font-size: 2.4em;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
}
article>p {
	margin: 0 0 20px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
}


aside {
	width: 25%;
	height: 450px;
	background-color: #333;
	color: #ccc;
	margin: 40px 40px 0 40px;
}
aside>h2 {
	margin: 20px 0 0 20px;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 400;
}
aside>p {
	margin: 20px;
	font-style: italic;
	line-height: 1.5em;
}
footer {
	max-width: 100%;
	margin: 0px 0px 50px 0px;
	height: 0px;
	background-color: #000000;
	color: #fff;
	padding: 0px 50px 0px 50px;
}
footer>p {
	font-size: 12px;
	color: #ccc;
	padding: 20px 0 20px 40px;
	max-width: 100%;
}