/* handwritten by MrGrak, Feb 2022 - Oct 2022 */

body 
{
  background-color: #000000
}

	
@font-face {
  font-family: font-description;
  src: url(content/roboto-regular.ttf);
}
@font-face {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
}


a:link {
  color: rgb(215,193,153);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(215,193,153);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  font-weight: 9000;
  color: white;
}







/* top nav background */
.topnavbkg {
  position: fixed;
  left: 0px;
  top: -10px;
  z-index: 1500;
  background-color: #000000;
  opacity: 0.0;
  width: 100%;
  height: 155px;
  overflow: hidden;
}

/* Company Logo top left in nav */
.navLogo {
	position: fixed;
	left: 10px;
	/*left: calc(50% - 154px);*/
	top: 22px;
	z-index: 1702;
	width: auto;
	height: auto;
	overflow: hidden;
	transform: scale(0.95, 0.95);
	transition: .5s ease;
}

.navLogo:hover {
	transform: scale(1.0, 1.0);
	transition: .5s ease;
}

@media screen and (max-width: 1150px) {
	.navLogo {
		position: fixed;
		/*left: 10px;*/
		left: calc(50% - 154px);
		z-index: 1702;
		width: auto;
		height: auto;
		overflow: hidden;
		transform: scale(0.95, 0.95);
		transition: .5s ease;
	}
}


 /* top nav menu on right */
.topnav {
  background-color: #000000;
  opacity: 0.96;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 140px;
  width: 100%;
  overflow: hidden;
  z-index: 1501;
  padding: 0px 0px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color:rgb(215,193,153);
  text-align: center;
  padding: 53px 17px;
  text-decoration: none;
  font-size: 25px;
  font-family: font-description;
  overflow: hidden;
}

/* Add an active class to highlight the current page */
.active {
  color:rgb(255,255,255);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  font-size: 30px;
  height: 20px;
}

/* on hover */
.topnav a:hover {
  color:rgb(255,255,255);
}

/* When the screen is less than x pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1150px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
	float: right;
    display: block;
	padding: 30px 25px;
	overflow: hidden;
	font-size: 52px;
	height: 90px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1150px) {
  .topnav.responsive {
	position: fixed;
	top: 0px;
	height: 740px;
	z-index: 1601;
	opacity: 1.0;
  }
  .topnav {
	right: 0px;
  }
  
  .topnav.responsive a.icon {
    position: absolute;
    right: 15px;
    top: 20px;
	font-size: 52px;
	height: 80px;
	padding: 10px 10px;
  }
  .topnav.responsive a {
	position: relative;
	top: 125px;
    float: none;
    display: block;
    text-align: center;
	
	padding: 30px 10px;
	overflow: hidden;
	font-size: 42px;
	height: 80px;
  }
} 










.footer {
  position: fixed;
  width: 100%;
  height: 105px;
  background-color: rgb(0,0,0);
  opacity: 0.96;
  bottom: 0px;
  z-index: 9990;
}

.footer-logo {
  position: fixed;
  left: 30px;
  transform: scale(0.9, 0.9);
  transition: .5s ease;
  opacity: 1.0;
  bottom: 18px;
  z-index: 9999;
}
.footer-logo:hover {
  transform: scale(1.0, 1.0);
  transition: .5s ease;
}

.footer-links {
  position: fixed;
  /*right: 50px;*/
  bottom: 40px;
  
  color:rgb(255,255,255);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  transform: scale(0.9, 0.9);
  transition: .5s ease;
  z-index: 9999;
}

.footer-links:hover {
  transform: scale(1.0, 1.0);
  transition: .5s ease;
}

@media screen and (max-width: 700px) {
	.footer-logo {
		opacity: 0.0;
		transition: .5s ease;
	}
}

























.maincontainer {
  padding: 130px 0;
  overflow: hidden;
  /*height: calc(100vh - 4rem);*/
}

