a {
  color: #1485ee;
}

.margin-bottom-sm {
  margin-bottom: 20px !important;
}

.margin-bottom-md {
  margin-bottom: 40px !important;
}

.margin-bottom-lg {
  margin-bottom: 60px !important;
}

.padding-sm {
  padding: 40px 0 !important;
}

.cta-text {
  font-size: 22px;
  font-weight: 500;
}

.btn-xl {
  padding: 15px 40px;
  margin-bottom: 10px;
  border-radius: 30px;
}

.btn-xl.success {
  background-color: #27ae60;
  color: #fff;
}

.btn-xl.success:hover {
  background-color: #1d8449;
}

#head {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#homepage-hero {
  background-image: linear-gradient(#309adb, #2a7caf);
  color: #fff;
}

@media (max-width: 991px) {
  #homepage-hero {
    padding: 20px 0px !important;
  }
}

#homepage-hero .container {
  max-width: 960px !important;
}

#homepage-hero h1 {
  margin: auto;
  max-width: 600px;
  font-weight: bold;
}

@media (min-width: 768px) {
  #homepage-hero h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  #homepage-hero h1 {
    max-width: 650px;
  }
}

#homepage-hero h1 span {
  background-color: #45b2f5;
  padding-left: 5px;
  padding-right: 5px;
}

#homepage-hero .cta-button:hover {
  color: #2f95d4;
}

#homepage-hero h5 {
  font-weight: bold;
}

#homepage-hero .hero-text {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
}

.controller {
  position: absolute;
  z-index: 1;
}

.controller.launchpad {
  width: 300px;
  top: -20px;
  left: -200px;
  display: none;
}

@media (min-width: 768px) {
  .controller.launchpad {
    display: block;
  }
}

@media (min-width: 992px) {
  .controller.launchpad {
    top: -60px;
    width: 350px;
  }
}

.controller.launchpad img {
  width: 100%;
}

.controller.midimix {
  width: 200px;
  right: -30px;
  top: -50px;
  display: none;
}

@media (min-width: 768px) {
  .controller.midimix {
    display: block;
  }
}

@media (min-width: 992px) {
  .controller.midimix {
    right: 0px;
  }
}

.controller.midimix img {
  width: 100%;
}

.create {
  background-color: #eef4f7;
}

.create h3 {
  font-weight: 500;
}

.as-seen-on img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.try-it {
  background-color: #fff !important;
  color: #343434 !important;
}
