h1, .h1 {
  font-size: 40px;
}

html, body, button, input, select, textarea {
  font-family: 'Nokora', 'Oxygen', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .button {
  font-family: 'Nokora', 'Arimo', sans-serif;
}

.cream-color {
  color: #660066;
}

.site-header .header-brand img.logo {
  height: 65px;
}

.footer-brand, .footer-links, .footer-social-links {
  margin-bottom: 10px;
}

.site-footer-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.clients li {
  width: auto;
  margin: 0 auto;
}

.clients .clients-inner img {
  height: 70px;
  width: auto;
}

.pricing-table-features {
  margin-bottom: 24px;
}

@media (min-width: 641px) {
  .site-header .header-brand img.logo {
    height: 100px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-illustration {
    min-height: 400px;
  }

  .hero .hero-right-decoration {
    top: -180px;
  }
  
  .site-footer-inner {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .footer-links {
    order: unset;
  }

  .footer-social-links {
    justify-content: flex-start;
  }

  .tabs-content h2 {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .clients li {
    padding: 5px;
  }

  .clients .clients-inner img {
    height: 35px;
  }  
}

.footer-copyright {
  flex: none;
  display: inline-block;
  text-align: center;
}

.testimonial-inner {
  padding: 5px;
  background: #777;
}

.pricing-table-inner .pricing-table-image {
  max-height: 180px;
  width: auto;
  margin: 0 auto;
}

.icon {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 2px;
}

.icon-answer:before {
  content: "⇒";
}

.container .container-sm.pricing-faqs {
  max-width: 800px;
}
