
body {
	color:#252525;
	text-align: center;
	background-color: #f8f8f7;
	-webkit-font-smoothing: antialiased;
	font-family: europa, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	display: block;
}

a.svg {
	display: inline;
}
 
#projectTitle {
	line-height: 33px;
	margin: 30px auto;
	overflow: hidden;
	-webkit-transform: translateY(-20px);
}

#arrowDown, #aboutBtn #menu01, #menu02, #menu03, #menuOverlayInner li:hover, .btn, .btn:hover, #aboutBtn li, #nav01 {
transition: 0.3s;
-moz-transition:  0.3s; /* Firefox 4 */
-webkit-transition:  0.3s; /* Safari and Chrome */
-o-transition: 0.3s; /* Opera */
} 

.infoFade, a, #aboutBtn, #arrow_svg, #arrow_svg:hover, #dishSVG, #nav02, .projectContain, .projectBGVid, #projectTitle, body {
transition: 0.4s;
-moz-transition:  0.4s; /* Firefox 4 */
-webkit-transition:  0.4s; /* Safari and Chrome */
-o-transition: 0.4s; /* Opera */

}

#closeBtn, #holder, .title, .hidden, #nameTitle, #header span, #header, #logo, #filmmakerTitle, #arrow, #nav03, #projectTitle h1, #contactOverlay span, #projectTitle .underlineSml, #projectHeaderInner {
transition: 0.6s;
-moz-transition:  0.6s; /* Firefox 4 */
-webkit-transition:  0.6s; /* Safari and Chrome */
-o-transition: 0.6s; /* Opera */

}

#menuOverlay, #nameTitle, #nav04, #projectTitle h2 {
transition: 0.7s;
-moz-transition:  0.7s; /* Firefox 4 */
-webkit-transition:  0.7s; /* Safari and Chrome */
-o-transition: 0.7s; /* Opera */

}

#menuOverlay, #nameTitle, #nav04, #projectTitle h2 {
transition: 0.8s;
-moz-transition:  0.8s; /* Firefox 4 */
-webkit-transition:  0.7s; /* Safari and Chrome */
-o-transition: 0.7s; /* Opera */

}

/*.section a {
	display: block;
}*/


a img:hover, a img {
	transition: 0.4s;
	-moz-transition:  0.4s; /* Firefox 4 */
	-webkit-transition:  0.4s; /* Safari and Chrome */
	-o-transition: 0.4s; /* Opera */
}

.copyright {
	padding: 25px 0px;
	font-size: 18px;
	font-family: europa, sans-serif;
}

section#holder {
width:100%;
overflow: hidden;
padding-top:0px;
}

.container {
	max-width:1800px;
	margin:0px auto;
	padding-top: 120px;
}

#contactOverlay {
	background-color: rgba(249, 249, 247, 0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
}

#contactOverlay span {
	position: absolute;
    color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    line-height: 39px;
    display: inline-block;
    overflow: hidden;
    width: 80%;
}

#contactOverlay span p {
	font-family: 'Lora';
}

#contactOverlay span a {
	font-family: 'Lora';
	font-style:italic;
	color:#333;
}

#contactOverlay .underlineSml {
	margin:20px auto;
}

#contactClose, #mobMenuClose {
	position: absolute;
	font-size: 35px;
	right:40px;
	top:40px;
	cursor: pointer;
}

ul#socialLinks a {
    font-family: europa, sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-style: normal;
    display: inline-block;
    margin: 0px 10px;
}

.paddingTopBoost {
	padding-top: 40px;
}

#twitterSocial {
	margin:0px 30px;
}

.left {
	margin-left: 5%;
}

.right {
	margin: auto 5% auto auto;
}

.leftMid {
	margin-left: 9%;
}

/* ------ images only left and right ------- */

.imgLeft {
	float:left;
	margin-left: 5%;
}

.imgRight {
	float: right;
	margin-right: 5%;
}

section {
	/*padding: 70px 0px;*/
	overflow: hidden;
	position: relative;
}

.projectContain section, .container section {
	/*padding: 0px 0px 95px 0px;*/
	margin: 0px 0px 95px 0px;
}