.videocontainer {
  height: calc(100vh - 150px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#video {
  object-fit: cover;
  position: absolute;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.shelfClass {
	position: absolute;
	left: 50%;
	margin-left: -715px;
	margin-top: calc(100vh - 610px - 40px);
	z-index: 555;
	object-fit: none;
	transition: .5s ease;
	/*transform: scale(1.0, 1.0);*/
	opacity: 1.0;
	width: auto;
	height: auto;
}
@media screen and (max-width: 1180px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.88);
		margin-top: calc(100vh - 590px - 40px);
	}
}
@media screen and (max-width: 1040px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.78);
		margin-top: calc(100vh - 575px - 40px);
	}
}
@media screen and (max-width: 930px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.7);
		margin-top: calc(100vh - 560px - 40px);
	}
}
@media screen and (max-width: 840px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.67);
		margin-top: calc(100vh - 550px - 45px);
	}
}
@media screen and (max-width: 790px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.6);
		margin-top: calc(100vh - 540px - 45px);
	}
}
@media screen and (max-width: 720px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.5);
		margin-top: calc(100vh - 520px - 50px);
	}
}
@media screen and (max-width: 600px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.46);
		margin-top: calc(100vh - 515px - 50px);
	}
}
@media screen and (max-width: 550px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.43);
		margin-top: calc(100vh - 510px - 50px);
	}
}
@media screen and (max-width: 520px) {
	.shelfClass {
		transition: .5s ease;
		transform: scale(0.36);
		margin-top: calc(100vh - 500px - 50px);
	}
}


.videoDotBackground {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	margin-top: calc(100vh - 280px - 50px);
	z-index: 777;
	object-fit: none;
	height: auto;
	opacity: 1.0;
}
.videoDots {
	position: relative;
	left: 0%;
	margin-top: calc(100vh - 255px - 50px);
	z-index: 888;
	object-fit: none;
	height: auto;
	transition: .5s ease;
	transform: scale(1.0, 1.0);
}
.videoDot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	zindex: 999;
	opacity: 1.0;
	cursor: pointer;
}


.index_leftArrow {
	position: absolute;
	left: 50%;
	margin-left: -115px;
	margin-top: calc(100vh - 270px - 50px);
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.index_leftArrow:hover {
	transition: .3s ease;
	margin-left: -125px;
	opacity: 1.0;
	scale: 1.25;
}
.index_rightArrow {
	position: absolute;
	left: 50%;
	margin-left: 50px;
	margin-top: calc(100vh - 270px - 50px);
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.index_rightArrow:hover {
	transition: .3s ease;
	margin-left: 55px;
	opacity: 1.0;
	scale: 1.25;
}




/* news letter signup */
.newsletterText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 550px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: -10px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}

form {
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
}

.signup-container {
  background-color: #000000;
  border: none;
  position: relative;
  left: 0px;
  top: -100px;
}

input[type=text], input[type=submit] {
  width: 400px;
  padding: 12px;
  display: inline-block;
  border: none;
  background-color: #111111; 
  color: #ffffff; 
  text-decoration: none;
  font-size: 15px;
  font-family: font-description;
}

input[type=submit] {
  background-color: rgb(200,138,87);
  color: white;
  border: none;
  width: 180px;
  text-decoration: none;
  font-size: 15px;
  font-family: font-description;
}

input[type=submit]:hover {
  opacity: 0.8;
}





.gamescontainer {
	overflow: hidden;
}

.gamestitle {

}

/* Grid layout with game tile images */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  /*max-width: 1600px;*/
  /*overflow: hidden;*/
  position: relative;
}

/* Create four equal columns that sits next to each other */
.column {
  /*-ms-flex: 25%; /* IE10 */
  /*flex: 25%;*/
  flex-basis: 25%;
  width: 25%;
  padding: 0 0px;
  position: relative;
  border: none;
}

.column Img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  padding: 0 0px;
  border: none;
  opacity: 1.0;
  transform: scale(1.0);
  transition: .4s ease;
  position: relative;
  z-index: 100;
}

.column Img:hover {
  transform: scale(1.05);
  transition: .2s ease;
  position: relative;
  z-index: 200;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1100px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	overflow: hidden;
  }
}

/* wide screen game/book banners */
.banner {
  width: 100%;
  /*overflow: hidden;*/
}
.banner img {
  opacity: 1.0;
  transform: scale(1.0);
  transition: .4s ease;
  position: relative;
  z-index: 100;
}
.banner img:hover {
  transform: scale(1.03);
  transition: .2s ease;
  position: relative;
  z-index: 200;
}




