#background {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg.html) no-repeat;
	background-size: cover;
}
.container h1 {
	color: white;
}


/* Default to hide the video on all devices */
#video{display:none}

/* Default to display the image on all devices */
#videosubstitute{display:block;width:auto;height:100%;}

#fullScreenDiv{
	/*width:100%;
	min-height: 100%;*/
   /* Set the height to match that of the viewport. */
	/*height: 100vh;
	width: auto;*/
	padding:0!important;
	margin: 0!important;
	background-color: gray;
	position: relative;
}

#video{    
	/*width: 100%;//100vw; 
	height: 100%;//auto;*/
	object-fit: cover;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#video-container {
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	/*height: 100%;*/
	position: relative;
}

#header-video {
	position: absolute;
	left: 0px;
	top: 0px;
	/*height: 100%;*/
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	/*height: auto;
	max-height: 100%;*/
	object-fit: cover;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.parallax {
	position: absolute;
}

.parallax-replacer {
display: none;
}

.small-screen-only {
	display: none;
}

@media (min-aspect-ratio: 1900/1267) {
  #header-video {
	  /*width: 100%;*/
  }
  #video{
	height: 100%;
	top: -100%;
  }
  #videosubstitute{
	display:block;
	width: 100%;
	height: auto;}
}

@media (max-aspect-ratio: 1900/1267) {
  #header-video {
	  /*height: 100%;*/
  }
  #video {
	height: 100%;
	left: -100%;
  }
  #videosubstitute{display:block;width:auto;height:100%;}
}

/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width : 992px) {
	#video{display:block;}
	#videosubstitute{display:none}
}   

/* The container for our text and stuff */
.video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 100%;*/
	height:100%;
}

.video-full:after{background: url(videooverlay.png.html);
	background-image: url(videooverlay.png.html);
	/*background-position-x: initial;
	background-position-y: initial;*/
	background-size: initial;
	/*background-repeat-x: initial;
	background-repeat-y: initial;*/
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	
	/*width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}

#now-on-kickstarter {
	position: absolute;
	/*right: 50%;*/
	bottom: 30px;
}

#ks-button {
  /*font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: #00e369;
  border-color: #F05F40;
  padding: 1rem 2rem;*/
  background-image: url("../img/kickstarter-back-us-now-small.png");
  width: 250px;
  height: 68px;
  display:block;
  margin-top:50px;
  margin-left: auto;
  margin-right: auto;
}

.svg-container-iefix {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  display: flex;
	  /* establish flex container */
	  flex-direction: column;
	  /* make main axis vertical */
	  align-items: center;
	  /* center items horizontally, in this case */
}

#mainNav2 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
	z-index: 1029;
	/*height: 100px;*/
	line-height: 100px;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 35px 0 rgba(0, 0, 0, 0.19);
}

#mainNav2:after {
	box-sizing: inherit;
	position: fixed;
	top: 65px;
	content: "";
	display: table;
	clear: both;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #B1916F;
	background-image: linear-gradient(-202deg, #92785b 0%, #fef2e6 48%, #ffdfbc 100%);
}

.text-yellow {
	color: #fbb522;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.column {
	column-count: 2;
	column-gap: 40px;
	column-rule-style: solid;
	column-rule-width: 1px;
	/*column-width: 350px;*/
}

.ks-video-small {
	position: relative;
    width:100%;
	height: 0;
	padding-top: 56.25%;
}

.ks-video-small iframe {
	position: absolute;
    width:100%;
    height: 100%;
	left: 0;
	top: 0;
}

.trailer-video {
	position: relative;
    width:100%;
	height: 0;
	padding-top: 56.25%;
}

.trailer-video iframe {
	position: absolute;
    width:100%;
    height: 100%;
	left: 0;
	top: 0;
}

.steam-widget {
	position: relative;
    width:100%;
	height: 0;
	padding-top: 35%;
}

.steam-widget iframe {
	position: absolute;
    width:100%;
    height: 100%;
	left: 0;
	top: 0;
}

.kickstarter-title {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.kickstarter-subtitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.pledge-total {
	font-size: 72px;
	text-align: center;
	margin-top: 30px;
}

.pledge-details {
	font-size: 30px;
	text-align: center;
}

/* mobile */
@media (max-width: 900px) {
	.parallax-container {
		display: none;
	}
	.parallax-replacer {
		display: inline;
	}
	.hide-on-small-screen {
		display: none;
	}
	.small-screen-only {
		display: inline;
	}
	
	.kickstarter-title {
		font-size: 30px;
	}

	.kickstarter-subtitle {
		font-size: 20px;
	}
	
	.pledge-total {
		font-size: 40px;
	}

	.pledge-details {
		font-size: 20px;
	}
}