:root {
  --background-color: rgb(9, 22, 28);
  --unit: 16px;
  --white-space-x-1: --unit;
  --white-space-x-2: calc(--unit * 2);
  --white-space-x-3: calc(--unit * 2);
  --text-color-normal: rgba(255, 255, 255, 0.87);
  --text-color-title: rgba(255, 255, 255, 0.87);
  --text-color-subtitle: rgba(255, 255, 255, 0.87);
  --text-color-site-title: rgba(255, 255, 255, 0.87);
  --text-size-normal: 16px;
  --text-size-title: calc(var(--unit) * 3);
  --text-size-subtitle: calc(var(--unit) * 2);
  --text-weight-normal: 400px;
  --text-weight-title: 600px;
  --text-weight-subtitle: 400px;
  --text-font-family-normal: 'Ruluko', sans-serif;
  --text-font-family-title: 'Unica One', cursive;
  --text-font-family-subtitle: 'Ruluko', sans-serif;
}

:root {
  --background-color: rgb(9, 22, 28);
  --unit: 16px;
  --white-space-x-1: --unit;
  --white-space-x-2: calc(--unit * 2);
  --white-space-x-3: calc(--unit * 2);
  --text-color-normal: rgba(255, 255, 255, 0.87);
  --text-color-title: rgba(255, 255, 255, 0.87);
  --text-color-subtitle: rgba(255, 255, 255, 0.87);
  --text-color-site-title: rgba(255, 255, 255, 0.87);
  --text-size-normal: 16px;
  --text-size-title: calc(var(--unit) * 3);
  --text-size-subtitle: calc(var(--unit) * 2);
  --text-weight-normal: 400px;
  --text-weight-title: 600px;
  --text-weight-subtitle: 400px;
  --text-font-family-normal: 'Ruluko', sans-serif;
  --text-font-family-title: 'Unica One', cursive;
  --text-font-family-subtitle: 'Ruluko', sans-serif;
}

:root {
  --background-color: rgb(9, 22, 28);
  --unit: 16px;
  --white-space-x-1: --unit;
  --white-space-x-2: calc(--unit * 2);
  --white-space-x-3: calc(--unit * 2);
  --text-color-normal: rgba(255, 255, 255, 0.87);
  --text-color-title: rgba(255, 255, 255, 0.87);
  --text-color-subtitle: rgba(255, 255, 255, 0.87);
  --text-color-site-title: rgba(255, 255, 255, 0.87);
  --text-size-normal: 16px;
  --text-size-title: calc(var(--unit) * 3);
  --text-size-subtitle: calc(var(--unit) * 2);
  --text-weight-normal: 400px;
  --text-weight-title: 600px;
  --text-weight-subtitle: 400px;
  --text-font-family-normal: 'Ruluko', sans-serif;
  --text-font-family-title: 'Unica One', cursive;
  --text-font-family-subtitle: 'Ruluko', sans-serif;
}

:root {
  --background-color: rgb(9, 22, 28);
  --unit: 16px;
  --white-space-x-1: --unit;
  --white-space-x-2: calc(--unit * 2);
  --white-space-x-3: calc(--unit * 2);
  --text-color-normal: rgba(255, 255, 255, 0.87);
  --text-color-title: rgba(255, 255, 255, 0.87);
  --text-color-subtitle: rgba(255, 255, 255, 0.87);
  --text-color-site-title: rgba(255, 255, 255, 0.87);
  --text-size-normal: 16px;
  --text-size-title: calc(var(--unit) * 3);
  --text-size-subtitle: calc(var(--unit) * 2);
  --text-weight-normal: 400px;
  --text-weight-title: 600px;
  --text-weight-subtitle: 400px;
  --text-font-family-normal: 'Ruluko', sans-serif;
  --text-font-family-title: 'Unica One', cursive;
  --text-font-family-subtitle: 'Ruluko', sans-serif;
}

.nav-container {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #200e3a;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1000;
}

nav.main-nav {
  width: 70vw;
  padding: 0 1vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 1024px;
  margin: 0 auto;
  padding-bottom: 1vh;
}

nav.main-nav h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-family: var(--text-font-family-title);
}

nav.main-nav h1 .logo {
  width: 10vh;
  height: 10vh;
  -webkit-transform: translateY(0.5vh);
          transform: translateY(0.5vh);
}

nav.main-nav h1.title-site {
  font-size: 4vh;
  color: var(--text-color-site-title);
}

nav.main-nav h1 svg {
  width: 8vh;
  height: 8vh;
  overflow: hidden;
  margin-right: 2vh;
}

nav.main-nav h1 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

nav.main-nav h1 .menu li {
  height: 50px;
  text-align: center;
}

nav.main-nav h1 .menu li a {
  font-size: 2vh;
  font-family: var(--text-font-family-subtitle);
  color: var(--text-color-site-title);
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0.1vh solid transparent;
}

nav.main-nav h1 .menu li:hover {
  border-bottom: 0.1vh solid var(--text-color-site-title);
}

nav.main-nav h1 .menu li:hover a {
  color: #ffffff;
}

nav.main-nav h1 .menu li:not(:last-child) {
  margin-right: 2vw;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16;
}

@media screen and (min-width: 320) {
  html {
    font-size: calc(16 + 2 * ((100vw - 320) / 880));
  }
}

@media screen and (min-width: 1200) {
  html {
    font-size: 18;
  }
}

body {
  font-family: var(--text-font-family-normal);
  font-size: 16px;
  background: #280533;
  /* fallback for old browsers */
  background-attachment: fixed;
  color: var(--text-color-normal);
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.title {
  font-family: var(--text-font-family-title);
  font-size: var(--text-size-title);
  color: var(--text-color-title);
}

.subtitle {
  font-family: var(--text-font-family-subtitle);
  font-size: var(--text-size-subtitle);
  color: var(--text-color-subtitle);
}

.normal-text {
  font-family: var(--text-font-family-normal);
  font-size: var(--text-size-normal);
  color: var(--text-color-normal);
}

/* NO SELECT + HIGHLIGHT COLOR */
@media (orientation: landscape) {
  .column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 1024px;
    margin: 2vh auto;
    padding: 0 3vw;
  }
}

@media (orientation: portrait) {
  .column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 100%;
    margin: 4vh auto;
    padding: 0 1vw;
  }
}

.tone-container {
  margin-top: 0.7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tone-container .tone-line {
  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;
  margin-top: 0.2vh;
  margin-bottom: 0.2vh;
}

.tone-container .tone-line .tone-one {
  width: 0.80vh;
  height: 0.80vh;
  background: var(--text-color-normal);
  border-radius: 50%;
  margin-left: 0.2vh;
  margin-right: 0.2vh;
}

.tone-container .tone-line .tone-five {
  width: 5vh;
  height: 0.70vh;
  background: var(--text-color-normal);
  border-radius: 0.35vh;
}

button {
  margin-left: calc(2 * var(--unit));
  margin-right: calc(2 * var(--unit));
  height: 4vh;
  font-family: var(--text-font-family-normal);
  border-radius: 20px;
  border: none;
  color: var(--text-color-normal);
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#561f51), color-stop(#501d4c), color-stop(#4b1b47), color-stop(#451942), to(#40173d));
  background-image: linear-gradient(to bottom, #561f51, #501d4c, #4b1b47, #451942, #40173d);
}

button {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  button {
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  button {
    font-size: 18px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=styles.css.map */