@media screen and (max-width:1200px) {
  .mobileWrapper {
    display: none;
    position: fixed;
    width: 100svw;
    height: calc(100svh - var(--headerHeight));
    background-color: rgba(0, 0, 0, 0.521);
    top: var(--headerHeight);
    z-index: 100;
    overflow: hidden;
  }

  aside.docsIndex {
    border-radius: 0;
    background-color: #242424;
    top: var(--headerHeight);
    margin-left: 0;
    max-height: unset;
    overflow-x: hidden;
    width: 200px;
    border: none;
    height: 100%;
  }

  .drawerIcon {
    display: flex;
  }
}

@media screen and (max-width:900px) {
  .poweredByTizonaServer {
    width: 100%;
  }

  .poweredByTizonaServer .features {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:700px) {
  main h2 {
    font-size: 24px;
  }

  main h3 {
    font-size: 20px;
  }

  main div.content {
    font-size: 15px;
  }

  main section h2 img {
    width: 35px;
    height: 35px;
  }

  div.historyData {
    max-width: 65vw;
  }

  .hero {
    height: 550px;
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .hero .textContainer span:nth-child(1) {
    font-size: 50px;
  }

  .hero .textContainer span:nth-child(2) {
    font-size: 18px;
  }

  .hero .buttons a {
    min-width: 100px;
    font-size: 16px;
    padding: 10px;
  }

  section,
  section:nth-child(odd) {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 20px;
  }

  section.intro img {
    min-width: unset;
    width: 150px;
  }
}

@media screen and (max-width:500px) {
  * {
    font-size: 16px;
  }

  h1 {
    font-size: 20px;
  }

  .hero .textContainer span:nth-child(1) {
    font-size: 35px;
  }

  .hero .buttons a {
    padding: 5px;
    font-size: 15px;
  }

  .header {
    padding: 20px;
  }

  .header a {
    gap: 8px;
  }

  .header .wrapper {
    gap: 10px;
  }

  .header .wrapper img {
    height: 35px;
  }

  .header .drawerIcon {
    width: 25px;
    height: 20px;
  }

  .header .drawerIcon .line,
  .header .drawerIcon::after,
  .header .drawerIcon::before {
    height: 3px;
  }

  .header .icons > a,
  .header .icons div,
  .header .icons span {
    width: 25px;
    height: 25px;
  }

  section.downloads fieldset {
    margin: unset;
  }

  main {
    padding: 30px;
  }

  main h3 {
    font-size: 20px;
  }

  main strong {
    font-size: 15px;
  }

  main pre.style3,
  main pre.style3 * {
    font-size: 15px;
  }

  main .images img {
    width: 75%;
  }

  main code {
    font-size: 15px;
    max-width: 100%;
    word-wrap: break-word;
  }

  main pre code {
    font-size: 13px;
  }

  main article {
    padding: 20px;
  }

  main .navButtons {
    justify-content: space-between;
    margin: 50px auto;
    width: 100%;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  main .navButtons a {
    width: 25%;
  }

  main .navButtons a span:nth-child(1) {
    font-size: 13px;
  }

  main .navButtons a span:nth-child(2) {
    font-size: 15px;
  }

  .poweredByTizonaServer {
    padding: 20px;
  }

  .poweredByTizonaServer h2,
  .poweredByTizonaServer h3 {
    font-size: 20px;
  }

  .poweredByTizonaServer h2 img,
  .poweredByTizonaServer h3 img {
    width: 35px;
    height: 35px;
  }

  .poweredByTizonaServer .features {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
  }

  .poweredByTizonaServer h3 {
    font-size: 18px;
  }

  footer div.copyright {
    flex-direction: column;
  }

  footer span.dot {
    display: none;
  }

  footer span {
    font-size: 14px;
  }

  section img {
    width: 80%;
  }
}

@media screen and (max-width:400px) {
  .header {
    padding: 10px;
    flex-wrap: wrap;
    min-height: var(--headerHeight);
    height: fit-content;
  }
}
