@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/centurygothic.ttf) format("truetype");
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url(fonts/centurygothic_bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Zig";
  src: url(fonts/zig.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  animation: fadeIn 0.5s ease-in-out;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  animation: none;
}

body {
  background-color: #200055;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  max-width: 100%;
  letter-spacing: 0.75px;
}

body, html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

#legal-body {
  overflow: visible;
}

p {
  margin: 0 0 15px 0;
}

.dev-container p {
  margin-bottom: 5px;
}

.legal-content p {
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
}

h1 {
  color: #b2ff00;
  font-family: "Zig";
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto 5px auto;
  text-align: center;
  padding: 0;
}

h2 {
  color: #fff;
  font-family: "Zig";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
}

.legal-content h2 {
  color: #000;
  text-align: left;
  font-family: "Noto Serif", serif;
  margin: 10px 0 3px 0;
  font-weight: bold;
  letter-spacing: 0;
}

h3 {
  font-size: 18px;
  margin: 5px auto 0 auto;
}

.legal-content h3 {
  color: #000;
  text-align: left;
  font-family: "Noto Serif", serif;
  margin: 10px 0 6px 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}

h4 {
  font-size: 12pt;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #b2ff00;
  font-family: "Century Gothic Bold";
}

.legal-content h4 {
  color: #000;
  text-align: left;
  font-family: "Noto Serif", serif;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0 10px 0;
}

ul {
  color: #fff;
  list-style-type: disc;
  margin: 10px 0 0 10px;
  padding: 0 20px;
}

li {
  margin: 0 0 0 10px;
  padding: 3px 0;
}

.fancy-bullets {
  list-style-image: url(right-arrow.png);
  margin-left: 25px;
  margin-top: 10px;
}

.fancy-bullets li {
  padding: 0 0 2px 5px;
  margin-left: 25px;
  margin-top: 3px;
}

.check-bullets {
  list-style-image: url(checkmark.png);
  margin: 10px 0 10px 20px;
}

.check-bullets li {
  margin: 0 0 2px 20px;
}

.legal-content ul,
.legal-content ol {
  color: #000;
  text-align: left;
  font-family: "Noto Serif", serif;
  font-size: 14px;
}

.legal-content li {
  color: #000;
  text-align: left;
  font-family: "Noto Serif", serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 4px;
}

.dev-nav ul {
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 2px;
}

a {
  color: #b2ff00;
  text-decoration: none;
}

a:hover,
a:hover i {
  color: #ff0060 !important;
  text-decoration: none;
}

.navbar a {
  align-items: center;
  background-color: #3f00ab;
  border: 1px solid #b2ff00;
  color: #b2ff00;
  display: inline-block;
  flex-grow: 0;
  font-size: 15px;
  margin: 0 15px;
  padding: 3px 20px;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  width: 160px;
  border-radius: 20px;
}

.navbar a:hover {
  background-color: #ff0060;
  color: #b2ff00 !important;
  text-decoration: none;
}

