html, body {
  color: white;
  font-family: "Work Sans", sans-serif;
  background-color: #0e467b;
  background: linear-gradient(#1c8cf5, #270e7b);
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #02f710;
}

.content {
  /*
  position: absolute;
  display:flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  */
}

.title {
  display: block;
  width: fit-content;
  padding-top: 75px;
  align-items: center;
}
.title .app-name {
  display: block;
  font-weight: 800;
  font-size: 50pt;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.title .app-name img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  width: 56px;
  height: 56ps;
  margin-bottom: 11px;
  margin-right: 15px;
}
.title .beta {
  font-weight: 800;
  font-size: 12pt;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  background-color: red;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 0;
}

.subtitle {
  padding-top: 20px;
  font-weight: 500;
  font-size: 14pt;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 350pt;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.download {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.download .button {
  background: linear-gradient(#02f710, #108820);
  font-size: 14pt;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  height: 24pt;
  border-radius: 12pt;
  padding-top: 2pt;
  padding-left: 40pt;
  padding-right: 40pt;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.download .button a {
  text-decoration: none;
  color: white;
}
.download .small-print {
  padding-top: 5px;
  font-family: "Catamaran", sans-serif;
  font-size: 12pt;
  text-align: center;
}

.feature {
  padding-bottom: 40px;
}
.feature .image video {
  display: block;
  margin: auto;
  width: 350px;
}
.feature .image div {
  margin: auto;
}
.feature .description {
  font-size: 18pt;
  padding: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.footer .company-name {
  font-weight: 900;
  font-size: 16pt;
  text-transform: uppercase;
  opacity: 0.7;
}
.footer .company-name a {
  text-decoration: none;
  color: white;
}
.footer .made-with {
  font-family: "Catamaran", sans-serif;
  font-size: 9pt;
  text-align: center;
}

.image-placeholder {
  display: block;
  width: 450px;
  height: 350px;
  background-color: #cb39c2;
  border-radius: 20px;
}

.credit {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.credit .created-by {
  font-size: 7pt;
  opacity: 0.5;
}
.credit .company-name {
  font-size: 14pt;
  font-weight: 900;
}
.credit .company-name a {
  color: white;
  opacity: 0.8;
}

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