.apiai-landing-hero.devsite-landing-row h3 {
  font-size: 48px;
  line-height: 60px;
  color: #757575;
}

.apiai-landing-hero .devsite-landing-row-item-description p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 16px;
}

.devsite-header-background {
  display: none;
}

.devsite-landing-row-cta {
  background-color: #00BFA5;
}

.devsite-landing-row-cta h3 {
  font-weight: 300;
}

.devsite-landing-row-header-text {
  text-align: center;
}

.devsite-landing-row-logos .devsite-landing-row-item-custom-image-icon {
  width: 144px;
}

@media screen and (max-width: 1000px) {

/* This handles the case where the marquee image class for the
hero image makes the image too large on smaller-width screens. */

  .apiai-landing img {
    max-width: 55%;
  }

  .apiai-landing .devsite-landing-row-item-image {
    text-align: center;
  }

}

.devsite-landing-row-item-description {
  line-height: 28px;
}

.apiai-button {
  background-color: #ef6c00;
  color: #fff;
}

.apiai-button:hover,
.apiai-button:active {
  background-color: #cf4c00;
  color: #fff;
}

.centered-text {
  text-align: center;
}