.dev-nav a {
  margin: 0 0 15px 0;
  width: 135px;
  background-color: #ff0060;
  border-radius: 8px;
  color: #b2ff00;
  display: block;
  font-weight: bold;
  padding: 6px 7px 7px 7px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.dev-nav a:hover {
  background-color: #b2ff00;
  color: #ff0060;
}

.breadcrumb a {
  color: #ff0060;
}

.breadcrumb a:hover,
.legal-content a:hover {
  text-decoration: underline;
}

.legal-content a,
.legal-content a:hover {
  color: blue !important;
  font-family: "Noto Serif", serif;
}

.container {
  overflow: auto;
  margin: 110px auto 20px auto;
  padding: 10px 20px 30px 20px;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.header-container {
  background-color: #200055;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.legal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 110px auto 0 auto;
  width: 65%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: visible;
}

.icon-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.1em;
  gap: 10px;
  justify-content: center;
  margin: 9px auto 35px auto;
}

.footer-container {
  background-color: #200055;
  padding-top: 16px;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  max-height: 53px;
}

.header-content {
  color: #ff0060;
  font-family: "Zig", monospace;
  font-size: 26pt;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  flex-wrap: nowrap;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-content {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: fit-content;
}

.home-content {
  font-size: 12pt;
  line-height: 1.5em;
  margin: 20px auto 0 auto;
  position: relative;
  text-align: justify;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.dev-content {
  margin: 0 0 0 480px;
  width: 55%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.pub-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 65%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.legal-content {
  background-color: #fff;
  padding: 5px 10px 20px 15px;
  color: #000 !important;
  margin: 0 auto;
  width: 90%;
  overflow-y: scroll;
  height: 500px;
  outline: 3px solid #b2ff00;
  outline-offset: 2px;
  font-family: "Noto Serif", serif;
  z-index: 10;
  position: absolute;
  top: 40px;
}

.footer-content {
  background-color: #3f00ab;
  box-sizing: border-box;
  color: #fff;
  font-family: "Century Gothic";
  font-size: 10pt;
  padding: 4px 0;
  text-align: center;
  width: 100%;
}

.navbar {
  align-items: stretch;
  background-color: #200055;
  display: flex;
  font-family: "Century Gothic Bold";
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.dev-nav {
  box-sizing: border-box;
  margin: 0 20px auto 0;
  left: 304px;
  padding: 0 10px 0 0;
  position: fixed;
  display: flex;
}

.dev-nav-title {
  visibility: hidden;
  display: none;
}

.hamburger-menu {
  display: none;
}

.grid-container {
  grid-template-columns: 50% 50%;
  width: 100%;
  display: grid;
  margin: 10px 0 0 0;
  position: relative;
  column-gap: 50px;
}

.grid-item {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: auto;
  width: 100%;
  text-align: justify;
  align-items: center;
  justify-content: center;
}

.header-image {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  padding: 0 8px 6px 0;
}

.home-image {
  display: block;
  margin: 30px auto;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease-in;
  width: 200px;
  box-sizing: border-box;
}

.home-image.loaded {
  opacity: 1;
}

.dev-image {
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
  height: 100px;
  width: auto;
}

.prod-image {
  margin: 20px auto 10px auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pub-image {
  margin: 20px 0 0 0;
  padding: 0;
  width: 125px;
  height: auto;
}

.pub-image:hover,
.dev-icon:hover,
.prod-image:hover {
  transform: scale(1.07);
}

.support-icon {
  text-align: center;
  display: inline-flex;
  margin: 0 5px;
}

svg {
  margin: 0;
  fill: #b2ff00;
  height: 36px;
  vertical-align: bottom;
  width: 36px;
  position: static;
  transform: none;
}

.support-icon a[title="Threads"] svg {
  margin: 0 0 2px -4px;
}

svg:hover {
  fill: #ff0060;
}

.dev-icon {
  height: 70px;
  margin: 20px 0 0 0;
  width: auto;
}

#launch-button {
  min-width: 120px;
  padding: 8px 14px 9px 14px;
  border-radius: 10px;
  background-color: #ff0060;
  color: #b2ff00;
  box-shadow: 2px 2px 4px #920139 !important;
  margin: 15px auto;
  font-family: "Century Gothic Bold";
  font-size: 15px;
  cursor: pointer;
  border: none;
  outline: none;
  letter-spacing: 1px;
}

#launch-button:hover {
  background-color: #b2ff00;
  color: #ff0060;
  box-shadow: 2px 2px 4px #5b8100 !important;
}

.breadcrumb {
  color: #ff0060;
  font-size: 11pt;
  margin: 0 0 15px 72px;
  padding: 0 0 3px 0;
  width: 100%;
  font-family: "Century Gothic Bold";
  letter-spacing: 1px;
  text-align: left;
}

.coming-soon {
  color: #b2ff00;
  margin: 0 auto !important;
  padding: 0;
  font-size: 16px;
  text-shadow: 2px 2px 3px #5b8100 !important;
  transition: opacity 5s ease-in;
  font-weight: normal;
  font-style: italic;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#dev-align {
  text-align: left !important;
}

#sup {
  margin-top: 32px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: none;
    font-size: 12px;
  }

  body {
    height: -webkit-fill-available;
  }

  p {
    padding: 0;
    margin: 0 0 5px 0;
  }

  .pub-content p {
    text-align: center;
  }

  .legal-content p {
    font-size: 10px;
  }

  .navbar a {
    display: block;
    font-size: 14px;
    left: -5px;
    margin: 0 auto 8px auto;
    padding: 2px;
    right: 0;
    text-align: center;
    width: 40vw;
  }

  .dev-nav a {
    font-size: 14px !important;
    list-style: none;
    text-align: center;
    margin: 0 0 4px 0;
    padding: 3px 4px 6px 4px;
  }

  .fancy-bullets li, .fancy-bullets ul{
    margin-left: 40px !important;
    padding-left: 5px !important;
    margin-top: 6px;
    text-align: left;
  }

  h1 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 3px auto 0 auto;
    padding: 0;
    text-align: center;
  }

  .legal-content h1 {
    font-size: 15px;
  }

  h2 {
    font-size: 13px;
    line-height: 1.1;
    margin: 0 auto;
    text-align: center !important;
    padding: 0;
  }

  .legal-content h2 {
    font-size: 13px;
  }

  h3 {
    font-size: 12px;
    line-height: 1.1;
    margin: 4px auto 4px 0;
    padding: 0;
    text-align: left !important;
  }

  .legal-content h3 {
    font-size: 11px;
  }

  h4 {
    font-size: 11px;
    text-align: center;
  }

  .legal-content h4 {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0;
  }

  h5 {
    font-size: 10px;
  }

  ul, li {
    text-align: left !important;
    margin-right: auto;
    margin-left: 5px !important;
  }

  .check-bullets ul, .check-bullets li{
    list-style-image: url(checkmark-mobile.png);
    margin: 0 auto 0 0 !important;
    padding-left: 0;
  }

  .dev-nav ul,
  .dev-nav li {
    font-size: 14px !important;
    list-style: none;
    text-align: left !important;
  }

  .legal-content ol,
  .legal-content ul,
  .legal-content li {
    font-size: 10px;
    margin: 0;
  }

  .container {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5px 10px 5px;
    display: block;
    min-width: unset;
    width: 90%;
    position: relative;
  }

  .header-container {
    margin-bottom: 5px;
    min-width: unset;
    padding: 0;
    position: relative;
  }

  .dev-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px auto;
    padding-top: 0;
    min-width: unset;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: center;
  }

  .legal-content {
    height: 440px;
    z-index: 0 !important;
    padding: 0 10px 12px 10px;
    width: 98%;
    overflow: scroll;
    box-sizing: border-box;
    margin: 5px auto 0 auto;
  }

  .footer-container {
    margin: auto 0 0 0;
    height: auto;
  }

  .header-content {
    box-sizing: border-box;
    font-size: 21px;
    letter-spacing: -1.5px;
    line-height: 1.3;
    margin: 10px auto 0 auto;
    padding: 15px 0;
    max-width: 98vw;
  }

  .page-content {
    margin: 10px auto;
  }

  .home-content,
  .page-content {
    font-size: unset;
    width: 100%;
  }

  .pub-content {
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 90%;
    padding: 0 0 40px 0;
    margin: 0 auto;
    text-align: center;
  }

  .legal-container {
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 90%;
    padding: 0 0 40px 0;
    margin: 0 auto;
  }

  .dev-content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-width: unset;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 0;
  }

  .footer-content {
    font-size: 11px;
    width: 100%;
    padding: 3px 0 4px 0;
  }

  .grid-container {
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 5px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .grid-item {
    padding: 0 5px 5px 5px;
    text-align: center;
  }

  .dev-image-container {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .icon-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 5px 0;
    width: 100%;
  }

  .navbar {
    display: none;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 0;
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
  }

  .navbar.active {
    display: flex;
    margin: -10px 0 0 -20px;
    padding: 10px;
    background-color: #200055;
    z-index: 1000;
  }

  .dev-nav {
    display: flex;
    font-size: 14px !important;
    flex-direction: column;
    margin: 0 auto 20px auto;
    position: relative;
    visibility: visible;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    justify-items: center!important;
    text-align: center !important;
    align-content: center!important;
    align-items: center!important;
    justify-content: center!important;
  }

  .dev-nav-title {
    border-bottom: 1px dashed #b2ff00;
    color: #b2ff00;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 5px auto 10px auto;
    padding: 4px 0;
    text-align: center;
    visibility: visible;
    display: block;
    width: 100%;
  }

  .hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 0 0 10px;
    padding: 10px;
    background-color: #200055;
    z-index: 1000;
  }

  .hamburger-menu span {
    background-color: #b2ff00;
    display: block;
    height: 3px;
    margin: 5px 0;
    transition: 0.3s;
    width: 25px;
    z-index: 1000;
  }

  .hamburger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .header-image {
    display: none;
  }

  .home-image {
    align-items: center;
    box-sizing: border-box;
    margin: auto auto 20px auto;
    max-width: 100px;
    padding: 0;
    text-align: center;
    width: 90%;
  }

  .prod-image {
    height: auto;
    width: 60%;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .pub-image {
    width: 100px;
    height: auto;
    padding: 0;
    margin: 20px auto 5px auto;
  }

  .dev-image,
  .dev-icon {
    height: 60px;
    width: auto;
    margin: 10px auto 0 auto;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .support-icon, svg {
    width: 25px;
    height: 25px;
    margin: 0;
  }

  .breadcrumb {
    font-size: 11pt;
    margin: 0 0 8px 0;
    text-align: left;
  }

  .coming-soon {
    margin: 15px auto 0 auto !important;
    font-size: 12px;
    text-shadow: 1px 1px 3px #5b8100 !important;
  }

  #launch-button {
    padding: 4px 7px 5px 7px;
    box-shadow: 1px 1px 2px #920139 !important;
    margin: 15px auto;
    font-size: 12px;
    min-width: 45px;
    letter-spacing: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  #launch-button:hover {
    box-shadow: 1px 1px 2px #5b8100 !important;
  }

  #dev-align {
    text-align: center !important;
  }

  #pub, #sup {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sup {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .desktop-only {
    display: none;
  }
}
