body {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

header {
	color: rgb(217, 224, 33);
	background-color: rgb(51, 51, 51);
	background-image: url(../images/header_background.png);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(217, 224, 33);
}

a:hover {
	color: white;
}

ul {
	padding-left: 0;
}

#eliteownagetitle {
	margin: 4em;
	display: inline-block;
}

.EliteOwnageTitleImage {
	width: 25em;
}

.NavigationContainer {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
	margin-right: 4em;
	margin-top: 1ex;
}

.Breadcrumbs, .Search, .Navigation {
	display: block;
}

.SearchButton {
	width: 3ex;
	height: 3ex;
	vertical-align: bottom;
}

.SearchBox {
	width: 18em;
	height: 2.5ex;
	vertical-align: bottom;
	margin-top: 2ex;
	border-color: rgb(217, 224, 33);
	border-style: solid;
}

.Breadcrumbs, .Breadcrumbs a {
	color: white;
	text-decoration: none;
}

.Breadcrumbs a:hover {
	color: rgb(217, 224, 33);
}

.Navigation {
	margin-top: 6ex;
}

.Navigation span {
	margin-left: 3em;
}

.GameNavigationLink, .NinjasNavigationLink, .MoarNavigationLink {
	font-family: Maven, Helvetica, sans-serif;
	text-transform: uppercase;
	color: rgb(217, 224, 33);
	text-decoration: none;
	font-size: 250%;
}

#NavigationMenuButton {
	display: none;
	cursor: pointer;
}

.Hidden {
	display: none;
}

section {
	margin-left: 4em;
	margin-right: 4em;
}

.FullWidthVideo {
	width: 100%;
}

.Video {
	max-width: 1280px;
	border: none;
}

img {
	border: none;
}

.Guts {
	padding: 0em;
}

.Guts > li {
	list-style: none;
}

.Bold {
	font-weight: bold;
}

.Resizable {
	max-width: 100%;
}

@font-face {
 	font-family: Maven;
 	src: url('../fonts/MavenProLight-200.otf');
}

@font-face {
	font-family: Raleway;
	src: url('../fonts/RalewayThin.otf');
}

h1, h2, h3, h4 {
	font-family: Raleway;
}

.FooterContainer {
	display: block;
	color: white;
	background-color: rgb(51, 51, 51);
	background-image: url(../images/footer_background.png);
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 4em;
	margin-bottom: 1ex;
}

.ViewSelection {
	display: block;
}

.W3cContainer {
	display: block;
	font-size: 75%;
}

.W3cContainer a {
	color: white;
	text-decoration: none;
}

.W3cContainer a:hover {
	color: rgb(217, 224, 33);
}

.DisabledLink {
	color: white;
	text-decoration: none;
}

.EnabledLink {
	color: rgb(217, 224, 33);
	text-decoration: none;
}

.Copyright {
	padding:0;
	margin-top: 0;
	margin-bottom: 1ex;
	font-weight: 100;
}

.Intro, .HeaderIntro {
	margin-left: 3em;
	margin-right: 3em;
}

.PlainIntro {
	margin-left: 2em;
	margin-right: 2em;
}

.IntroHeader, .PlainIntroHeader {
	font-size: 250%;
	color: rgb(51, 51, 51);
}

.GameFeatureList {
	padding-left: 1em;
}

.GamesFeature {
	padding-left: 7em;
	background-color: white;
	background-image: url(../images/games_background.svg);
	background-repeat: no-repeat;
	margin-top: 2ex;
}

.GameGroup {
	display: inline;
}

.BottomGamesFeature {
	margin-top: 2ex;
}

.GamesFeatureHeader {
	font-size: 250%;
	padding-top: 1ex;
	margin-bottom: 1ex;
	margin-top: 0;
}

.Game {
	display: inline-block;
	max-width: 12em;
	vertical-align: top;
	font-size: 75%;
	margin-right: 1em;
}

.GameImage {
	width: 12em;
}

.GameTitle {
	margin-bottom: 1ex;
}

.GameTitle a {
	color: black;
	text-decoration: none;
}

.GameDescription {
	margin-top: 0;
}

.Updates, .Feature {
	color: white;
	background-color: rgb(51, 51, 51);
	background-image: url(../images/updates_background.png);
	background-repeat: no-repeat;
    background-position: top left;
	margin-top: 2ex;
	padding: 2em;
}