.publishing {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 620px;
  overflow: hidden;
  
}
@media screen and (max-width: 700px) {
	.publishing {
		width: 350px;
	}
}





/* About page */
.aboutUsTopText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 480px;
  overflow: hidden;
  
  position: relative;
  left: -140px;
  top: 30px;
  
  color:rgb(255,255,255);
  transition: .5s ease;
}
.aboutUsImg {
  overflow: hidden;
  
  position: absolute;
  margin-left: -330px;
  top: -110px;
  
  transform: scale(0.25, 0.25);
  transition: .4s ease;
}
.aboutUsImg:hover {
  transform: scale(0.275, 0.275);
  transition: .4s ease;
}
.aboutUsWhoText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 800px;
  overflow: hidden;
  
  position: relative;
  left: 20px;
  top: 80px;
  
  color:rgb(255,255,255);
  transition: .5s ease;
}




.sectionBkg {
  background:#d7c199;
  width: 100%;
  height: 600px;
}
.sectionBlackground {
  background:#000000;
  width: 100%;
  height: 600px;
}
.sectionText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 530px;
  overflow: hidden;
  
  position: relative;
  left: 20px;
  top: -50px;
  
  color:rgb(255, 255, 255);
}



/* marketing banner section */
.whatWeDoSection {
  background:#000000;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.whatWeDoBkg {
  width: 100%;
  height: 700px;
  position: relative;
  top: 150px;
  left: -200px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
}
.whatWeDoTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  font-weight: 9000;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 260px;
  top: -630px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 999;
}
.whatWeDoText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: 260px;
  top: -690px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .whatWeDoBkg {
	opacity: 0.2;
	transition: .5s ease;
	left: 0%;
  }
  .whatWeDoText {
	  left: 0px;
	  width: 450px;
	  top: -700px;
	  transition: .5s ease;
  }
  .whatWeDoTitle {
	  left: 0px;
	  width: 450px;
	  top: -640px;
	  transition: .5s ease;
  }
}



.threeColumnHatSection {
	transition: .5s ease;
	height: 770px;
	overflow: hidden;
	transform: scale(1.0);
}
/* Grid layout with game tile images */
.hat_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  max-width: 1200px;
  /*min-width: 1200px;*/
  overflow: visible;
  position: relative;
}
/* Create 3 equal columns that sits next to each other */
.hat_column {
  /*-ms-flex: 33%; /* IE10 */
  /*flex: 33%;*/
  flex-basis: 33%;
  width: 33%;
  padding: 0 0px;
  position: relative;
  border: none;
}
.hat_column Img {
  margin-top: 0px;
  vertical-align: middle;
  width: 400px;
  padding: 0 0px;
  border: none;
  opacity: 1.0;
  transform: scale(1.0);
  transition: .4s ease;
  position: relative;
  z-index: 100;
}

.hatGraphic {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.hatTitle {
	font-family: font-availableOn;
	src: url(content/roboto-black-italic.ttf);
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	width: 250px;
	position: relative;
	left: 0px;
	top: -610px;
	color:rgb(255, 255, 255);
	transition: .5s ease;
	z-index: 999;
}
.hatText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 300px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: -600px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 999;
}

@media screen and (max-width: 1230px) {
	
  .threeColumnHatSection {
	transition: .5s ease;
	height: 2200px;
  }
  
  .hat_column {
	-ms-flex: 100%;
    flex: 100%;
    width: 400px;
	height: 720px;
	overflow: hidden;
  }
  
}




/* marketing banner section */
.marketingSection {
  background:#000000;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.marketingBkg {
  width: 100%;
  height: 700px;
  position: relative;
  top: 50px;
  left: -200px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
}
.marketingTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  font-weight: 9000;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 260px;
  top: -600px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 999;
}
.marketingText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: 260px;
  top: -660px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .marketingBkg {
	opacity: 0.2;
	transition: .5s ease;
	left: 0%;
  }
  .marketingText {
	  left: 0px;
	  width: 410px;
	  top: -700px;
	  transition: .5s ease;
  }
  .marketingTitle {
	  left: 0px;
	  width: 410px;
	  top: -640px;
	  transition: .5s ease;
  }
}




