body {
  background-color: #fff !important;
}

header {
  z-index: 100;
  -webkit-box-shadow: 3px, 3px, 3px, #333;
          box-shadow: 3px, 3px, 3px, #333;
  width: 100%;
  position: absolute;
  top: 0;
}

/*******************
Navigation
*******************/
header .nav-link {
  color: #fff !important;
  font-size: 2rem;
  margin: 1rem;
  padding: 0;
}

header .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid red;
}

.active {
  color: lightgray !important;
  border-bottom: 2px solid red;
}

hr {
  color: #fff !important;
  background: #fff !important;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: .5;
  background-color: #000;
}

.video-player {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .video-player {
    background-image: url("/videos/thumbnails/drone-shot-of-pdx-mobile.jpg");
  }
}

#services {
  height: 650px;
}

.video-intro h1 {
  font-weight: bold;
  font-size: 4.5rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .video-intro h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  video {
    display: none;
  }
}

.video-intro .coming-soon {
  font-size: 2rem;
}

.video-intro p {
  font-weight: 300;
  font-size: 1.5rem;
}

.video-intro {
  top: 20%;
  text-align: center;
  color: #fff !important;
  z-index: 1;
}

/* 
Accordion
*/
.accordion .card {
  border: none;
}

.card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.card-header button::before {
  content: "\25BA";
}

.accordion .card-body {
  padding: 0rem 0rem 0rem 2rem;
}
/*# sourceMappingURL=styles.css.map */