@font-face {
  font-family: "Selawik";
  src: url("../fonts/Selawik/selawk.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Selawik";
  src: url("../fonts/Selawik/selawkb.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Segoe UI", "Selawik", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin: 0;
  background-color: #fbfbfb;
  color: #828e9a;
}

header {
  margin: 0em;
  top: 0px;
  width: 100%;
}

header h1#malibuzios {
  font-family: "Inter", "Segoe UI Semilight", "Segoe UI", "Selawik", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-align: center;
  color: #353535;
  margin: 0em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

main {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f016e), to(#91139c));
  background: linear-gradient(180deg, #4f016e 0%, #91139c 100%);
  margin: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #introduction {
  font-size: 1.25em;
  letter-spacing: 0em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  max-width: 800px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  color: #fafafa;
}

section {
  width: 100%;
  margin: 0em;
}

section #product-description {
  padding-top: 1em;
  text-align: left;
  color: #4b4b4b;
  max-width: 960px;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}

section #product-description img {
  max-width: 94%;
  display: block;
  margin: 0 auto;
}

section #product-description #demo-video-youtube {
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  display: none;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

section #product-description #demo-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section #product-description #fair-use-note {
  font-size: 0.75em;
  float: right;
}

section #product-description #watch-on-youtube {
  font-size: 0.75em;
}

section #product-description #features {
  margin-top: 0.5em;
}

section #product-description h3 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: 500;
}

section #product-description #download-links .os-icon {
  margin-bottom: 1em;
}

section #product-description #download-links .download-images {
  max-width: 100%;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: center;
      align-content: center;
}

section #product-description #download-links .download-images div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

section #product-description #download-links .download-images div img {
  height: 48px;
}

section #product-description #latest-version {
  font-size: 0.75em;
  text-align: right;
}

section #product-description #purchase-methods li {
  list-style-type: none;
}

section #product-description #purchase-methods img {
  display: inline;
  height: 1em;
}

section #product-description #purchase-methods a,
section #product-description #purchase-methods a:visited {
  color: white !important;
}

section #product-description #purchase-methods a img,
section #product-description #purchase-methods button img {
  margin-right: 0.25em;
}

section #product-description #purchase-methods #paypal-button-container {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

section #product-description #purchase-methods #cryptocurrencyButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

section #product-description #purchase-methods #cryptocurrencyButtons button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

section #product-description code {
  background-color: #e6e6e6;
  color: #666666;
}

section #product-description small {
  font-size: 0.8em;
}

section #product-description li {
  margin-bottom: 0.1em;
}

section #product-description #private-use-image {
  height: 5em;
  float: right;
  margin-top: 1em;
}

section #product-description #certificate-image {
  height: 6em;
  float: right;
  margin-top: 1.8em;
}

#footer-icons {
  text-align: right;
}

#footer-icons #vst-compatible-image {
  display: inline;
  height: 3em;
  padding: 0;
  margin: 0.2em;
}

footer {
  margin: 0em;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f016e), to(#91139c));
  background: linear-gradient(180deg, #4f016e 0%, #91139c 100%);
}

footer #contact {
  color: whitesmoke;
  text-align: center;
  margin: 0em;
  padding: 1em;
}

footer #contact a,
footer #contact a:visited {
  color: #fff6d0 !important;
}

footer #contact .cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

footer #contact #copyEmailButton img {
  height: 1em;
  padding: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

footer #contact #copyEmailButton img:active:hover {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}

li::marker {
  color: #5d5d5d;
}

ul {
  list-style: disc outside none;
}

p {
  margin-top: 0em;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input#cryptoAddress {
  margin-top: 0.2em;
  text-align: center;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.tooltip-inner {
  color: white;
  background-color: #4b4b4b;
}

div.arrow {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.tooltip.show {
  opacity: 0.95;
}

/*
a, a:visited{
	color: rgb(0, 123, 255) !important;
}
*/
.btn-success:focus {
  background: #28a745;
}

.btn-primary:focus {
  background: #007bff;
}
/*# sourceMappingURL=index.css.map */