a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Serena';
    src: url('../assets/Serena.woff2') format('woff2'),
        url('../assets/Serena.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  width:100%;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin:0;
  font-size: 14px;
  line-height: 1.7;
  padding:0;
  position:relative;
  color:#fff;
  text-align: left;
  background-color:#000;
  max-width:100%;
  text-align: center;
}

h1, h2, h3, h4, .h1, .h2 {
  font-family: 'Serena';
  font-weight: 400;
  line-height:1.5;
}

h1, h2, h3, h4, a, p {
  text-align: center;
}

h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.h2 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h1, .h1 {
  font-size: 46px;
  letter-spacing: 2.3px;
}


a, a:hover, a:focus, a:visited {
  text-decoration: none;
  color:inherit;
}

p {
  margin-bottom:20px;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.space-between {
  justify-content:space-between;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mx-auto {
  margin-left:auto;
  margin-right:auto;
}

.container {
  max-width: 85%;
  margin:0 auto;
  position: relative;
  z-index: 3;
}

.py-1 {
  padding-top:20px;
  padding-bottom:20px;
}

.py-5 {
  padding-top:150px;
  padding-bottom:150px;
}

.section {
  padding-top:200px;
  padding-bottom:200px;
}

.p-0 {
  padding:0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-2 {
  padding-top: 50px;
}

.pl-5 {
  padding-left:50px;
}

.pr-5 {
  padding-right:10%;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.w-small {
  width: 90%;
  max-width: 450px;
}

.w-medium {
  width: 90%;
  max-width: 600px;
}

.align-center {
  align-items: center;
}

.flex-start {
  align-items: flex-start;
}

.w-large {
  width: 90%;
  max-width: 900px;
}

.w-xlarge {
  width: 90%;
  max-width: 1080px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 150px;
}

.mb-7 {
  margin-bottom: 80px;
}

.logo {
  position: absolute;
  left: 50%;
  top: -60px;
  width:350px;
  height:auto;
  margin-left:-190px;
}

.header {
  height: 95vh;
  position: relative;
}

.header:before {
  width: 100%;
  position: absolute;
  height: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: ' ';
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.header:after {
  width: 100%;
  position: absolute;
  height: 250px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: ' ';
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

#video-background {
  width: 100%; 
  height:100%;
  z-index: -100;
  object-fit: cover;
}

.videoHolder {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 0; 
  bottom: 0;
  top:0;
  left:0;
  width: 100%; 
  height: 100%;
  z-index: -100;
}

.header .content {
  position: absolute;
  top:50%;
  left: 50%;
  transform:translateY(-50%) translateX(-50%);
  z-index: 5;

}

.btn {
  display: inline-block;
  padding:12px 35px;
  appearance: none;
  -webkit-appearance:none;
  font-size: 12px;
  background:#000;
  font-weight: 500;
  border-radius: 0px;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #000;
box-shadow: 0px 0px 60px 2px rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.btn:hover {
  color:#000;
  background:#fff;
}

.reverseOrder {
  flex-direction: row-reverse;
}

.animate {
  opacity: 0;
  transform: translateY(50px);
}

.stagger1, .stagger2, .stagger3, .stagger4 {
    opacity: 0;
  transform: translateY(50px);
}

button {
  cursor: pointer;
}

input {
  border-radius:15px;
  border:none;
  appearance: none;
  -webkit-appearance:none;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 0px;
  font-family: 'Givonic', sans-serif !important;
  font-weight: 600;
  max-width: 300px;
}

input:focus {
  outline: none;
}

.footer {
  padding-top:350px;
  padding-bottom: 20px;
  background: url(../assets/footerLight.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 110%;
}

.otherHeader {
  padding-top:370px;
  background: url(../assets/topLight.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 120%;
}

.hidden-desk {  
  display: none;
}

.hidden-mob {
  display: block;
}

.nav {
  width: 100%;
  left:0;
  position: absolute;
  z-index: 10;
}

.nav-menu {
  opacity: 0;
  visibility: hidden;
  right: -450px;
  background: #000;
  width: 70%;
  max-width: 400px;
  top: 0;
  position: fixed;
  height: 100%;
  padding:50px 40px;
  z-index: 15;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.80);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-menu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.menu {
  padding-top: 150px;
  text-align: left;
}

.menu a {
  display: block;
  padding: 20px 0px;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu a:hover {
  padding-left: 10px;
}

.closeIcon {
  position: absolute;
  right: 40px;
  top: 87px;
  display: block;
  cursor: pointer;
}

.production {
  width: 30%;
}

.footer-text {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hr {
  opacity: 0.5;
background: #FFF;
height: 1px;
width: 50px;
margin: 30px auto;
}

.nav-icon {
  position: absolute;
  right: 5%;
  top: 87px;
  display: block;
  cursor: pointer;
}

.profilePic {
  width: 285px;
  height: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.imdb {
  width: 50px;
  margin-top: 20px;
}

.profileBio, .profileBio h2, .profileBio p, .profileBio h3 {
  text-align: left !important;
}

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

  .mb-text-left {
    text-align: left;
  }

  .neg-m {
    position: relative;
    margin-top: -60px;
    z-index: 3;
  }

  .narrow-width {
    max-width: 80%;
    margin-left:auto;
    margin-right: auto;
  }


.production {
  width: 100%;
}

.profilePic {
  width: 100%;
}

  .hidden-mob {
    display: none;
  }

  .hidden-desk {
    display: block;
  }

  h1, .h1 {
  font-size: 36px;
}

.header  h2 {
  max-width: 300px;
  margin:0 auto;
}

#video-background {
      object-position: 28% center;
}

.header {
  height: 80vh;
}

.extra-top {
  padding-top: 240px;
}

.header .content {
  top: auto;
  bottom: -30px;
  transform: translateY(0) translateX(-50%);
}

.production {
  margin-bottom:50px;
}

.small-m7 {
  margin-bottom: 40px;
}

  .py-5 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .mb-pl-5 {
    padding-left: 0;
    padding-top:25px;
  }


  .mb-column {
    flex-direction: column;
  }

}
