#wrapper {
  padding-top: 0 !important;
}

#promo {
  height: 100vh;
}

#promo .container {
  position: relative;
  height: 100vh;
}

#promo .container #promo-text {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}

#promo .container #promo-text .primary-text {
  font-size: 36px;
  font-weight: 400;
}

#promo .container #promo-text .secondary-text {
  font-size: 20px;
  font-weight: 100;
}

#promo .container #promo-text .btn {
  margin: 14px 0 10px;
}

#primary-content {
  padding: 60px 0 30px;
  background: #f5f8fa;
}

#primary-content .content-item {
  text-align: center;
  margin-bottom: 30px;
}

#primary-content .content-item .content-img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  border: 10px solid rgba(0, 0, 0, 0.07);
}

#primary-content .content-item .content-topic {
  margin: 14px 0 4px;
  font-weight: 400;
  font-size: 18px;
}

#primary-content .content-item .content-detail {
  font-weight: 300;
}

#primary-content .content-item .content-more {
  margin-top: 20px;
}

#primary-content .content-item .content-more .btn {
  padding: 8px 20px;
  border-radius: 20px;
  border-color: #636b6f;
  color: #636b6f;
  font-size: 12px;
  transition: 0.2s;
}

#primary-content .content-item .content-more .btn:hover {
  background: #636b6f;
  color: #FFF;
}

.about-us-video {
  padding: 60px 0;
  background: #FFF;
}

.about-us-video .headline {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}

.about-us-video .content {
  overflow: hidden;
  min-height: 345px;
}

.about-us-video .options {
  margin-top: 40px;
}

.about-us-video .options a.btn {
  padding: 10px 30px;
  background: #3b5998;
  transition: 0.2s;
}

.about-us-video .options a.btn:hover,
.about-us-video .options a.btn:focus {
  opacity: 0.8;
  color: #FFF;
}

#donate-now {
  position: relative;
  color: #FFF;
}

#donate-now .container {
  padding: 80px 0;
}

#donate-now .container .primary-text {
  font-size: 24px;
  font-weight: 400;
}

#donate-now .container .secondary-text {
  font-size: 16px;
  font-weight: 100;
}

#donate-now .container .btn {
  margin-top: 20px;
  transition: 0.2s;
}

#donate-now .container .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

#member-rob {
  background-image: url("/images/team-rob.jpg");
}

#member-dominique {
  background-image: url("/images/team-dominique.jpg");
}

#member-salilla {
  background-image: url("/images/team-salilla.jpg");
}

#member-carla {
  background-image: url("/images/team-carla.jpg");
}

#member-caroline {
  background-image: url("/images/team-caroline.jpg");
}

.member-item {
  margin-bottom: 30px;
}

.member-item .member-img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #DDD;
  background-size: cover;
}

.member-item .member-name {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
}

.member-item .member-role {
  font-size: 12px;
  font-weight: 300;
}

#team-members {
  padding: 60px 0 30px;
  text-align: center;
}

#team-members .headline {
  font-size: 20px;
  font-weight: 700;
}

#team-members .hr {
  background: #333;
  margin: 10px auto 40px;
  width: 60px;
  height: 3px;
}

#team-members .intro {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 300;
}

#team-members .member-item {
  cursor: pointer;
  transition: 0.2s;
}

#team-members .member-item .member-img {
  transition: 0.3s;
}

#team-members .member-item:hover {
  margin-top: -10px;
  margin-bottom: 40px;
  color: #1e4e69;
}

#team-members .member-item:hover .member-img {
  border-color: #d7e3ea;
  box-shadow: 0 4px 2px rgba(21, 55, 75, 0.2);
}

.modal .member-item {
  margin: 0;
  padding: 40px 40px;
  text-align: center;
}

.modal .member-item .member-description {
  margin-top: 30px;
  text-align: justify;
  font-weight: 300;
}

.modal .member-item .member-option {
  margin-top: 30px;
}

.modal .member-item .member-option button {
  border: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  #promo {
    height: 65vh;
    min-height: 400px;
  }

  #promo .container {
    height: 65vh;
    min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  #promo .container #promo-text {
    right: 50%;
    bottom: 40px;
    transform: translateX(50%);
    width: 400px;
    max-width: 90vw;
    text-align: center;
  }

  #promo .container #promo-text .primary-text {
    font-size: 24px;
  }

  #promo .container #promo-text .secondary-text {
    font-size: 14px;
  }
}

