@charset "UTF-8";
/* generate CSS-code in pyhton-style */
/* $main-color: hsl(181, 98%, 63%) -> #43fbfd*/
.is-own {
  background-color: hsl(181, 98%, 63%) !important;
  border-color: transparent;
  color: #fff;
}

.is-own-1 {
  background-color: hsl(209, 24%, 26%) !important;
  border-color: transparent;
  color: #fff;
  box-shadow: 10px 20px 15px black;
  border-radius: 20px;
}

.is-own-centered {
  display: flex;
  justify-content: center;
}

.is-half-rounded {
  border-radius: 10px !important;
}

.is-half-size {
  width: 50%;
  height: auto;
}

.is-75-percent-size {
  width: 75%;
  height: auto;
}

.is-25-percent-size {
  width: 25%;
  height: auto;
}

.is-shadow-black-bis {
  box-shadow: 10px 20px 15px hsl(0, 0%, 7%);
}

.is-shadow-black-ter {
  box-shadow: 10px 20px 15px hsl(0, 0%, 14%);
}

.is-shadow-grey-darker {
  box-shadow: 10px 20px 15px hsl(0, 0%, 21%);
}

.is-shadow-grey-dark {
  box-shadow: 10px 20px 15px hsl(0, 0%, 29%);
}

.is-shadow-grey {
  box-shadow: 10px 20px 15px hsl(0, 0%, 48%);
}

.is-shadow-grey-light {
  box-shadow: 10px 20px 15px hsl(0, 0%, 71%);
}

.is-shadow-grey-lighter {
  box-shadow: 10px 20px 15px hsl(0, 0%, 86%);
}

.has-background-own {
  background-color: #0ef4b3 !important;
}

.image.is-256x256 {
  height: 256px;
  width: 256px;
}

.copyright {
  color: #98a9c3;
  font-weight: 400;
  transition: all 0.5s;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.4s ease;
}

#particles-js {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delay-5 {
  -webkit-animation-delay: 1.25s;
  -webkit-animation-delay-animation-delay: 1.25s;
}

.footer-logo img {
  height: 100px !important;
}

blockquote {
  font-family: "Special Elite", cursive !important;
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
}

blockquote before, blockquote after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: "“";
  left: -5rem;
  top: -2rem;
}

blockquote:after {
  content: "”";
  right: -5rem;
  bottom: 1rem;
}

cite {
  line-height: 3;
  text-align: left;
}

.honigcloset {
  display: none;
}

.navbar-log {
  width: 88px !important;
}/*# sourceMappingURL=afkarena.css.map */