/* unique crowdfunding section */
.videoCrowdfundingSection {
  background:#000000;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}
.videoCrowdfundingBkg {
  width: 100%;
  height: 1000px;
  position: relative;
  top: 0px;
  left: -0px; 
  opacity: 1.0;
  overflow: hidden;
  transition: .3s ease;
  z-index: 3;
}
.videoCrowdfundingBkgFade { 
	background-image: linear-gradient(to right, rgba(0,0,0,0.95), rgba(0,0,0,0.95));
  width: 100%;
  height: 1000px;
  position: relative;
  top: -1000px;
  left: 0px;
  opacity: 1.0;
  overflow: hidden;
  transition: 0.8s ease;
  z-index: 10;
}

.videoCrowdfundingImg {
  width: 100%;
  height: 700px;
  position: relative;
  top: -1800px;
  left: 0px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 20;
}
.videoCrowdfundingTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  text-align: left;
  text-decoration: none;
  width: 400px;
  position: relative;
  left: 15px;
  top: -2670px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 999;
}
.videoCrowdfundingText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 630px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: -2260px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}

.crowdfunding_leftArrow {
	position: relative;
	left: -80px;
	margin-left: 0px;
	top: -2071px;
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.crowdfunding_leftArrow:hover {
	transition: .3s ease;
	left: -90px;
	opacity: 1.0;
	scale: 1.25;
}
.crowdfunding_rightArrow {
	position: relative;
	left: 80px;
	margin-left: 0px;
	top: -2071px;
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.crowdfunding_rightArrow:hover {
	transition: .3s ease;
	left: 90px;
	opacity: 1.0;
	scale: 1.25;
}

.crowdfundingDots {
	position: relative;
	left: 2px;
	top: -2038px;
	z-index: 888;
	object-fit: none;
	height: auto;
	transition: .5s ease;
	transform: scale(1.0, 1.0);
}

/* fade background image down and center marketing text */
@media screen and (max-width: 1350px) {
  .videoCrowdfundingSection{
	transition: .7s ease;
	height: 600px;
  }
  .videoCrowdfundingBkg {
	opacity: 0.2;
	transition: .7s ease;
	height: 600px;
	left: 0%;
  }
  .videoCrowdfundingBkgFade {
	opacity: 0.0;
	transition: .7s ease;
	left: 0%;
  }
  .videoCrowdfundingImg {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease;
  }
  .crowdfundingDots {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease;
  }
  .videoCrowdfundingTitle {
	top: -2260px;
	transition: .7s ease;
  }
  .videoCrowdfundingText {
	top: -2340px;
	width: 420px;
	transition: .7s ease;  
  }
  .crowdfunding_leftArrow {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease; 
  }
  .crowdfunding_rightArrow {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease; 
  }
}





/* video background marketing banner section */
.videoMarketingSection {
  background:#000000;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}
.videoMarketingBkg {
  width: 100%;
  height: 1000px;
  position: relative;
  top: 0px;
  left: -0px; 
  opacity: 1.0;
  overflow: hidden;
  transition: .3s ease;
  z-index: 3;
}
.videoMarketingBkgFade { 
	background-image: linear-gradient(to right, rgba(0,0,0,0.95), rgba(0,0,0,0.95));
  width: 100%;
  height: 1000px;
  position: relative;
  top: -1000px;
  left: 0px;
  opacity: 1.0;
  overflow: hidden;
  transition: 0.8s ease;
  z-index: 10;
}
.videoMarketingImg {
  width: 100%;
  height: 700px;
  position: relative;
  top: -1770px;
  left: 0px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 20;
}
.marketingDots {
	position: relative;
	left: 2px;
	top: -2008px;
	z-index: 888;
	object-fit: none;
	height: auto;
	transition: .5s ease;
	transform: scale(1.0, 1.0);
}
.videoMarketingTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 110px;
  top: -2620px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 999;
}

.videoMarketingAdText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 630px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: -2240px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}

.videoMarketingText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 700px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: -2230px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  transform: scale(1.0, 1.0);
  z-index: 999;
}

