.download-title {
  font-weight: 700;
  margin-bottom: 2rem !important;
}

.download-content {
  margin-bottom: 16px;
}

.download-icon {
  margin-right: 0.25rem;
}

#android-bg {
  background-color: #e8fbe8;
}

#ios-bg {
  background-color: #f3f3f3;
}

#windows-bg {
  background-color: #eaf8ff;
}

.title.is-4 {
  font-size: 1.35rem;
}

.friendly {
  background-color: #dcfde3;
}

.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.tabs {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
          box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
  width: 100%;
  border-radius: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

li {
  margin-right: 0.2rem;
}

.tabs a {
  padding: .5em .5em;
}

#android:hover span {
  color: #26b426 !important;
}

#android:hover p {
  color: #26b426 !important;
}

#ios:hover span {
  color: #adaaaa !important;
}

#ios:hover p {
  color: #adaaaa !important;
}

#macos:hover span {
  color: #adaaaa !important;
}

#macos:hover p {
  color: #adaaaa !important;
}

#windows:hover span {
  color: #267bb4 !important;
}

#windows:hover p {
  color: #267bb4 !important;
}

#linux:hover span {
  color: #b48726 !important;
}

#linux:hover p {
  color: #b48726 !important;
}

.button.is-medium {
  font-size: 1rem;
}

.download-button-outer {
  display: inline-block;
}

.download-button-inner {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 767px) {
  .tabs {
    width: 40%;
    -webkit-box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
            box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
  }
  li {
    margin-right: 2rem;
  }
  .button.is-medium {
    font-size: 1.25rem;
  }
  .download-button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=download.css.map */