
.MainContainer {
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}


img.fill {
    max-width=100%;
	height: auto;
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.pixelated {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}





.bg1a {
	background-color: rgba(32,60,56,1);
	background-image: url(res/bg1a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	z-index: -2;
}
.bg1b {
	position: absolute;
	left: 0;
	top: -90vh;
	background-color: rgba(0,0,0,0);
	background-image: url(res/bg1b.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	z-index: -1;
	margin-bottom: -90vh;
}
.bg2 {
	background-color: rgba(18,14,28,1);
	background-image: url(res/bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	z-index: -1;
}
.bg2b {
	position: absolute;
	left: 0;
	top: -90vh;
	background-color: rgba(0,0,0,0);
	color:white;
	z-index: -1;
	margin-bottom: -90vh;
}
.parallax {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 90vh;
	justify-content: center;
	align-items: center;
	transform: translateZ(-1px) scale(2.1);
}
.parallax2 {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 90vh;
	justify-content: center;
	align-items: center;
	transform: translateZ(-0.8px) scale(2.1);
}
.static {
	background: white;
	color:black;
	z-index: 10;
}

.imgPhone {
	display:block;
	margin: 0px auto;
	width: 25vh;
}
.imgFaq {
	display:block;
	margin: 0px auto;
	width: 8vh;
}
.imgCrow {
	position: relative;	
	display:block;
	margin: 0px auto;
}
.imgCrow img {
  position: absolute;
  top:-5vh;
  left:-2.5vh;
  overflow: hidden;
  width: 5vh;
  height: 5vh;
}
.imgCrow .frame1 {
  z-index: 9999;
  transition: opacity 0s ;
  -webkit-transition-delay: 0.4s; /* Safari */
  transition-delay: 0.4s;
}
.imgCrow:hover  > .frame1{
  opacity: 0;
}
.imgCrow .frame2 {
  z-index: 9999;
  transition: opacity 0s ;
  -webkit-transition-delay: .2s; /* Safari */
  transition-delay: .2s;
}
.imgCrow:hover > .frame2{
  opacity: 0;
  transition: opacity 0s ;
  -webkit-transition-delay: .7s; /* Safari */
  transition-delay: .7s;
}







