
body {

	background-color: #000000;
	overflow-x:hidden;

}
#bkd{
  height: 200vh;
  background-image: url('https://outofourmindsstudios.com/images/lab/LabBGDdark.png');
  background-repeat: no-repeat;
  background-size: contain;
  top:-150px;

}
#bkdimg{
	position:fixed;
	height: 150vh;
	top:0px;
	left:50%;
	margin-left:-50%;
}
/**//**//**//**//**//**//**//**//**//**/
/*HEADER*/
#topMenu{
	background-color: #040b38 !important;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	box-shadow: 0 0 16px #000;
	z-index: 100;}

h1 {
	position: absolute;
	top: 0px;
	left: 130px;
	color: #9cff71;
	font-family: Georgia, serif;
	font-size: 30px;}
h2 {
	position: absolute;
	top: 0px;
	left: 150px;
	color: #e3ffb4;
	font-family: Georgia, serif;
	font-size: 30px;}
p {
	position: absolute;
	width:400px;
	top: 50px;
	left: 150px;
	color: #fdfdff90;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:12px;
	text-align:left;}
		
#logoCircle{
	position: absolute;
	left: -2px;
	top: 0px;
	height: 75px;


}
#footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height:25px;
	margin: auto;
	text-align: center;
	z-index: 20;
	color: #152171;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 10px;}

/**//**//**//**//**//**//**//**//**//**/
/*NAVIGATION*/
#menuToggle
{
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #6cd900;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #a90194;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}



#menuToggle span:first-child
{transform-origin: 0% 0%;}

#menuToggle span:nth-last-child(2)
{transform-origin: 0% 100%;}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #a90194;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}





/**//**//**//**//**//**//**//**//**//**/
/*Main*/










#menu
{
  position: absolute;
  width: 150px;
  margin: 23px 0 0 -100px;
  right: -15px;
  padding: 20px;
  padding-top: 20px;
  background: #020727;
  opacity: 1;
  border-radius: 0px 0px 0px 30px;
  list-style-type: none;
  text-align: right;
  font-family: 'Trebuchet MS', sans-serif;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index:1;
}

#menu li
{
  padding: 10px 0;
  font-size: 16px;
}

/*Slide it in from the left*/
#menuToggle input:checked ~ ul
{
  transform: none;
}

/**//**//**//**//**//**//**//**//**//**/
/*Main*/

#container{
	margin: auto;
	position: absolute;
	top: 100px;
	width: 100%;
	height:500px;
	z-index:0;
	text-align: center;}
	
#OneTNDiv{
	position: relative;
	display: inline-block;
	padding-top:50px;
	padding-left:.5rem;
	padding-right:.5rem;
	vertical-align: middle;
	min-width:400px;
	z-index:0;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -1.25s;}
	
#OneTN{
	position: relative;
	width: 30vw;
	min-width:300px;
	top:0px;
	left:0px;
	border-radius: 8px;
	box-shadow: 0 0 16px #000;
	z-index:0;
	cursor: pointer;}
	
#TwoTNDiv{
	position: relative;
	display: inline-block;
	padding-top:50px;
	padding-left:.5rem;
	padding-right:.5rem;
	vertical-align: middle;
	min-width:400px;
	z-index:0;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -1s;}
	
#TwoTN{
	position: relative;
	width: 30vw;
	min-width:300px;
	top:0px;
	left:0px;
	border-radius: 8px;
	box-shadow: 0 0 16px #000;
	z-index:0;
	cursor: pointer;}
	
	
#ThreeTNDiv{
	position: relative;
	display: inline-block;
	padding-top:50px;
	padding-left:.5rem;
	padding-right:.5rem;
	vertical-align: middle;
	min-width:400px;
	z-index:0;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -.75s;}
	
#ThreeTN{
	position: relative;
	width: 30vw;
	min-width:300px;
	top:0px;
	left:0px;
	border-radius: 8px;
	box-shadow: 0 0 16px #000;
	z-index:0;
	cursor: pointer;}
	
#FourTNDiv{
	position: relative;
	display: inline-block;
	padding-top:50px;
	padding-left:.5rem;
	padding-right:.5rem;
	vertical-align: middle;
	min-width:400px;
	z-index:0;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -.5s;}
	
#FourTN{
	position: relative;
	width: 30vw;
	min-width:300px;
	top:0px;
	left:0px;
	border-radius: 8px;
	box-shadow: 0 0 16px #000;
	z-index:0;
	cursor: pointer;}
	
#FiveTNDiv{
	position: relative;
	display: inline-block;
	padding-top:50px;
	padding-left:.5rem;
	padding-right:.5rem;
	vertical-align: middle;
	min-width:400px;
	z-index:0;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -.25s;}
	
#FiveTN{
	position: relative;
	width: 30vw;
	min-width:300px;
	top:0px;
	left:0px;
	border-radius: 8px;
	box-shadow: 0 0 16px #000;
	z-index:0;
	}

/**//**//**//**//**//**//**//**//**//**/
/*Animate movie*/



#closeX{
	position: absolute;
	width: 30px;
	height:30px;
	right:20px;
	top:100px;
	z-index:200;}

#reelDivContainerOne{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}
#reelDivContainerTwo{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}
#reelDivContainerThree{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}
#reelDivContainerFour{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}
#reelDivContainerFive{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}

#reelDivshadow{
	position: absolute;
	width: 90%;
	height:90%;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	border-radius: 0px;



	}

#reelDiv{
	position: absolute;
	top:75px;
	left:50%;
	transform: translate(-50%, 0%);
	border-radius: 0px;
	width: 90%;
	height:90%;
	}

iframe {
width: 90%;
height: 90%;
}


/**//**//**//**//**//**//**//**//**//**/
/*Gallery*/

@-moz-keyframes texton {
  0% {
    opacity: 0;


  }
    30% {
    opacity: 0;


  }
  100% {
    opacity: 1;



  }
}
@-webkit-keyframes texton {
  0% {
    opacity: 0;


  }
    30% {
    opacity: 0;


  }
  100% {
    opacity: 1;



  }
}
@-o-keyframes texton {
  0% {
    opacity: 0;


  }
    30% {
    opacity: 0;


  }
  100% {
    opacity: 1;



  }
}
@keyframes texton {
  0% {
    opacity: 0;


  }
    30% {
    opacity: 0;


  }
  100% {
    opacity: 1;



  }
}






@-moz-keyframes thumbs {
  0% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
    30% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
  100% {
    opacity: 1;
	border-radius: 8px;
	transform: translateY(0px);

  }
}
@-webkit-keyframes thumbs {
  0% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
    30% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
  100% {
    opacity: 1;
	border-radius: 8px;
	transform: translateY(0px);

  }
}
@-o-keyframes thumbs {
  0% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
    30% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
  100% {
    opacity: 1;
	border-radius: 8px;
	transform: translateY(0px);

  }
}
@keyframes thumbs {
  0% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
    30% {
    opacity: 0;
	border-radius: 50px;
	transform: translateY(200px);

  }
  100% {
    opacity: 1;
	border-radius: 8px;
	transform: translateY(0px);

  }
}