body {
	font-family: 'Roboto', sans-serif;
    background-color: rgb(240, 240, 240);
	align-items: center;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}

ul {
	list-style: none;
	margin: 0px auto 0px auto;
	border: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: rgb(64,56,40);
}

#socmedsection {
	font-size: 0px;
	white-space: nowrap;
}

#header {
	width: 100%;
}
#header img {
	width: 100%;
}


.sepcontainer {
	height: 26px;
	width: 100%;
	margin: 26px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
}
.overlayframe {
	height: 100%;
	/*left: 50%;*/
	position: absolute;
	top: 0;
	display: inline-block;
	width: 100%;
}

.headingoverlay {
	display: inline-block;
	overflow: hidden;
	
	height: 100%;
	position: absolute;
	top: -16px;
	z-index: 10;    background-color: rgb(240, 240, 240);
	
	
	padding: 0px 10px 0px 10px;
}

.heading {
	font-size: 24px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.maincontainer {
	width: 80%;
	max-width: 800px;
	margin: 0px auto 0px auto;
	border: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
.container {
	width: 100%;
}
.sep {
    background-color: rgb(64,56,40);
	height:2px;
	
	margin: 16px auto 16px auto;
	border: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	position: relative;
}
.sepclear {
	height: 32px;
}

.clearcontainer {
	height: 512px;
}

.sepblack {
    background-color: rgb(0,0,0);
	height: 20px;
}

.video {
	position:relative;
	padding-bottom:59%;
	height:0;
	overflow:hidden;
}

.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.SocialMediaContainer {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	white-space: nowrap;
	height: 120px;
	max-width: 400px;
	display: inline-block;
	text-align: center;
}

.TwitterContainer {
    background-color: rgb(85,172,238);
	width: 120px;
	width: 100%;
	height: 120px;
	display: block;
	margin: auto;
}

.FacebookContainer {
    background-color: rgb(59,87,157);
	width: 120px;
	width: 100%;
	height: 120px;
	display: block;
	margin: auto;
}



img {
	display: block;
	text-align: left;
}


.plxcontainer {
  
  margin: 0 auto;
  height: 100%;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 2%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax-1 {
  background-image: url("Assets/Images/Steam_Background_Image.png");
}

section.module.parallax-2 {
  background-image: url("Assets/Images/Steam_Background_Image_2.png");
}

section.module.parallax-3 {
  background-image: url("Assets/Images/Steam_Background_Image_3.png");
}
