@charset "utf-8";

.font-aclonica {
  font-family: 'Aclonica', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-adamina {
  font-family: 'Adamina', serif;
}

.font-roboto-mono {
    font-family: 'Roboto Mono', monospace;
}

.QI-font {
  font-family: 'Aclonica', sans-serif;
  font-weight: 400;
}

.QI-font-color1 {
  color: #FF1000;
}

.QI-font-color2 {
  color: white;
}

.bg-highlight {
  background-color: #00003F !important;
}

.text-highlight {
  color: #FFFF00 !important;
}

.text-hightlight2 {
  color: #C0FFFF !important;
}

.bg-page {
  background-image: url("../images/DarkCosmos.png");
  background-color: transparent;
}

.bg-black {
  background-color: black;
}

.bg-button1 {
  background-color: #FF4000;
}

.text-highlight3 {
  color: #FF1000 !important;
}

.font-size-5 {
  font-size: 0.5em;
}
.font-size-10 {
  font-size: 1em;
}
.font-size-15 {
  font-size: 1.5em;
}


.bg-dark-50 {
  background-color: rgba(52,58,64,0.50) !important;
}
