a {
  color: rgba(255, 255, 255, 0.55);
}

a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

* {
  font-family: Akkurat, sans-serif !important;
}

.feature {
  background: -webkit-linear-gradient(0deg, #00e9e4, #4082be, #fd73fa) !important;
  -webkit-background-clip: text !important;
  background-clip: inherit;
  -webkit-text-fill-color: transparent;
  font-size: 2.5vw !important;
  margin: 0%;
  padding: 0px !important;
  overflow: hidden;
}

.frontpage-heading {
  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;
  height: 100vh;
  padding: 0px;
  margin-top: -76px;
}

.icon-logo {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.55);
}

.icon-logo:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-toggler:hover {
  color: rgba(255, 255, 255, 0.75);
}

.f-lh {
  line-height: 1.1;
}

.f-mt-76 {
  margin-top: -55px;
}

.b-color-muted {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.muted-color {
  color: rgba(255, 255, 255, 0.55);
}

.react-vh {
  height: 100vh;
}

@media screen and (max-width: 576px) {
  .react-vh {
    height: 80vh;
  }
}

.dark-mode {
  background-color: #121212 !important;
}
/*# sourceMappingURL=dev.css.map */