.UpdatesHeader, .FeatureHeader {
	font-size: 250%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.MainGameContentElement {
	min-height: 18ex;
}

.MainGameCover {
	float: left;
	margin-right: 1ex;
	margin-bottom: 1ex;
}

.FeatureContentElement h3, .FeatureContent p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.FeatureContentElement a, .PlainFeature a {
	text-decoration: underline;
}

.ContentSideImage {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.tweet a {
	text-decoration: none;
}

.tweet_list, .FeatureContent {
	list-style: none;
	margin-left: 2em;
	margin-right: 2em;
}

.FeatureContentElement {
	margin-top: 1em;
}

.tweet_list li {
	margin-top: 1ex;
}

.PlainFeature {
	color: white;
	background-color: rgb(51, 51, 51);
	margin-top: 2ex;
	padding: 2em;
}

.PlainFeatureHeader {
	font-size: 250%;
	margin-top: 0;
	margin-bottom: 1ex;
}

.PlainFeatureHeader a {
	text-decoration: none;
	font-family: Raleway;
}

.PlainFeatureImage {
	width: 63em;
}

.ParagraphHeading {
	margin-bottom: .5em;
}

@media (max-width: 76em) {
	.HeaderIntro {
		margin-left: 0;
		margin-right: 0;
	}
	
	.GamesFeature {
		color: white;
		background-color: rgb(51, 51, 51);
		background-image: url(../images/updates_background.png);
		background-repeat: no-repeat;
        background-position: top left;
		padding-left: 0;
		text-align: center;
		padding: 2em;
	}
	
	.GamesFeatureHeader {
		font-size: 250%;
		margin-top: 0;
		margin-bottom: 1ex;
		padding-top: 0;
	}
	
	.GameGroup {
		display: block;
	}
	
	.GameTitle {
		margin-top: 1ex;
	}
	
	.GameTitle a {
		color: rgb(217, 224, 33);
	}
	
	.PlainFeatureImage {
		max-width: 100%;
	}
}

@media (max-width: 69em) {
	.Navigation {
		margin-top: 1ex;
	}
	
	.Navigation span {
		display: block;
		margin-bottom: 1ex;
	}
}

@media (max-width: 60em) {
	#eliteownagetitle {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 22em;
	}
	
	#NavigationMenuButton img {
		width: 100%;
	}
	
	.EliteOwnageTitleImage {
		padding-top: 1em;
		width: 100%;
	}
	
	.NavigationContainer {
		float: none;
		text-align: left;
		margin-left: 1em;
		margin-right: 1em;
		margin-top: 0;
		display: block;
		padding-bottom: .25ex;
		text-align: center;
	}
	
	.Navigation span {
		display: inline-block;
		margin-bottom: .5em;
		margin-left: 1em;
		margin-right: 1em;
	}
	
	section {
		margin-left: 1em;
		margin-right: 1em;
	}
	
	.GamesFeatureHeader {
		padding-top: .5ex;
		margin-bottom: .5ex;
	}
	
	.Updates, .PlainFeature, .Feature {
		padding: 1em;
	}
	
	.FooterContainer {
		padding-left: 1em;
	}
	
	.Intro {
		margin-left: 1em;
		margin-right: 1em;
	}
	
	.tweet_list, .FeatureContent {
		margin-left: 0;
		margin-right: 0;
	}
	
	.Breadcrumbs {
		text-align: center;
		display: none;
	}
	
	.Search {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: .5ex;
	}
	
	.SearchBox {
		width: 10em;
	}
}

@media (max-width: 35em) {
	.NavigationContainer {
		margin-left: 0;
		margin-right: 0;
	}
	
	.SearchBox {
		width: 5em;
	}
	
	.GameGroup {
		display: inline;
	}
	
	.tweet_list, .FeatureContent {
		padding-left: 0;
	}
}

@media (max-width: 30em) {
	.Navigation span {
		margin-left: .25em;
		margin-right: .25em;
	}
}

@media (max-width: 25em) {
	#NavigationMenuButton {
		display: block;
		margin: 1em;
		position: absolute;
		top: 0;
		right: 0;
		width: 12%;
	}
	
	.NavigationContainer {
		display: none;
	}
	
	.MobileNavigationVisible {
		display: block;
	}
	
	.Search {
		position: relative;
	}
	
	.Navigation span {
		display: block;
	}
	
	.SearchBox {
		width: 6em;
	}
}

@media (max-width: 20em) {
	.Game {
		margin-right: 0;
	}
	
	.GameImage {
		width: 100%;
	}
}

@media (max-width: 730px) {
	.Advertisement {
		display: none;
	}
}