html, body {
  height: 100%;
  width: 100%;
  font-family: Helvetica;
  letter-spacing: .9px;
}
* { box-sizing: border-box; }

/* NAVBAR */
.navbar-nav {
    margin: 3vw 0;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 0.875rem;
  letter-spacing: .9px;
  font-weight: 400;
  text-transform: capitalize;
  color: #bbb;
}
.clean-navbar .navbar-nav .nav-item {
    padding-left: 1rem;
    padding-right: 0;
}

/* VIDEO BACKGROUND */
.index-item-width-full .index-section {
  width: 100%;
}

h1.page-title {
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 2.7px;
  margin: 1.2rem 0 4rem;
  color: #333;
}

p {
  font-weight:300;
  line-height: 2rem;
  letter-spacing: 0.9px;
  margin-bottom: 1.6rem;
  color: #333;
}

h2 {
  font-size: 1.5rem;
  font-weight:400;
  color: #333;
  margin-bottom: 1.2rem;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .5;
}

/* CONTACT FORM */
#contact-form .row {
  margin-bottom: 1rem;
  text-align: left;
}
#contact-form small {
  margin-top: 0.25rem;
  font-size: 0.75rem;}

#contact-form .optional {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#contact-form input,
#contact-form textarea {
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 12px;
  font-size: 0.875rem;
  max-height: 40px;
}

#contact-form textarea {
  min-height: 100px;
}

.btn,
.btn:active,
.btn:focus {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle:focus {
  background-color: #333;
  transition: .3s;
  border: none;
  box-shadow: none;
}
.btn-primary:hover {
  opacity: 0.7;
  background-color: #333;
}
.beyond-mediocrity-page h1.page-title,
.spotlight-page h1.page-title {
  margin-bottom: 8rem;
}
.beyond-mediocrity-page blockquote {
  font-size: 1.45rem;
  font-weight: 400;
  text-align: center;
  margin: 3rem 0 1rem;
}

.beyond-mediocrity-page .quote-person {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.spotlight-page .row {
  margin-bottom: 4rem
}

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

.social-icons a:last-child {
  margin-left: .25rem;
}
.spotlight-page h2 {
  font-size: 2rem;
  letter-spacing: 2.7px;
  line-height: 3rem;
}

.img-caption {
  display: block;
  margin-top: .5rem;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  text-align: left;
}


.video-player-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.portrait-mode .video-player-wrapper {
  aspect-ratio: 9/16 !important;
}

.video-player-wrapper p {
  position: absolute;
  top: 90%;
  left: 2rem;
  color: #FFF;
  font-weight: 500;
}

.video-background iframe {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16/9;
}

.portrait-mode .video-background iframe {
  aspect-ratio: 9/16 !important;
}

.modal-video-wrapper {
  overflow: hidden;
  position: relative;
  width:100%;
}

.modal-video-wrapper::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.modal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog {
  -webkit-transform: none;
  transform: none;
  max-width: none;
  width: 100vw;
  margin: 0;
  padding-right: 15px;
}

.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header .close {
   padding: 0;
   margin: 0;
}
.modal-gallery img {
  margin-bottom: 2rem;
}

.landing-page .clean-block.clean-info,
.films-page .clean-block.clean-info {
  padding: 0;
  background-color: black;
}
.navbar-brand img {
  width: 192px;
  height: 192px;
}

.navbar-light .navbar-toggler {
  border: none
}
.navbar-light button.navbar-toggler:focus {
  outline: none;
}

@media (max-width: 768px) {
  .page {
    padding-top: 100px;
  }
  .beyond-mediocrity-page h1.page-title,
  .spotlight-page h1.page-title {
    margin-bottom: 4rem;
  }
  .navbar-brand img {
    width: 72px;
    height: 72px;
  }
  .clean-navbar .logo {
    font-size: 1.1rem;
  }
  .navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .spotlight-page h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: left;
  }
  p {
    text-align: left;
    line-height: 1.5rem;
  }

  .navbar-collapse #nav {
    height: calc(85vh - 100px);
    justify-content: space-around;
    text-align: center;
    margin-bottom: 15vh;
  }
  .navbar-collapse #nav li a{
    font-size: 1.2rem;
  }
  .video-player-wrapper p {
    top: 90%;
    left: 2rem;
  }
  .modal-content {
    min-height: 100vh;
  }
  .modal-dialog {
    padding: 0;
  }
  .modal-body {
    padding: 0;
  }
}
