.team-detail-gallery .example-image {
background-size: cover;
background-position: center;
height: 350px;
margin-top: 30px;
}


@media screen and (max-width: 768px) {
.example-image {
height: 220px;
margin-top: 15px;
}
.navbar-brand img {
  height: 54px !important;
}
}

.attr-nav > ul > li a {
  color: #b19a62;
  font-size: 25px;
}

.navbar-brand  {
  padding: 4px 0 !important;
}