
body {

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

}

#bkdimg{
	position:fixed;
	height: 150vh;
	top:0px;
	left:50%;
	margin-left:-50%;
}


#canvas {
	position:fixed;
	width:250px;
	height::250px;
	left:50%;
	top:-150px;
	margin-left:250px;
	z-index:0;
}
.main {

	z-index:10;
}
#labcontainer{
	position:absolute;
	width:250px;
	height::250px;
	left:50%;
	top:-150px;
	margin-left:500px;
	z-index:100;

}


	
/**//**//**//**//**//**//**//**//**//**/
/*HEADER*/

#topMenu{
	position: fixed;
	background-color: #040b38 !important;
	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: fixed;
	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);
}


#menu
{
  position: absolute;
  width: 150px;
  margin: 23px 0 0 -100px;
  right: -15px;
  padding: 20px;
  padding-top: 20px;
  background: #040b38;
  opacity: .8;
  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;
}




/**//**//**//**//**//**//**//**//**//**/
/*Movie Thumbnail*/

#container{
	margin: auto;
	position: absolute;
	top: 100px;
	width: 100%;
	height:300px;
	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:100;
	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:100;
	cursor: pointer;}	
/**//**//**//**//**//**//**//**//**//**/
/*Animate movie*/

#closeX{
	position: absolute;
	width: 30px;
	height:30px;
	right:30px;
	top:120px;
	z-index:2000;}

#reelDivContainerOne{
	position: fixed;
	width: 100vw;
	height:110vh;
	top:-25px;
	left:-10px;
	z-index:1000;
	background-color: #000000;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	
}

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

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




#imgDivContainer{
	position: fixed;
	min-width: 100%;
	max-height:100%;
	top:0px;
	left:50%;
	margin: auto;
	transform: translate(-50%, 0%);
	z-index:200;
	background-color: #000;
	display: none;
	animation-name: texton;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0s;
}

#BlackBox{

	width:100%;
	height:400vh;
	top:-50px;
	z-index:10;}
	
#expandedImg{
	position:absolute;
	left:50%;
	width:50%;
	top:50%;
	margin: auto;
	transform: translate(-50%, -50%);
	z-index:100;
}
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}
.closebtn {
  position: absolute;
  top: 100px;
  right: 15px;
  color: white;
  font-size: 45px;
  cursor: pointer;
  z-index:200;
}
/**//**//**//**//**//**//**//**//**//**/
/*Gallery*/
.gallery{
	position: relative;
	top:20%;
	left:50%;
	width:50vw;
	min-height:300px;
	transform: translate(-50%, 0%);
	z-index: 10;
}
.grid-container-one {
	position:absolute;
	left:0%;
	top:0px;
	width:33%;
	}
.grid-container-two {
	position:absolute;
	left:33%;
	top:0px;
	width:33%;
	}
.grid-container-three {
	position:absolute;
	left:66%;
	top:0px;
	width:33%;
	}

.grid-item {
  padding: 15px;
  font-size: 30px;
  text-align: center;
  }

#images{
	position: relative;
	width:100%;
	border-radius: 8px;
	box-shadow: 0 0 16px #00000010;
	animation-name: thumbs;
	animation-timing-function: ease-out;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: -.5s;
	transition: all 1s ease;
}

	
#images:hover {
	box-shadow: 0 0 20px #00000090;
	transform: scale(1.05);
}




/**//**//**//**//**//**//**//**//**//**/
/*CSS Animation*/

/*Animate Onload*/
@-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);
	}
}