body > .hero {
  color: #fff;
  background: url("/assets/img/clock.svg");
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #2196F3;
  padding: 70px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  body > .hero {
    background-size: 600px;
  }
}
body > .hero > h1, body > .hero > h2 {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1em;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}
body > .hero ul.links {
  margin: 0;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
body > .hero ul.links li {
  display: inline-block;
  margin: 16px;
}
body > .hero ul.features {
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
body > .hero ul.features li {
  list-style: none;
  margin: 40px 0;
  flex: 1 1 auto;
}
body > .hero ul.features li:before {
  font-family: "Material Icons";
  font-size: 4rem;
}
body > .hero ul.features li.extensible:before {
  content: "extension";
}
body > .hero ul.features li.reliable:before {
  content: "verified_user";
}
body > .hero ul.features li.lowpower:before {
  content: "battery_charging_full";
}
body > .hero ul.features li p {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}
body > .hero ul.features li .figure {
  font-size: 4rem;
}

ul#applications {
  margin: 0;
  padding: 0;
}
ul#applications li {
  display: flex;
  background-color: #BBDEFB;
  flex-wrap: wrap;
  list-style: none;
  padding: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 991px) {
  ul#applications li {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 991px) {
  ul#applications li {
    font-size: 1.5rem;
  }
}
ul#applications li h4 {
  font-size: 3rem;
  margin: 0;
}
ul#applications li div {
  flex: 2;
}
ul#applications li div:first-child {
  flex: 1;
  text-align: left;
  margin-right: 48px;
}
ul#applications li p {
  margin: auto 0;
}
ul#applications li img {
  max-width: 300px;
  max-height: 300px;
  border-radius: 10%;
}
@media screen and (max-width: 991px) {
  ul#applications li img {
    display: none;
  }
}
ul#applications li:nth-child(even) {
  background-color: #2196F3;
  color: white;
}
@media screen and (min-width: 991px) {
  ul#applications li:nth-child(even) {
    flex-direction: row-reverse;
  }
  ul#applications li:nth-child(even) div:first-child {
    flex: 1;
    margin-left: 48px;
  }
}

/*# sourceMappingURL=landing.css.map */