body {
  background: #0f0f0f;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#codepen-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  z-index: 10;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("http://www.seanalexanderfree.com/codepen/avatar.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#codepen-link:hover {
  opacity: 0.8;
  box-shadow: 0 0 6px #efefef;
}

	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
		background-position: center center;
	}
	.slide{
		background-size: cover;
		background-position: center center;
	}
	
	.fp-slidesNav ul {display: inline-block; }
	
	/* Defining style for each section of totem
	* --------------------------------------- */
	
	#sectionintroi{
		*background-color: rgba(255,255,255,0) !important;
		background-image: none;*
		overflow: hidden;
	}
	
	/* MAGAZINE: Remaining present… */
	#section0{
		background-image: url(/framework/i/bg-mag-presence-01a.jpg);
	}
	
	/* WORK: HTN */
	#section1{
		/* this is a slideset */
	}
	
	/*Adding background for the HTN slides
	* --------------------------------------- */
	
	#slide1{
		background-image: url(/framework/i/bg-work-htn01-01a.jpg);
		/*padding: 6% 0 0 0;*/
	}
	
	@media only screen and (max-width: 800px) {
		#slide1{
			background-image: url(/framework/i/bg-work-htn01-01b.jpg);
		}
	}
	
	#slide2{
		background-image: url(/framework/i/bg-work-htn02-01a.jpg);
		/*padding: 6% 0 0 0;*/
	}
	
		/* WORK: MDC */
	#section4{
		background-image: url(/framework//i/bg-work-mdc01-01a.jpg);
	}
	
	#slidess1{
		background-image: url(/framework/i/bg-work-ss01-01a.jpg);
		/*padding: 6% 0 0 0;*/
	}
	
	@media only screen and (max-width: 800px) {
		#slidess1{
			background-image: url(/framework/i/bg-work-ss01-01b.jpg);
		}
	}
	
	#slidess2{
		background-image: url(/framework/i/bg-work-ss04-01a.jpg);
		/*padding: 6% 0 0 0;*/
	}
	
	
	#slidess3{
		background-image: url(/framework/i/bg-work-ss02-02a.jpg);
		/*padding: 6% 0 0 0;*/
	}
	
	@media only screen and (max-width: 1000px) {
	#slidess3{
		background-image: url(/framework/i/bg-work-ss02-01b.jpg);
		background-position: 0 30%;
		}
	}

	
	/* Sections
		 * --------------------------------------- */
		#section0 img,
		#section1 img{
			margin: 20px 0 0 0;
		}
		#section2 img{
			margin: 20px 0 0 52px;
		}
		/*#section3 img{
			bottom: 0px;
			position: absolute;
			margin-left: -420px;*/
		}
		.intro p{
			width: 0%;
			margin: 0 auto;
			font-size: 1.5em;
		}
		
		
		/* Video Styles */
		
		video {
		  margin: 0;
		  padding: 0;
		}
		
		.video {
			position: absolute;
			top: 0;
			/*left: 0;*/
			z-index: 1;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			left: 50%;
			transform: translateX(-50%);
	  }
		
		.canvas {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			opacity: 0.35;
	  }