img {
	width: 100%;
	position: relative;
	
}


.highlight{
	background-color: rgb(243, 230, 211);
}


.hidden {
opacity:0;
-webkit-transform: translateY(0px);
}

/* widths */


.width600 {
	max-width: 42%;
}

.width700 {
	max-width: 50%;
}

.width800 {
	max-width: 57%;
}

.widthMed {
	max-width: 57%;
}

.widthLrg {
	max-width: 73%;
}

.widthXl {
	max-width: 68%;
}

.widthXXl {
	max-width: 72%;
}

.widthFull {
	width:100%
}

.widthFullSection {
	height: 0px;
    padding-bottom: 45%;
}

.section img {
	width: 100%;
}


#header {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000;
	background-image: url(../images/J01.jpg);
	background-size: cover;
	background-attachment: fixed;	
}



#header span {
	position:absolute;
	color:#333;	
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

#nav {
	position: absolute;
    top: 30px;
    right: 40px;
    z-index: 5;
    font-size: 20px;
    float: right;
    font-family: europa, sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#nav a {
	display:inline-block;
	margin: 0 5px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	cursor: pointer;
}

.navWhite a {
	color: #fff;
}

.navBlack a {
	color: #000;
}

#logo {
	width: 700px;
	opacity: 0;
}

#headerBGVid {
	position: relative;
    height: 100%;
  }

#headerBGVidmp4 {
	height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

#filmmakerTitle {
	font-family: europa, sans-serif;
    position: absolute;
    bottom: 12.5%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    z-index: 10;
    opacity: 0;
 }

#menuOverlayInnerText .underlineSml {
	margin:20px 0px;
}

.underlineSml {
width: 20px;
display: block;
height: 1px;
background-color: #9B9A9A;
margin: 30px auto;
}

.underlineMed {
width: 30px;
display: block;
height: 1px;
background-color: #9B9A9A;
margin: 30px auto;
}


#projectTitle h1, #projectTitle h2 {
	color: #000;
	opacity: 0;
}

/*.title {
	font-family: europa, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	font-size: 55px;
	font-weight: 400;
	position: absolute;
	top: 55%;
	left: 50%;
	line-height: 55px;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 8;
	opacity: 0;
	
}*/




h1, h3, h4 {
	color: #fff;

}

h1 {
	font-size: 80px;
	line-height: 80px;
	/*font-weight: 600;*/
}


h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    margin: 25px 0px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer p, p.projectDescription, .projectIntro {

}


  

.projectIntro {
 	 width: 60%;	
    margin: 0px auto 50px auto;
    text-align: left;
    display: inline-block;
}

.role {
	font-family: europa, sans-serif;
	/*text-transform: uppercase;*/
    font-weight: 400;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
}

.roleAnswer {
	font-family: 'Lora', sans-serif;
	font-size: 22px;
    line-height: 24px;
    margin:0px;
    font-style: italic;
 	display: inline-block;
}


h4 {
	font-size: 60px;
	line-height: 60px;
}

.footer ul {
	width:80%;
	margin:0px auto;
	overflow: hidden;
}

.footer ul li {
	float: left;
	text-align: left;
	width:68%;
	padding-left: 5%;
}


.footer .underlineSml {
	display: inline-block;
}



.linkOut {
	display: block;
    margin: 45px 0px 0px 0px;
    color: #333;
}

.linkOut:hover {
    color: #999;
}

.quoteName {
	text-transform: uppercase;
	font-family: europa, sans-serif;
	letter-spacing: 4px;
	font-size: 17px;
	margin-top: 30px;
}

#aboutContain p.projectDescription {
	width: 66%
}

.holderPic {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    margin: 0px -50%;
}

p.projectDescription {
width: 49%;
margin:0px auto;
text-align: left;
display: inline-block;
}

p.projectDescription a {
	display: inline-block;
	color: #ce8e8e;
}

.filmName {
	font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    font-family: europa, sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.subTitle {
 	font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 10px auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 60%;
}

#credits {
	margin:60px auto;
}

#credits p {
text-align: center;
}

.filmNameSub {
	display: block;
	text-align:center;
	margin: 3px 0px 35px 0px;
}

