@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
background-color: #EBB423;
color: #fff;
}

::selection {
background-color: #EBB423;
color: #fff;
}
.scrollTop {
  position: fixed;
  bottom: 3.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 4em;
  height: 4em;
  cursor: default;
  z-index: 100000;
  opacity: 0;
  transition: opacity 1s ease;
}
.scrollTop.active:hover {
  opacity: 1;
}
.scrollTop.active {
  opacity: .4;
  cursor: pointer;
}
#scrollBTN {
  transition: fill 1s ease;
}
#scrollBTN:hover {
  fill: #EBB423;
}
#wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 241px;
}
#topWhite {
	background-color: #fff;
}
@font-face {
  font-family: 'creatorcreditsbb';
  src: url("fonts/creatorcreditsbb-webfont.woff"), url("fonts/creatorcreditsbb-webfont.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'creatorcreditsbbITAL';
  src: url("fonts/creatorcreditsbb_ital-webfont.woff"), url("fonts/creatorcreditsbb_ital-webfont.woff2");
  font-weight: normal;
  font-style: normal;
}
#menuButtons {
  position: absolute;
  bottom: -2em;
  right: 1.5em;
  color: #999;
  overflow: hidden;
}
li {
  display: inline-block;
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  font-weight: normal;
  text-align: right;
  font-size: 2.2em;
  line-height: 1;
}
li a {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  color: #999;
}
img a {
  border: none;
}
h2 a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-size: .7em;
}
h3 a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #999;
  line-height: 1;
  font-size: 1.4em;
}
.buttonClass::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #EBB423;
  transition: width .3s;
}
.buttonClass:hover::after {
  width: 100%;
  transition: width .3s;
}
#logoContainer {
  width: 8em;
  height: 8em;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translate(0%, -50%);
  cursor: pointer;
}
#logoBG {
  transition: all 1s ease;
}
#logoBG:hover {
  transform: rotate(-180deg);
}
#logoTXT {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  height: 27%;
}
.apertureStyle {
	fill: #999;
}
.apertureStyle:hover {
	fill: #EBB423;
}
.logoStyle {
	fill: #999;
}
#replaceHead {
  display: none;
}
#vidBanner {
  position: relative;
  width: 100vw;
  height: 40vw;
  overflow: hidden;
}
#vidDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
#vidContainer235x1 {
	position: relative;
	height: 43vw;
	
}
#vidContainer16x9 {
	position: relative;
	height: 56.26vw;
}
#vidPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 10000;
}
#playBTN {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  opacity: .15;
  transition: opacity 1s ease;
}
#playBTN:hover {
  opacity: 1;
}
h1 {
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color: #666;
  font-weight: normal;
  text-align: center;
  font-size: 4.4em;
}
h2 {
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color:#666;
  font-weight: normal;
  text-align: left;
  font-size: 3em;
  line-height: 1em;
}
h3 {
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color: #999;
  font-weight: normal;
  font-size: 2.2em;
}
h4 {
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color: #333;
  font-weight: normal;
  font-size: 1.8em;
}
p {
  font-family: Helvetica, Arial, "sans-serif";
  color: #666;
  font-weight: normal;
  text-align: justify;
  font-size: 1.1em;
}
p3 {
  font-family: Helvetica, Arial, "sans-serif";
  color: #666;
  font-weight: normal;
  text-align: justify;
  font-size: 1.1em;
}
p1 {
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-size: 4.4em;
}
p2 {
  font-family: Helvetica, Arial, "sans-serif";
  color: #bbb;
  font-weight: normal;
  font-size: .9em;
}
#films {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.thumb{
	text-align: left;
	position: relative;
	width: 20vw;
	height: 20vw;
	float: left;
	background-color: #fff;
	background-size: 20vw;
	background-repeat: no-repeat;
	overflow: hidden;
}
.thumbButton{
	position: relative;
	width: 20vw;
	height: 20vw;
	float: left;
	opacity: 0%;
}
.thumbButton:hover {
	background-color: #EBB423;
	opacity: 75%;
}
.thumbName{
	position: absolute;
	bottom: 0px;
	margin-left: 2vw;
	margin-bottom: .5vw;
	padding-right: 1vw;
	opacity: inherit;
}
#POMthumb {
	background-image: url("img/thumb/POMthumb.jpg");
}
#QOCthumb {
	background-image: url("img/thumb/QOCthumb.jpg");
}
#POLthumb {
	background-image: url("img/thumb/POLthumb.jpg");
}
#BMYthumb {
	background-image: url("img/thumb/BMYthumb.jpg");
}
#MAKthumb {
	background-image: url("img/thumb/MAKthumb.jpg");
}
#ZLDthumb {
	background-image: url("img/thumb/ZLDthumb.jpg");;
}
#PCHthumb {
	background-image: url("img/thumb/PCHthumb.jpg");
}
#INTthumb {
	background-image: url("img/thumb/INTthumb.jpg");
}
#FLthumb{
	background-image: url("img/thumb/FLthumb.jpg");
}
#awards {
  width: 100%;
  display: inline-block;
  background-color: #999;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  position: relative;
}
#awardsIMG {
	background-image: url("img/awardsWhite.png");
}
#awardsIMG {
  	width: 70%;
	object-fit: contain;
	background-image: url("img/awardsWhite.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 1s ease;
}
#awardsIMG:hover {
	background-image: url("img/awardsGold.png");
}
#about {
  display: block;
  background-color: #CCC;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2em;
  overflow: hidden;
}
#vidCopy {
  display: inline-block;
  background-color: #999;
  width: 80%;
  margin-top: -4.5em;
  padding-top: 5.5em;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 1.4em;
}
.whiteTXT {
	color: #fff;
}
#hideText {
  text-align: right;
  cursor: pointer;
  font-family: 'creatorcreditsbb', Gotham, Helvetica, Arial, "sans-serif";
  color: #666;
  font-weight: normal;
  font-size: 1.8em;
  display: none;
}
.hide{
	display: block;
}
#contact {
  display: inline-flex;
  width: 100%;
  background-color: #999;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  margin-top: -1px;
}
#photo {
  display: block;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}
