.hero-background {
  background: #02c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #3ae2ff 0%,
    #24a8f0 40%,
    #24a8f0 40%,
    #2489db 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #3ae2ff),
    color-stop(40%, #24a8f0),
    color-stop(40%, #24a8f0),
    color-stop(100%, #2489db)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #3ae2ff 0%,
    #24a8f0 40%,
    #24a8f0 40%,
    #2489db 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #3ae2ff 0%,
    #24a8f0 40%,
    #24a8f0 40%,
    #2489db 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #3ae2ff 0%,
    #24a8f0 40%,
    #24a8f0 40%,
    #2489db 100%
  );
  /* IE10+ */
  background: linear-gradient(
    135deg,
    #3ae2ff 0%,
    #24a8f0 40%,
    #24a8f0 40%,
    #2489db 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c3e5', endColorstr='#1d81d3',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
  width: 100%;
  position: relative;
}

.device-map-padding {
  margin-top: 100px;
}

.platform-section {
  background-color: #fafaf9;
}

.jump-nav-bg {
  background-color: #2e97e3;
}

.feature-section {
  background-color: #0069d4;
}

.team-section {
  background-color: #fafaf9;
}

.feature-heading {
  color: #ff7171;
}

.feature-body {
  color: #fafaf9;
}

.biz-section {
  background-color: #f0f0f0;
}

.support-section {
  background-color: #0069d4;
}

.support-section-heading {
  color: #fafaf9;
}

.support-body {
  color: #fafaf9;
}

.support-button {
  background-color: #fafaf9;
  color: #0069d4;
}

.footer-section {
  background-color: #0069d4;
}

.logo-size {
  width: 250px;
}

.jump-text-shadow {
  text-shadow: 1px 1px #000000;
}

.jump-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.jump-banner {
  background-color: red;
  padding: 8px;
}

.jump-banner-text {
  color: white;
  padding: 0px;
  margin: 0px;
}
