
@import url('https://fonts.googleapis.com');

h1 {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	color: #660000;
}


.header
{
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	top: 10px;
}

.navbar
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 0px;
	background-color: #664444;
	padding: 3px;
}
.navcenter
{
	width: 100%;
	height: 20px;
	padding: 3px;
	display: flex;
	justify-content: center;
}
.navlist
{
	display: inline-block;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
}
.navlist li
{
	display: inline;
	margin-left: 10px;
	margin-right: 20px;
}
.navlist li a
{
	color: #AAAAAA;
	text-decoration: none;
}

.contentsection
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 800px;
	padding-left: 40px;
	padding-right: 40px;
	border-left: solid;
	border-right: solid;
	border-top: none;
	border-bottom: none;
	padding-bottom: 20px;
	padding-top: 20px;
	border-color: #887777;
	background-color: #666677;
}
.contentsection h1
{
	text-align: left;
	font-style: italic;
	line-height: 120%;
	margin-left: 40px;
	color: #aaa;
}
.contentsection h2
{
	text-align: center;
	font-style: italic;
	line-height: 120%;
	margin-left: 40px;
	color: #555555;
}
.contentsection h3
{
	text-align: left;
	line-height: 180%;
	color: #222222;
}

.contentsection h4
{
	text-align: left;
	line-height: 150%;
	font-size: small;
	color: #222222;
}
.contentyoutubeembed
{
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

.contentseparator
{
	min-height: 20px;
	background-color: #997777;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footersection
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 800px;
	padding-left: 40px;
	padding-right: 40px;
	color: #bbbbbb;
}

#maincontent {
/*	background-image: url("Images/MainBackground.jpg");*/
}
#peoplecontent {
/*	background-image: url("Images/PeopleBackground.jpg");*/
}
#gamecontent {
/*	background-image: url("Images/GameBackground.jpg")*/
}

body
{
	margin: 0px;
	background: #eeeeee;
	font-family: 'Raleway', sans-serif;
}

ul
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

.eulacontent
{
	max-height: 400px;
	height: 400px;
	overflow: auto;
}
.downloadbutton
{
	width: 300px;
	height: 40px;
}


.bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
}
.overlayvid {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
}