.marketing_leftArrow {
	position: relative;
	left: -170px;
	margin-left: 0px;
	top: -2251px;
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.marketing_leftArrow:hover {
	transition: .3s ease;
	left: -180px;
	opacity: 1.0;
	scale: 1.25;
}
.marketing_rightArrow {
	position: relative;
	left: 172px;
	margin-left: 0px;
	top: -2251px;
	z-index: 1111;
	opacity: 0.5;
	cursor: pointer;
	transition: .3s ease;
	scale: 1.0;
}
.marketing_rightArrow:hover {
	transition: .3s ease;
	left: 182px;
	opacity: 1.0;
	scale: 1.25;
}

/* fade background image down and center marketing text */
@media screen and (max-width: 1350px) {
  .videoMarketingSection {
	transition: .7s ease;
	height: 600px;
}
  .videoMarketingBkg {
	opacity: 0.2;
	transition: .7s ease;
	height: 600px;
	left: 0%;
  }
  .videoMarketingBkgFade {
	opacity: 0.0;
	transition: .7s ease;
	left: 0%;
  }
  .videoMarketingImg {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease;
  }
  .marketingDots {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease; 
  }
  
  .videoMarketingTitle {
	left: 60px;
	width: 410px;
	top: -2190px;
	transition: .5s ease;
  }
  .videoMarketingText {
	left: 0px;
	width: 410px;
	top: -2350px;
	transition: .5s ease;
	width: 420px;
  }
  .videoMarketingAdText {
	opacity: 0.0;
	width: 410px;
	top: -10000px;
	transition: .5s ease;
	width: 420px;
  }
  
  .marketing_leftArrow {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease; 
  }
  .marketing_rightArrow {
	opacity: 0.0;
	top: -10000px;
	transition: .7s ease; 
  }  
  
}




/* localization banner section */
.localizationSection {
  background:#d7c199;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.localizationBkg {
  width: 100%;
  height: 600px;
  position: relative;
  top: 50px;
  left: 250px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
}
.localizationTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  font-weight: 9000;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: -250px;
  top: -500px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
}
.localizationText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: -250px;
  top: -560px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .localizationBkg {
    opacity: 0.2;
	transition: .5s ease;
	left: 0%;
  }
  .localizationText {
	  left: 0px;
	  width: 410px;
	  top: -580px;
	  transition: .5s ease;
  }
  .localizationTitle {
	  left: 0px;
	  width: 410px;
	  top: -520px;
	  transition: .5s ease;
  }
}


/* distribution banner section */
.distributionSection {
  background:#000000;
  width: 100%;
  height: 1050px;
  overflow: hidden;
  z-index: 10;
}
.distributionVideoBkg {
  width: 100%;
  height: 700px;
  position: relative;
  top: 0px;
  left: -0px; 
  opacity: 0.1;
  overflow: hidden;
  transition: .3s ease;
  z-index: 100;
}
.distributionBkg {
  width: 100%;
  position: relative;
  top: 0px;
  left: -220px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 200;
}
.distributionTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 250px;
  top: -480px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
