@import url('themes.css');

.clients {
  background-image: url('/assets/img/backgrounds/abstract_light_blue_blurred_lights_s.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  
  padding-top: 80px;
  padding-bottom: 30px;

  color: #303030;
}

.clients a, a:hover {
  border: 0;
  text-decoration: none;
}

.client-card {
  min-height: 250px !important;
  padding: 0;
  color: #303030;
}

.client-logo {
  height: 200px;
}

.client-logo img {
  max-width: 200px;
  max-height: 200px;
}