.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #45aed6;
  color: #45aed6;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #45aed6;
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: #5cb85c;
  color: #fff;
}

.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #d9534f;
  color: #d9534f;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background-color: #d9534f;
  color: #fff;
}

#google-map {
  height: 650px;
}

.team-info h3 {
  font-size: 22px;
  text-align: center;
}

.navbar.navbar-default .navbar-brand {
  padding: 20px 15px 20px;
}

.team-img img {
  width: 100%;
}

#meet-team .col-sm-6.col-md-4 {
  margin-bottom: 25px!important;
}