@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --cadet-blue: #82b5a7;
  --pale-turquoise: #acd6c4;
  --light-coral: #de8080;
  --burlywood: #ecc08a;
  --white: white;
  --black: black;
  --grey: #82726a;
  --powder-blue: #c4e2da;
}

body {
  color: #333;
  padding-top: 100vh;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 1.4;
}

h1 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 500%;
  font-weight: 700;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 250%;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: .9rem;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.6;
}

a {
  color: #222;
  margin-bottom: 1rem;
  font-size: 100%;
  line-height: 1.4;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 150%;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.white {
  color: #fff;
  display: inline-block;
}

.centred {
  text-align: center;
}

.hero-wrapper {
  background-image: linear-gradient(302deg, #0006 4%, #0000 77%), url('../images/hero-image.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 6rem;
  padding-right: 6rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.hero-text-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px;
  display: flex;
}

.menu-wrapper {
  z-index: 100;
  text-align: left;
  background-color: #de8080;
  border-right: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  width: 15%;
  padding-left: 2%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.navlink {
  z-index: 116;
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 14.2857vh;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navlink:hover {
  color: var(--pale-turquoise);
  background-color: #0000;
}

.showreel-section {
  background-color: #000;
  position: relative;
}

.video {
  z-index: 1;
  background-color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.synopsis-column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.synopsis-column.narrow {
  flex: 0 auto;
  width: 35%;
}

.david-image {
  align-self: center;
  width: 60%;
  display: block;
}

.synopsis {
  z-index: 5;
  background-color: #fff;
  padding: 3vw;
  display: flex;
  position: relative;
}

.credits-wrapper {
  z-index: 5;
  background-color: var(--cadet-blue);
  border-radius: 4px;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.fims-more-button {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 1rem;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto auto -45px 98px;
}

.films-more {
  z-index: 5;
  background-color: var(--light-coral);
  border-radius: 50%;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  box-shadow: 1px 1px 3px #0000004d;
}

.plus-minus {
  z-index: 10;
  width: 60px;
  display: block;
  position: static;
  overflow: visible;
}

.films-minus {
  margin-bottom: 0;
  display: none;
}

.films-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  height: auto;
  display: flex;
}

.film-item-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.film-column {
  flex: 0 auto;
  width: 40%;
  padding-right: 0;
}

.film-column.short {
  width: 45%;
}

.imdb-link {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.imdb-link:hover {
  background-color: var(--burlywood);
}

.credits-wrapper-2 {
  z-index: 2;
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  background-image: url('../images/imdb-filled-75px.png');
  background-position: 50%;
  background-size: contain;
  width: auto;
  height: 27px;
}

.h3-films-title {
  color: #fff;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.contact-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.contact-left {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.h3-contact {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 300;
}

.contact-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-item-wrapper {
  justify-content: space-around;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.contact-item-left-col {
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.paragraph-contact {
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 400;
  display: block;
}

.contact-item-right {
  flex: 1;
}

.button-cv {
  background-color: var(--cadet-blue);
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 3px 3px 8px #0003;
}

.button-cv:hover {
  box-shadow: none;
}

.contact-item-wrapper-top-margin {
  justify-content: space-around;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.gallery {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
  position: relative;
  overflow: auto;
}

.gallery-image {
  width: 25%;
}

.menu-progress-bar {
  z-index: 110;
  background-color: var(--cadet-blue);
  width: 100%;
  height: 14.2vh;
  position: absolute;
  inset: 0 auto auto 0;
}

.cv-download {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.video-item {
  width: 40%;
}

.link-contact {
  color: var(--cadet-blue);
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.link-contact:hover {
  color: var(--light-coral);
}

.menu {
  z-index: 100;
  background-color: #0000004d;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlink-top {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 90%;
  transition: background-color .25s cubic-bezier(.55, .055, .675, .19);
}

.navlink-top:hover {
  background-color: #000;
}

.poster {
  width: 17%;
  box-shadow: 1px 1px 8px #00000080;
}

.gallery-section {
  z-index: 1;
  background-color: #e2e2e2;
  padding-top: 2rem;
  position: relative;
}

.slider {
  background-color: #0000;
  height: 600px;
}

.slider-image {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  position: relative;
}

.video-container {
  background-color: #000;
}

.video-wrapper-desktoptablet {
  z-index: 0;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.video-wrapper-mobile {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.home {
  position: relative;
  top: 0;
  left: 0;
}

.link-footer {
  color: var(--burlywood);
}

.h2-white {
  color: #fff;
  text-align: right;
  font-size: 175%;
}

html.w-mod-js [data-ix="progress-bar-to-top-on-load"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="growhero-text-on-load"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="shrink-moile-nav-on-load"] {
  width: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 400%;
  }

  .hero-wrapper {
    padding-right: 1rem;
  }

  .hero-text-wrapper {
    align-items: flex-end;
  }

  .video {
    justify-content: space-around;
    height: auto;
  }

  .synopsis-column {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .david-image {
    width: 40%;
  }

  .synopsis {
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
  }

  .fims-more-button {
    width: 15%;
    left: 164px;
  }

  .films-wrapper {
    width: 95%;
  }

  .film-item-wrapper {
    justify-content: space-between;
  }

  .contact-left {
    width: 90%;
  }

  .video-item {
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-bottom: 1rem;
    display: flex;
  }

  .navlink-top {
    font-size: 80%;
  }

  .poster {
    width: 30%;
    margin-bottom: 1rem;
  }

  .slider {
    height: 500px;
  }

  .video-wrapper-desktoptablet, .video-wrapper-mobile {
    flex-wrap: wrap;
    place-content: stretch center;
  }

  .body {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 300%;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 150%;
  }

  h4 {
    margin-bottom: 1rem;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    margin-bottom: 1rem;
    font-weight: 400;
  }

  .hero-wrapper {
    padding-bottom: 1rem;
  }

  .menu-wrapper {
    background-color: #000;
    width: 40%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .navlink {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .video {
    height: auto;
  }

  .film-item-wrapper {
    align-items: flex-start;
  }

  .gallery-image {
    width: 33%;
  }

  .video-item {
    width: 90%;
    margin-bottom: 1rem;
  }

  .slider {
    height: 420px;
  }

  .hamburger {
    z-index: 10;
    background-color: var(--cadet-blue);
    border: 2px solid #fff;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    font-family: "Font awesome 5 free solid 900", sans-serif;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 1px 1px 8px #0003;
  }

  .hamburger:hover {
    background-color: var(--pale-turquoise);
  }

  .ham {
    color: #fff;
    text-align: center;
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 12px;
    font-family: "Font awesome 5 free solid 900", sans-serif;
    font-size: 200%;
    line-height: 1;
  }

  .video-wrapper-desktoptablet {
    flex-wrap: wrap;
  }

  .video-wrapper-mobile {
    z-index: 1;
    flex-wrap: wrap;
  }

  .body {
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff;
  }

  h3 {
    color: #fff;
    font-size: 100%;
  }

  .white {
    font-size: 65%;
  }

  .menu-wrapper {
    background-color: #000;
    width: 50%;
  }

  .navlink {
    padding-left: .5rem;
    font-size: 100%;
  }

  .navlink.w--current {
    font-size: 100%;
  }

  .fims-more-button {
    width: 40%;
  }

  .film-item-wrapper {
    align-items: flex-start;
  }

  .image {
    height: 20px;
  }

  .h3-films-title {
    width: 100%;
    font-size: 125%;
  }

  .paragraph-contact {
    font-size: 80%;
  }

  .gallery-image {
    width: 50%;
  }

  .poster {
    width: 40%;
  }

  .slider {
    height: 250px;
  }

  .video-wrapper-desktoptablet {
    z-index: 1;
  }

  .body {
    font-size: 5vw;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}