.distributionText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: 250px;
  top: -540px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .distributionBkg {
    opacity: 0.2;
	left: 0px;
	transition: .5s ease;
  }
  .distributionText {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
  .distributionTitle {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
}






/* about publishing banner section */
.aboutPublishingSection {
  background:#000000;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 10;
}
.aboutPublishingVideoBkg {
  width: 100%;
  height: 700px;
  position: relative;
  top: 0px;
  left: -0px; 
  opacity: 0.1;
  overflow: hidden;
  transition: .3s ease;
  z-index: 100;
}
.aboutPublishingBkg {
  width: 100%;
  position: relative;
  top: -630px;
  left: -220px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 200;
}
.aboutPublishingTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 250px;
  top: -1110px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
.aboutPublishingText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: 250px;
  top: -1170px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .aboutPublishingBkg {
    opacity: 0.2;
	left: 0px;
	transition: .5s ease;
  }
  .aboutPublishingText {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
  .aboutPublishingTitle {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
}








/* co development banner section */
.codevelopmentSection {
  background:#000000;
  width: 100%;
  height: 900px;
  overflow: hidden;
  z-index: 10;
}
.codevelopmentVideoBkg {
  width: 100%;
  height: 900px;
  position: relative;
  top: 0px;
  left: -0px; 
  opacity: 0.1;
  overflow: hidden;
  transition: .3s ease;
  z-index: 100;
}
.codevelopmentBkg {
  width: 100%;
  position: relative;
  top: -790px;
  left: -220px;
  opacity: 1.0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 200;
}
.codevelopmentTitle {
  font-family: font-availableOn;
  src: url(content/roboto-black-italic.ttf);
  font-size: 60px;
  text-align: left;
  text-decoration: none;
  width: 500px;
  position: relative;
  left: 250px;
  top: -1450px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
.codevelopmentText {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 500px;
  overflow: hidden;
  position: relative;
  left: 250px;
  top: -1510px;
  color:rgb(255, 255, 255);
  transition: .5s ease;
  z-index: 300;
}
/* fade background image down and center marketing text */
@media screen and (max-width: 1100px) {
  .codevelopmentBkg {
    opacity: 0.2;
	left: 0px;
	transition: .5s ease;
  }
  .codevelopmentText {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
  .codevelopmentTitle {
	left: 0px;
	width: 420px;
	transition: .5s ease;
  }
}







/* Contact page */
.contactImg {
  overflow: hidden;
  
  position: relative;
  margin-left: 0px;
  top: 0px;
  
  transform: scale(0.9, 0.9);
  transition: .5s ease;
}
.contactImg:hover {
  transform: scale(1.0, 1.0);
  transition: .5s ease;
}

.contactTopText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 600px;
  overflow: hidden;
  
  position: relative;
  left: 20px;
  top: 0px;
  
  color:rgb(255,255,255);
  transition: .5s ease;
}

/* color:rgb(216,194,153); */





/* Media page */
.mediaImg {
  overflow: hidden;
  
  position: relative;
  margin-left: 0px;
  top: 0px;
  
  transform: scale(0.9, 0.9);
  transition: .5s ease;
}
.mediaImg:hover {
  transform: scale(1.0, 1.0);
  transition: .5s ease;
}

.mediaTopText {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: font-description;
  word-wrap: break-word;
  width: 600px;
  overflow: hidden;
  
  position: relative;
  left: 20px;
  top: 0px;
  
  color:rgb(255,255,255);
  transition: .5s ease;
}




/* Game Page - note this is for a specific game's page, not games.html*/

.gameLogoClass {
	position: absolute;
	left: 50%;
	margin-left: -715px;
	margin-top: calc(100vh - 610px);
	z-index: 888;
	object-fit: none;
	height: auto;
	transition: .3s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
/* this is hacky because we need to anchor the image to bottom of video as it scales down*/
@media screen and (max-width: 1180px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.88);
		margin-top: calc(100vh - 585px);
	}
}
@media screen and (max-width: 1040px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.78);
		margin-top: calc(100vh - 565px);
	}
}
@media screen and (max-width: 930px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.7);
		margin-top: calc(100vh - 545px);
	}
}
@media screen and (max-width: 840px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.67);
		margin-top: calc(100vh - 530px);
	}
}
@media screen and (max-width: 790px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.6);
		margin-top: calc(100vh - 520px);
	}
}
@media screen and (max-width: 720px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.5);
		margin-top: calc(100vh - 495px);
	}
}
@media screen and (max-width: 600px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.46);
		margin-top: calc(100vh - 480px);
	}
}
@media screen and (max-width: 550px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.43);
		margin-top: calc(100vh - 470px);
	}
}
@media screen and (max-width: 520px) {
	.gameLogoClass {
		transition: .3s ease;
		transform: scale(0.36);
		margin-top: calc(100vh - 460px);
	}
}


.game_TopText {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 700px;
  overflow: hidden;
  position: relative;
  top: -60px;
  z-index: 100;
}
.game_HardcasesText {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 400px;
  overflow: hidden;
  position: relative;
  top: 0px;
  z-index: 100;
}
.game_PremiseText {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 800px;
  overflow: hidden;
}
.game_FeaturesText {
  color:rgb(255,255,255);
  text-align: left;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 800px;
  overflow: hidden;
}

/* fade background image down and center marketing text */
@media screen and (max-width: 1200px) {
  .game_TopText {
	width: 400px;
  }
  .game_PremiseText {
	width: 400px;
  }
  .game_FeaturesText {
	width: 400px;
  }
}


