#top-section .jumbotron{
	background-image: none;
}
#Footer-Contact .row:nth-child(2){
	margin-top: 15px;
	margin-bottom: 0px;
}
#top-section{
	background-color: blue;
}

/* Works */
.work_text{
	margin-top: 5%;
}
#worktitle{
	float: left;
}
.work_text a{
	color: black;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;

}
.work_text h3{
	font-size: 1.2em;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.work_text h4{
	font-size: .8em;
	font-weight: 500;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	margin-top: 5%;
}
.work_text p{
	font-size: .8em;
	margin: 1% 0 3% 0;
}
#smltext{
	float: right;
	display: inline-block;
}
.worksimg{
	width: 100%;
}
.poster{
	width: 48%;
	margin: 5% 1% 5% 1%;
	float: left;
}
.recipe{
	margin-top:5%;
}

#pagearrow a{
	font-weight:300;
	margin-top:2%;
	float: left;
	display: block;
	cursor: pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: 0.2s ease;
	font-size:1.3em;

}
#pagearrow a:hover{
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
	opacity: .6;
	text-decoration: none;
}
#pagearrow a:nth-child(2){
	float: right;
}

#launch{
	font-weight:500;
	color:white;
	background-color: #000;
	font-size: 1.1em;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	padding: 9px 13px 9px 13px;
	border-radius: 6px;
  	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
  	transition:.3s;
  	line-height: 3em;
  	text-decoration: none;
}
#launch:hover{
	background-color: #ffcc5c;
	color: black;
}
.issuuembed{
	width: 78%;
	height: 400px;
	margin: 3% 0 0 10%;
}
#ipad{
	z-index: 0;
	position: absolute;
	width: 100%;
}
#poc{
	width: 83%;
	margin: 5% 0 15% 10%;
}
.video-container{
	padding-top: 10px;
}
#visual{
	display: inline-block;
	margin: 1% 0 0 10%;
	width: 80%;
}
#visual-slides{
	margin-bottom: 13%;
}
#visual-slides div{
	margin-left: 10px;
}
#emot-header{
	display: inline-block;
}
#visual-slides .slick-dots{
	bottom: -50%;
}
.emot-section{
	margin-top: 10%;
}
.emot-section h3{
	margin-bottom: 2%;
}
@media only screen and (max-width: 992px){
	.issuuembed{
	width: 90%;
	height: 400px;
	margin: 3% 0 0 5%;
}
}
@media only screen and (max-width : 760px){
	#pagearrow a{
	font-size: 1em;
	}
	.work_text{
		padding: 10% 0 0 0;
	}
	.issuuembed{
	width: 100%;
	height: 300px;
	margin: 3% 0 0 0;
	}
	.slick-dots{	
    	bottom: -20%;
	}
	#visual-slides .slick-dots{
	bottom: -120%;
	}
	.slick-dots li button:before{
		font-size: 15px;
		padding: 0px;
	}

}	
@media only screen and (max-width : 480px){
	.jumbotron{
		padding: 7% 0 5% 0;
	}
	.work_text{
		padding: 0 0 0 0;
	}
	#worktitle{
		padding: 0 0 0 5%;
	}
	#left_arrow{
		padding: 0 0 0 5%;
	}
	#right_arrow{
		padding: 0 5% 0 0;
	}
	#launch{
		font-size: 1em;
	}
	.issuuembed{
		width: 100%;
		height: 300px;
		margin: 3% 0 0 0%;
	}
	#poc{
		width: 83%;
		margin: 4% 0 15% 10%;
	}
	.slick-dots
	{	
    	bottom: -30%;
	}
	#visual-slides .slick-dots{
	bottom: -200%;
	}	
	.slick-dots li{
		margin: 0px;
	}
	.slick-dots li button:before{
		font-size: 10px;
	}
	#ipad{
		width: 99%;
		margin-left: 1px;
	}
	#poc{
		width: 80%;
		margin: 5% 0 15% 10%;
	}
}


