header h3, header h1, header a {
    color: #fff !important;
}
header#top h1, header#top h3, header#top a {
    text-shadow: 4px 3px 3px #000;
}
.why-us {
    background: url("../img/bg2.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
    padding: 50px 0;
    color: #fff;
}
.why-us .col-lg-8 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 15px;
}
.why-us .col-lg-8 p {
    font-size: 16px;
}
.why-us .col-lg-8 p.lead {
    font-size: 21px;
}
.our-team {
  padding: 50px 0;
}
.img-team {
  background-color: #fff;
  border: 1px solid #333333;
  margin: 0 auto;
}
.opacity-hover {
    opacity: 0.6;
    transition: all 0.2s ease 0s;
}
.opacity-hover:hover {
    opacity: 0.9;
    transition: all 0.2s ease 0s;
}
.col-lg-5 {
    padding: 10px;
}