body {
  color: #443e35;
  line-height: 1.25;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.portfolio-modal {

  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;

}

.detail {
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
    font-size: 16px;
    font-style: italic;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead {
    background-color: #443e35;
}

#mainNav.navbar-shrink {
    background-color: #443e35;
}

.WAB_plusSymbol {
    color: #c4ae68;
    font-size: 150px;
    padding-top: 50%;
}
.featuredImage {
  width: 100%
}

.wab_visuals {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.team-member {
    padding-top: 50px;
}

#videoContainer {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

#portfolio, #skills {
  padding-top: 75px !important;
  padding-bottom: 30px !important;
}

.text-muted {
    color: #60523c !important;
}

video#bgvid {
      /*position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;*/
      height: auto;
      width: 100%;
}

section#contact {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
    color: #443e35;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: .75;
}


a:focus {
    outline: none !important;
}

#mainNav .navbar-toggler {
    background-color: #c4ae68;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
    text-shadow: 0px 0px 3px #000;
}

@media (max-width: 575.98px) {

  .portfolio-modal .modal-content h2 {
      font-size: 1.5em;
      margin-bottom: 15px;
  }
  .detail {
      font-size: 1rem;
  }

}
