/*!
 * Start Bootstrap - Grayscale v5.0.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: rgba(255, 255, 255, .75);
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #000000;
  border: 1px solid #000000;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-transform: uppercase;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(200, 200, 200, .5);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #333333;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #333333;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #000000;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #000000;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #000000;
    outline: none;
    border-bottom: 0.25rem solid #000000;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 15rem;
  margin-top: 75px;
  padding: 1rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/alpha-hippie-hero.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/alpha-hippie-hero.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  background-size: cover;
}

@media (min-width: 480px) {
  .masthead {
    min-height: 25rem;
  }
}

@media (min-width: 728px) {
  .masthead {
    min-height: 40rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    padding: 10rem 0;
    margin-top: 0;
    min-height: 50rem;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  /*border: 0;*/
}

@media (min-width: 728px) {
  .btn {
    font-size: 80%;
  }
}

.btn-ouline-light {
      border: 1px solid #f8f9fa;
}

.btn-primary {
  background-color: #333333;
}

.btn-primary:hover {
  background-color: #4f837f;
}

/*.btn-primary:active {
  background-color: #467370 !important;
}*/

.main-cta {
  margin-top: 10rem;
}

@media (min-width: 728px) {
  .main-cta {
    margin-top: 16rem;
  }
}

.about-section {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.cast-section {
  padding-top: 10rem;
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #dedede;
}

.contact-section {
  padding-top: 10rem;
  background-color: #161616 !important;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input, section#contact .form-group textarea {
    padding: 20px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 248px;
}

.form-group textarea {
    padding: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-section .social {
  margin-top:5rem;
}

.contact-section .social a {
  text-align:center;
  height:3rem;
  width:3rem;
  background:rgba(255,255,255,.1);
  border-radius:100%;
  line-height:3rem;
  color:rgba(255,255,255,.3);
}

.contact-section .social a:hover {
  color:rgba(255,255,255,.5);
}

.contact-section .social a:active {
  color:#fff;
}

body {
  letter-spacing: 0.0625em;
}

a {
  color: #000000;
}

a:focus, a:hover {
  text-decoration: none;
  /*color: #3c6360;*/
}

h2 {
  font-family: 'Playfair Display';
  font-weight: 700;
}

.video {
  max-width: 100%;
  height: auto;
  padding-bottom: 100px;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #000000 !important;
}

.text-primary {
  color: #000000 !important;
}

footer {
  padding: 5rem 0;
}