/* packshot section of games page */
.buttonsWithPackshots {
  position: relative;
  transition: .5s ease;
  left: 0px;
  top: 0px;
}
.packshot1 {
  position: relative;
  transition: .5s ease;
  top: 30px;
  width: 300px;
  height: 450px;
  left: -50px;
  z-index: 100;
}
.packshot2 {
  position: relative;
  transition: .5s ease;
  top: 40px;
  width: 300px;
  height: 10px;
  left: 0px;
  z-index: 200;
}
.packshot3 {
  position: relative;
  transition: .5s ease;
  top: 50px;
  width: 300px;
  height: 10px;
  left: 50px;
  z-index: 300;
}

.packshot1:hover{
	/*transform: scale(1.1, 1.1);*/
	transition: .5s ease;
	top: -30px;
	/*z-index: 999;*/
}
.packshot2:hover{
	/*transform: scale(1.1, 1.1);*/
	transition: .5s ease;
	top: -20px;
	/*z-index: 999;*/
}
.packshot3:hover{
	/*transform: scale(1.1, 1.1);*/
	transition: .5s ease;
	top: -10px;
	/*z-index: 999;*/
}

@media screen and (max-width: 1100px) {
  .buttonsWithPackshots {
	transition: .5s ease;
	left: 0px;
  }
}


/* this is for single packshots only*/
.packshotSingle {
  position: relative;
  transition: .5s ease;
  top: 30px;
  width: 300px;
  height: 450px;
  left: 0px;
  z-index: 100;
}
.packshotSingle:hover{
	/*transform: scale(1.1, 1.1);*/
	transition: .5s ease;
	top: -0px;
}
@media screen and (max-width: 1100px) {
  /*.packshotSingle {
	transition: .5s ease;
	left: 0px;
	top: 50px;
	height: 420px;
  }*/
}












.game_button {
	background-color: #c88a57;
	color: #fff;
	border: none;
	text-align: center;
	padding: 20px 24px;
	border-radius: 15px;
	min-height: 24px;
	min-width: 300px;
	font-size: 20px;
	font-family: font-description;
	transform: scale(1.0, 1.0);
	transition: .2s ease;
	cursor: pointer; 
	position: relative;
	margin-top:10px;
	z-index: 100;
}
.game_button:hover{
	background-color: #5c250a;
	transform: scale(1.1, 1.1);
	transition: .2s ease;
	z-index: 200;
}

.game_button_comingSoon {
	background-color: #111;
	color: #999;
	border: none;
	text-align: center;
	padding: 20px 24px;
	border-radius: 15px;
	min-height: 24px;
	min-width: 300px;
	font-size: 20px;
	font-family: font-description;
	transform: scale(1.0, 1.0);
	transition: .2s ease;
	position: relative;
	margin-top:10px;
}







/* --------- Slideshow css --------- */
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #42251d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #d7c198;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}

@-webkit-keyframes fade {
  from {opacity: .0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .0} 
  to {opacity: 1}
}





/* Grid of Screenshots */
.screenshotsContainer {
	overflow: hidden;
}

/* modal background */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  cursor:pointer;

  width: 80%;
  max-width: 1400px;
  height: auto;
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.5s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modalClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 9999;
}

.modalClose:hover,
.modalClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1000px){
  .modal-content {
    width: 100%;
  }
}









.companyAd_Index {
  color:rgb(0,0,0);
  text-align: center;
  padding: 0px 0px;
  width: auto%;
  height: auto%;
  position: relative;
  top: 0px;
  right: 0px;
}

.companyAd_Publishing {
  color:rgb(0,0,0);
  text-align: center;
  padding: 0px 0px;
  width: auto%;
  height: auto%;
  position: relative;
  top: -480px;
  right: 0px;
}

@media only screen and (max-width: 800px){
  .companyAd_Index {
    width: 100%;
  }
  .companyAd_Publishing {
    width: 100%;
  }
}













