body
{
	background-color: #222940;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	margin: 0 !important;

}
.wrapper
{
	width: 100%;

}
.header
{
	width: 100%;
	padding: 50px 0;
	background-image: url('images/header.jpg'); 
	
}
.logo
{
	width: 450px;
	font-size: 46px;
	margin-left: auto;
	margin-right: auto;
}
.logo a 
{
	text-decoration: none;
	display: block;
	color: #ffffff;
	
}
.nav
{
	width: 100%;
	padding: 10px 0;
	background-color: #29ae0e;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align:  justify;
	padding-top: 15px;
	
}
.socials
{
	width: 100%;
	text-align: center;
	background-color: #081324;
}
.socialdiv
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	
}
.steam
{
	width: 500px;
	height: 155px;
	float: left;
	
}
.steam a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	color: #ffffff;
}
.steam:hover
{
	background-color: #141414;
	
}
.yt
{
	width: 500px;
	height: 155px;
	float: left;
	
}
.yt:hover
{
	background-color: #d94348;
	
}
.line
{
	background-color: #081324;
	border-top: 1px solid #ffffff;
}
.footer
{
	background-color: #081324;
	text-align: center;
	padding: 20px;

}
.center
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #081324;
	height: 100px;
}
.contact
{
	background-color: #081324;
	width: 100px;
	float: left;
	
	
}
.uppage
{
	background-color: #081324;
	width: 100px;
	float: left;
	
	
}
.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	
}
ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 20px;
	height: 40px;
	line-height: 200%;
	display: inline-block;
}
ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	color: #000000;
}
ol > li 
{
	float: left;
	width: 150px;
	height: 50px;
	border-right: 1px solid #000000;
}
ol > li:first-child
{
	border-left: 1px solid #000000;
}

ol > li:hover
{
	background-color: #222940;
	
}
ol > li:hover > a 
{
	color: 	#ffffff;
	text-shadow: 1px 1px 5px #ffffff;
}
ol > li > ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 50px;
	display: none;
	text-shadow: 1px 1px 5px #ffffff;
}
ol > li:hover > ul
{

	display: block;

}
ol > li > ul > li
{
	background-color: #73de5d;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #000000;
}
ol > li > ul > li:hover
{
	background-color: #222940;
}
ol > li > ul > li:hover > a
{
	color: #ffffff;
	text-shadow: 1px 1px 5px #ffffff;
}