.quote {
	text-align: center;
	width: 55%;
	margin:0px auto;
}

.quoteTitle {
	margin: 60px auto;
    width: 61%;
}

.indent{
text-indent: 40px;
}

.introCap {
	font-size: 35px;
}

.item a{
	position: relative;
	overflow: hidden;
}


.item a:hover .infoFade > .holderPic {
	opacity: 0;
}


.infoFade:hover > .title {
	top: 49%;
	opacity: 1;
}

.center {
	margin: 0px auto;
}

.infoFade {
	position: absolute;
	cursor:pointer;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index:5;
	background-color:rgba(0, 0, 0, .15);
	opacity: 1;

}

#arrowBack g {
	display: inline-block;
}

/* ---- Kew film & responsive film ---- */

.filmOutter {
	margin:0px auto;
	position: relative;
}

.filmInner {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	
}

.film {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 

#innocentMP4Outer, #BUSAMP4Outer, #vitalMP4Outer, #vanillMP4Outer {
	margin:0px auto;
	position: relative;
	overflow: hidden;
}

#innocentMP4Inner, #vitalMP4Inner {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}



#vanillMP4Outer {
 	max-width:400px;
 }

#vanillMP4Inner{
	padding-bottom: 159%;
	height: 0;
}

#vanillMP4Inner .mp4 {
left: 0.5px;
}

#soliMainVid .mp4 {
left: 1px;
}

.mp4 {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}



#arrow {
	max-width: 50px;
	position:absolute;
	bottom: 5.5%;
	fill: #FFF;
	transform: translate(-50%, -50%);
	opacity: 0;
}

#arrow_svg:hover {
fill: rgba(0, 0, 0, 0.40);
-webkit-transform: translate(-50%, -60%);
}

#arrow_svg {
	width:55px;
	position:absolute;
	bottom:20%;
	cursor: pointer;
	opacity: 1;
    -webkit-transform: translate(-50%, -50%);
}



#closeBtn {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	font-family: 'Space Mono', monospace;;
	z-index: 5;

}



#contactOverlay h1 {
   font-size: 40px;
    font-family: europa, sans-serif;
    font-weight: 400;
     text-transform: uppercase; 
    letter-spacing: 6px;
    line-height: 30px;
    color: #000;
}

.wsmLaurels {
     width: 150px;
    display: inline-block;
    margin: 40px 10px 0px 10px;
}



#projectTitle h1 {
	font-size: 47px;
	font-family: europa, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 65px;
	transform:translateY(20px);
}

#filmTitle h1 {
	font-size: 47px;
	font-family: europa, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 13px;
	line-height: 65px;
}

#projectTitle h2, #filmTitle h2 {
	font-family: europa, sans-serif;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
    display:block;
    transform:translateY(20px);
    margin:5px 0px;
}


#arrowBack g {
	display: inline-block;
}


.projectNameDivide {
	margin:90px auto;
}

#aboutSec p {
	font-family: 'Space Mono', monospace;;
	letter-spacing: 0px;
	font-size: 17px;
	line-height: 22px;
}

#aboutSec {
	padding:200px 0px;
}

#aboutSecInner {
	display: inline-block;
	width: 49%;
	text-align: left;
	float: left;
	margin-left: 13%;
}


#aboutSecInner .underlineSml {
	display: inline-block;
}

#aboutTextBtn {
	z-index: 5;
	position: fixed;
	top: 50%;
	left: -10px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	transform: rotate(90deg);
	text-transform: uppercase;
	font-family: Space Mono;
	font-size: 18px;
	letter-spacing: 2px;
	color: #333;
	opacity: 0;
}


#aboutPic {
	background-color: #ededed;
	margin:0px auto;
	padding-bottom: 45%;
}

.projectContain {
	opacity: 0;
}

/*   ----- mobmenu -----    */

#mobMenu {
	width: 32px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 30;
    cursor:pointer;
    display: none;
}

#mobMenu li {
	height: 2px;
    margin: 7px 0px;
    background-color: #fff;
}