/* Buy Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);
}

.modal_mascot_right {
  position: relative;
  z-index: 100;
  left: 430px;
  top: 380px;
  height: 1px;
}

.modal_mascot_left {
  position: relative;
  z-index: 100;
  left: -430px;
  top: 380px;
  height: 1px;
}

.modal_content {
  background-color: rgba(0,0,0,0.9);
  margin: 5% auto; /* 15% from top + centered */
  padding: 20px;
  border: 1px solid #C88A57;
  width: 900px; 
  height: 700px;
}

.modal_text {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 380px;
  overflow: hidden;
  
  position: relative;
  top: 0px;
}

.close {
  color: #eeeeee;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
} 


/* Gamepage button placement for modal */
.buyButtonLeft {
  position: absolute;
  z-index: 1000;
  left: -650px;
  top: 1120px;
  width: 100%;
  height: 1px;
  transition: .5s ease;
}
.buyPackshot1 {
  position: relative;
  transition: .5s ease;
  top: -400px;
  width: 300px;
  height: 1px;
  left: 680px;
  z-index: 1000;
  cursor: pointer;
}
.buyPackshot2 {
  position: relative;
  transition: .5s ease;
  top: -399px;
  width: 300px;
  height: 1px;
  left: 730px;
  z-index: 1001;
  cursor: pointer;
}
.buyPackshot3 {
  position: relative;
  transition: .5s ease;
  top: -398px;
  width: 300px;
  height: 1px;
  left: 780px;
  z-index: 1002;
  cursor: pointer;
}

.packshot_cover {
  position: relative; 
  z-index: 1010; 
  left: 720px;
  top: -162px;
  width: 500px; 
  height: 300px; 
  overflow: hidden; 
  background-color: rgba(0,0,0,1);
  transition: .5s ease;
}

.buyPackshot1:hover{
	transition: .5s ease;
	transform: translate(0, -50px);
}
.buyPackshot2:hover{
	transition: .5s ease;
	transform: translate(0, -50px);
}
.buyPackshot3:hover{
	transition: .5s ease;
	transform: translate(0, -50px);
}
.game_PremiseTitle_Packshots {
  color:rgb(255,255,255);
  width: 800px;
  top: -300px;
  position: relative; 
  transition: .5s ease;
}
.game_PremiseText_Packshots {
  color:rgb(255,255,255);
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 800px;
  overflow: hidden;
  top: -300px;
  position: relative; 
  transition: .5s ease;
}
.game_FeaturesText_Packshots {
  color:rgb(255,255,255);
  text-align: left;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: font-description;
  word-wrap: break-word;
  width: 800px;
  overflow: hidden;
  top: -300px;
  position: relative; 
  transition: .5s ease;
}
.screenshotsContainer_Packshots {
	/*overflow: hidden;*/
	top: -300px;
}
.row_Packshots {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  position: relative;
  top: -300px;
  transition: .5s ease;
}

@media screen and (max-width: 1800px) {
	.buyButtonLeft {
		position: relative;
		z-index: 1000;
		left: -0px;
		top: 360px;
		width: 100%;
		height: 1px;
		transition: .5s ease;
	}
	.packshot_cover {
		background-color: rgba(0,0,0,0); 
	}
	.game_PremiseTitle_Packshots {
		top: 200px;
	}
	.game_PremiseText_Packshots {
		top: 200px;
	}
	.game_FeaturesText_Packshots {
		top: 200px;
	}
	.screenshotsContainer_Packshots {
		top: 200px;
	}
	.row_Packshots {
		top: 200px;
	}
	
	.buyPackshot1 {
		top: -60px;
		left: -50px;
	}
	.buyPackshot2 {
		top: -60px;
		left: 0px;
	}
	.buyPackshot3 {
		top: -60px;
		left: 50px;
	}
	
}



































/* old packshots section */
/*
.packshotsSection {
  background:#d7c199;
  width: 100%;
  height: 950px;
  overflow: hidden;
}
.packshotsBkg {
  width: 100%;
  height: 950px;
  position: relative;
  top: 100px;
  left: 0px;
  opacity: 1.0;
  overflow: hidden;
  transform: scale(1.0, 1.0);
  transition: .5s ease;
}

@media screen and (max-width: 1100px) {
  .packshotsBkg {
	width: 100%;
	height: 100%;
	transition: .5s ease;
  }
}
*/











