*, html {
	margin:0;
	padding:0;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #2d7394;
	color: #c0cddb;
}

a:link {
    color: #0bacf1;
}

a:visited {
    color: #0bacf1;
}


h1 {
	color:#c3e935;
	text-shadow: 1px 2px #001b25;
}

h2 {
	color:#c3e935;
	text-shadow: 1px 2px #001b25;
}


/* everything below the menu */
.box {
	background-image: url(../images/bg.jpg);
    	background-repeat: repeat-x;
    	background-position: 50% 0;
    	background-attachment: fixed;
	display: flex;
	flex-flow: column;
	min-height: 100%;
}

/* the main column */
.box .row.content {
	flex: 1 1 auto;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	font-family: Oswald;
	line-height: 160%;
	color: #b0bcc9;
	background-color: #002f41;
}

.box .row.footer {
	flex: 0 1 40px;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	font-family: Oswald;
	color: #b0bcc9;
	font-size: 16px;
	position: relative;
    	bottom: 0;
    	width: 100%;
	max-width: 1200px; 
	text-align: center;
	background-color: #002f41;
}

/* content of main column in press kit */
.presskit_intro {
	padding: 50px;
	max-width: 100%; 
	margin-left: auto;
  	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	line-height: 160%;
	color: #000000;
	font-family: Lato;
}

.presskit_intro h1{
	color: #000000;
	text-shadow: none;
	line-height: 160%;
}

.presskit_intro h2{
	color: #000000;
	text-shadow: none;
	line-height: 160%;
}

.presskit_intro h3{
	color: #000000;
	text-shadow: none;
	line-height: 160%;
}

.VCSLandingPage{
	padding: 50px;
	max-width: 100%; 
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	line-height: 160%;
	color: #000000;
	font-family: Lato;
	text-shadow: none;
}

.VCSLandingPage h2{
	color: #000000;
	text-shadow: none;
	line-height: 160%;
}

/* header image on main page */
img.HeaderImage {
	width: 100%;
	margin-top: 0px;
}


/* social logos */
.social_logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
  	margin-right: auto;
}

div.gallery img {
	margin: 8px;
   	border:2px solid #AAAAAA;
}

img.makers {
	width: 100%;
}

.aboutauthors_row {
	content: "";
    	display: flex;
    	clear: both;
	margin-bottom: 20px;
}

.aboutauthors_column {
	float: left;
    	flex: 50%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #014159;
}

.aboutauthors_description {
	min-height: 200px;
}


/* YouTube Trailer */
.videocontainer {
    	position: relative;
	margin-left: auto;
  	margin-right: auto;
    	width: 80%;
	max-width: 1200px;
    	height: 0;
    	padding-bottom: 45%;
}

.pressKitImage {
	width: 90%;
	max-width: 400px;
	height: auto;
	padding: 5px;
}

.videocontainerPressKit {
    	position: relative;
    	width: 90%;
	max-width: 1200px;
    	height: 0;
	padding: 5px;
    	padding-bottom: 50.625%;
}

.GameShopBanners {
	max-width: 100%;
}

.video {
    	position: absolute;
	top: 0;
	left: 0;
    	width: 100%;
    	height: 100%;
}


@media only screen and (max-width: 959px) {
	.logo {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.box .row.content {
		margin: 0 auto;
		width: 100%; 
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-family: Oswald;
	}
	
	.box .row.footer {
		width: 100%;
	}
		
	#mc_embed_signup {
		clear:both;
		font:14px 
		font-family: Oswald, sans-serif;
		font-size: 18px;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.aboutauthors_row{
		display: inline;
	}
	
	.aboutauthors_column {
		margin-bottom: 50px;
	}
	
	.presskit_intro{
		width: 96%;
		padding: 2%;
	}
}
