h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0 10px 0;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}

.btn {
  font-size: large;
}

.flex {
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
}

.banner {
  background: #171e2f;
  color: #fff;
  font-family: Rajdhani;
  font-size: 24px;
  position: relative;
}

.banner canvas {
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}

.banner .wrap {
  background-image: url(/resources/imgs/hero.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: 400px 400px;
          background-size: 400px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.banner__text {
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 20px;
}

.banner__text .big-font {
  color: #0098cf
}

.stats {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.big-font {
  font-size: 30px;
  font-weight: 700;
}

.minor__white {
  color: #fff;
}

.flex__box {
  padding: 10px;
}

.features li {
  display: flex;
  list-style: none;
  padding: 5px;
  position: relative;
}

.features li label:first-child {
  flex: 1;
}

.features li label img {
  height: 48px;
  vertical-align: middle;
  width: 48px;
}

.features li label:nth-child(2) {
  flex: 9;
  padding: 0 10px 10px;
}

.features li label span {
  font-weight: 700;
}

.overlay {
  background: rgba(0, 0, 0, .7);
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  bottom: 100vh;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  right: 0;
  text-align: center;
  width: 100vw;
  z-index: 20;
}

.overlay iframe {
  height: 385px;
  margin: 20px;
  width: 640px;
}

footer {
  background: #1e2c3e;
  color: #999;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h4 {
  color: #999;
}

footer ul {
  padding: 0;
  margin: 10px 0;
}

footer li {
  list-style: none;
  padding: 0 5px;
}

footer .features li:before {
  display: none;
}

footer img {
  display: block;
  margin: 0 10px;
  width: 20%;
}

footer .wrap~div {
  text-align: center;
  padding: 20px;
}

footer .nav__menuitem__signup {
  color: #fff;
  display: inline-block;
}

@media screen and (max-width:767px) {
  .flex {
    display: block;
  }

  .banner .wrap {
    background-image: none;
    padding: 40px 0 120px;
    text-align: center;
  }

  .banner .btn {
    margin-bottom: 5px;
  }

  .stats.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .overlay iframe {
    height: 60vw;
    margin: 0;
    width: 100vw;
  }

  footer .flex__box, footer .flex__box:nth-child(3) {
    text-align: center;
  }
}