#detailsContainer {
  width: 41.3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  /*	background-color: crimson;*/
}
#contactPhoto {
  width: 18em;
  height: 15em;
  float: left;
  border-right: solid .3em #fff;
}
#contactInfo {
  width: 20em;
  float: left;
  padding-left: 3em;
  /*	background-color: aqua;*/
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translatey(-50%);
}
#footer {
  display: inline-block;
  width: 100%;
  margin-top: -2px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  background-color: #666;
}
#intailsReplace {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  line-height: 0;
}
#titleReplace {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  line-height: 0;
}
@media (max-width: 880px) {
  #contactPhoto {
    display: none;
  }
  #contactInfo {
    width: 80%;
    margin-left: 5%;
    margin-right: 0%;
    height: 11em;
    position: relative;
    padding-left: 5%;
  }
  #detailsContainer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #contact {
    padding-top: 0em;
  }
  h2 {
    text-align: right;
  }
  #awardsIMG {
  	width: 90%;
  }
}
@media (max-width: 775px) {
  #vidBanner {
    height: 60vw;
  }
  #menuButtons {
    display: none;
  }
  #logoContainer {
    display: none;
  }
  #top {
    height: 5em;
    margin-bottom: 0;
  }
  #replaceHead {
    display: block;
  }
  #playBTN {
    width: 75%;
    height: 75%;
	opacity: .2;
  }
  h1 {
    font-size: 3.3em;
  }
  h4 {
  font-size: 1.4em;
}
  #about {
    padding-bottom: 1.5em;
  }
  #contact {
    padding-top: 0;
  }
  h2 a {
    font-size: .7em;
  }
  #awards {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #scrollBTN:hover {
    fill: #fff;
  }
  #films {
    width: 100vw;
  }
  .thumb{
    width: 25vw;
    height: 25vw;
	background-size: 25vw;
  }
  .thumbButton{
	position: relative;
	width: 25vw;
	height: 25vw;
  }
  #hideText{
	display: block;
  }
  .hide {
    display: none;
	}
}
  @media (max-width: 320px) {
    h2 {
      font-size: 2.2em;
    }
    h2 a {
      font-size: .7em;
    }
    #contactInfo {
      height: 7.5em;
    }
    #contact {
      padding-bottom: 2.8em;
    }
  }