#mobMenuOverlay {
	background-color: rgba(249, 249, 247, 0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 31;
    display: none;
 }

 #mobMenuInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    width: 80%;
	font-family: europa, sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0px;
    font-style: normal;
    display: block;
    font-size: 36px;
}

#mobMenuInner a {
	color: #333;
	margin: 15px 0px;
}

#mobMenuInner a:hover {
	color: #a7a7a7;
}

#mobMenuInner span {
	font-family: Lora;
	font-size: 26px;
	line-height: 17px;
}

#mobMenuInner span a {
	font-style: italic;
}




/* ---------------------------- Screen Sizes ---------------------------- */

@media screen and (max-width: 1000px) {

#dishSVG {
	max-width: 70%;
}

}


@media screen and (max-width: 900px) {

#logo {
	width: 320px;
}

#nav {
	display: none;
}

#mobMenu {
    display: block;
}

#socialGrid li{
	margin: 20px auto;
	width: 70%;
	float:none;
}

#menuOverlay {
	width:100%;
	height:100%;
} 

#filmmakerTitle {
	font-size: 20px;
}

#menuOverlayInner {
	padding: 30px;
	width: 80%;
}

p.projectDescription {
	width:80%;
}

.section, .projectContain {
max-width: 90%;
}



h1 {
	font-size: 60px;
	line-height: 60px;
}

}


/* ---------------------------- Mobile ---------------------------- */

@media screen and (max-width: 600px) {

.widthFullSection {

}

.holderPic	{
    margin: 0px -120%;
}

#holder {
	margin-top:0px;
}

#filmTitle h1 {
	font-size: 30px;
	letter-spacing: 11px;
	line-height: 42px;
}

#nav {
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}


.quote {
    text-align: left;
    width: 85%;
}

.quoteTitle {
	width: 100%;
}

.quoteTitle .subTitle {
	max-width: 90%;
}

#credits p {
	font-size: 22px;
    line-height: 29px;
}

#mobMenuInner .underlineSml {
	margin:30px auto;
}

.container {
	padding-top: 70px;
}

.title {
	opacity: 1;
	top: 50%;
	font-size: 30px;
    line-height: 30px;
}

.filmName {
	font-size: 24px;
}

#header {
	height: 85vh;
}

#headerBGVidmp4 {
    margin: 0px -130%;
}

.underlineSml {
	margin:20px auto;
}

#filmmakerTitle {
	font-size: 23px;
	width:100%;
}

#logo {
width: 400px;
}

#socialGrid li{
	width: 90%;
}

.footer h4 {
	font-size: 55px;
}

#projectTitle h1 {
	font-size: 46px;
	line-height: 50px;
}

#kevContain {
	padding-top: 0px;
}

#projectTitle h2 {
	font-size: 18px;	
	line-height: 23px;
}

#projectTitle {
	margin: 0px auto;
}

p.projectDescription {
	margin:0px auto;
}

#aboutContain p.projectDescription {
	width: 80%;
}

ul#socialLinks a {
	display: block;
}

.footer ul li:first-child {
	width:100%;
	padding-left: 0%;
}

.footer ul li:first-child img {
	width:45%;
	margin: 0px auto 30px auto;
	display: block;
}

.footer ul {
	width: 90%;
}

.footer ul li {
	float: left;
	text-align: left;
	width:100%;
	padding-left: 0%;
}

.footer ul li h4 {
	text-align: center;
}

.footer .underlineSml {
	display: block;
}


.projectContain {
	max-width:100%;
}

section, .projectContain section {
	margin: 25px 0px;
}

.title {

}

.item a {
margin: 0px auto;
}

.right {
	margin-right: 0px;
	float: none;
}

.left {
	margin-left: 0px;
	float: none;
}

.leftMid {
	float:none;
	margin-left: 0px;
}


.width600, .width700, .width800, .widthMed, .widthLrg, .widthXl, .widthXXl {
	max-width: 90%;
}

.widthFull {
	max-width: 100%;	
}

}


@media screen and (max-width: 500px) {




/*#menuOverlayInner {
	line-height: 24px;
	width:90%
}

#menuOverlayInner li {
	font-size: 33px;
	line-height: 33px;
}*/





}
