body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: black;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

#bgtiles {
  position: fixed;
  background-image: url("bgtiles.png");
  background-position: top center;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgsprite {
  position: fixed;
  z-index: -2;
}

::-webkit-scrollbar {
  background-color: #131212;
  border: 0.1px solid #131212;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  width: 12px;
  -webkit-box-shadow: inset 0 0 5px #272727;
          box-shadow: inset 0 0 5px #272727;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  background: #23FF00;
  border: 1px solid #23FF00;
  border-radius: 5px;
}

@font-face {
  font-family: UnrealT;
  src: url(UnrealT.ttf);
}

header {
  font-family: UnrealT;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #131212;
  color: #23FF00;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  opacity: 100%;
  -webkit-box-shadow: 0px 4px 8px black;
          box-shadow: 0px 4px 8px black;
}

header .full-text {
  width: 100%;
  min-width: 20px;
  font-size: 2.7rem;
  font-weight: normal;
  padding-left: 10px;
}

header .short-text {
  width: 100%;
  min-width: 20px;
  font-size: 2em;
  font-weight: bolder;
  display: none;
}

header img {
  display: block;
  padding-left: 200px;
  height: 100pt;
}

header .back {
  margin: 0px 200px 0px 0px;
}

header .back button {
  height: 40px;
  width: 120px;
  margin: none;
  padding-right: 200px;
  background-color: #131212;
  border: 3px solid #23FF00;
  color: #23FF00;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  padding: 0px;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

header .back button:focus {
  outline: 0;
}

header .back button:hover {
  background-color: #23FF00;
  color: #131212;
  font-weight: bolder;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text {
  margin: 100px 200px;
  color: #F3F3F3;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.text h1 {
  font-size: 40px;
  width: 100%;
}

.text p {
  font-size: 20px;
}

.text .p2 p {
  font-size: 20px;
}

.text a {
  color: #23FF00;
  text-decoration: none;
}

.text a:hover {
  color: #23FF00;
  text-decoration: underline;
}

.text span {
  color: #23FF00;
}

.text hr {
  width: 100%;
}

.text #butt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.text #titanfam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text #mythic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 200px;
}

.text #dl, .text #di, .text #faq, .text #mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}

.text #dl button {
  color: #131212;
  background-color: #23FF00;
  border: none;
  width: 120px;
  min-width: 50px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  border: 3px solid #23FF00;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.text #dl button:focus {
  outline: 0;
}

.text #dl button:hover {
  background-color: initial;
  color: #23FF00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text #di button {
  color: #131212;
  background-color: #23FF00;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  border: 3px solid #23FF00;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.text #di button:focus {
  outline: 0;
}

.text #di button:hover {
  background-color: initial;
  color: #23FF00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text #faq button {
  color: #131212;
  background-color: #23FF00;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  border: 3px solid #23FF00;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.text #faq button:focus {
  outline: 0;
}

.text #faq button:hover {
  background-color: initial;
  color: #23FF00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text #mc button {
  color: #131212;
  background-color: #23FF00;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  border: 3px solid #23FF00;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.text #mc button:focus {
  outline: 0;
}

.text #mc button:hover {
  background-color: initial;
  color: #23FF00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer {
  background-color: #131212;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  -webkit-box-shadow: 4px 0px 8px black;
          box-shadow: 4px 0px 8px black;
  font-size: 16px;
}

.footer a {
  margin: 0px auto;
  text-decoration: none;
  color: #23FF00;
}

.upbtn {
  margin: 0px 200px 0px 0px;
}

.upbtn button {
  height: 40px;
  width: 120px;
  margin: none;
  padding-right: 200px;
  background-color: #131212;
  border: 3px solid #23FF00;
  color: #23FF00;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  padding: 0px;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.upbtn button:focus {
  outline: 0;
}

.upbtn button:hover {
  background-color: #23FF00;
  color: #131212;
  font-weight: bolder;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq {
  padding: 0px 200px 0px 200px;
  overflow: auto;
}

.faq h2 {
  font-size: 40px;
  color: #F3F3F3;
}

.faq p {
  padding-left: 15px;
  font-size: 16px;
  color: #F3F3F3;
}

.faq h3 {
  color: #23FF00;
  font-size: 25px;
}

.faq ul {
  color: #F3F3F3;
  font-size: 16px;
}

.faq a {
  color: #2844FF;
  text-decoration: none;
}

.faq a:hover {
  text-decoration: underline;
}

.faq code {
  color: #ff5975;
  font-size: 16px;
  font-weight: normal;
  font-family: url(anony.ttf);
  background-color: #272727;
  border-radius: 5px;
  padding: 3px;
}

.worlds {
  margin: auto 200px;
}

.worlds div {
  color: #F3F3F3;
  font-size: 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0px 200px;
  padding: 0px;
}

.worlds div p {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 180px;
}

.worlds div button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #131212;
  background-color: #23FF00;
  border: none;
  width: 120px;
  min-width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 17px;
  border: 3px solid #23FF00;
  -webkit-box-shadow: 0px 4px 15px black;
          box-shadow: 0px 4px 15px black;
}

.worlds div button:focus {
  outline: 0;
}

.worlds div button:hover {
  background-color: initial;
  color: #23FF00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

hr {
  width: 80%;
  min-width: 30vh;
}

.tutorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin: 40px 250px; */
  margin: 20px 230px;
  background: #121212;
  padding: 20px;
  border-radius: 16px;
}

.tutorial a {
  color: #23FF00;
  text-decoration: none;
}

.tutorial a:hover {
  text-decoration: underline;
}

.tutorial code {
  color: #ff5975;
  font-weight: normal;
  font-size: 18px;
  font-family: roboto;
  background-color: #272727;
  border-radius: 5px;
  padding: 3px;
}

.tutorial h1 {
  color: #23FF00;
  font-size: 35px;
  margin: 0px;
}

.tutorial h2 {
  color: #F3F3F3;
}

.tutorial p {
  font-size: 20px;
  color: #F3F3F3;
}

#h-one {
  color: #23FF00;
  font-size: 35px;
  margin: 0px 250px;
}

#warplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#warplist .in {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-collapse: collapse;
}

#warplist .in #warpinput {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  color: #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #131212;
  border: 2px solid #23FF00;
  height: 50px;
  width: 450px;
  min-width: 200px;
  text-align: center;
  border-radius: 25px;
  margin: 50px 0px 0px 50px;
}

#warplist .in #warpinput:focus {
  outline: 0;
}

#warplist .in #warpinput::-webkit-input-placeholder {
  color: #F3F3F3;
  opacity: 60%;
}

#warplist .in #warpinput:-ms-input-placeholder {
  color: #F3F3F3;
  opacity: 60%;
}

#warplist .in #warpinput::-ms-input-placeholder {
  color: #F3F3F3;
  opacity: 60%;
}

#warplist .in #warpinput::placeholder {
  color: #F3F3F3;
  opacity: 60%;
}

#warplist table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  -webkit-box-shadow: 4px 0px 15px black;
          box-shadow: 4px 0px 15px black;
  border-left: 4px solid #23FF00;
}

#warplist table th {
  position: -webkit-sticky;
  position: sticky;
  border-collapse: collapse;
  z-index: 2;
  top: 0;
  font-size: 23px;
  width: 150px;
  min-width: 30px;
  background-color: #131212;
  padding: 10px 30px;
  height: 40px;
  color: #23FF00;
  text-align: center;
}

#warplist table td {
  color: #F3F3F3;
  background-color: #131212;
  text-align: center;
  font-size: 20px;
}

#phonelinkSMH {
  display: none;
  color: #F3F3F3;
  font-size: 20px;
  margin: auto;
}

#phonelinkSMH a {
  color: #23FF00;
  text-decoration: none;
}

#phonelinkSMH a:hover {
  color: #F3F3F3;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  #h-one {
    display: none;
  }
  #phonelinkSMH {
    display: block;
  }
  #warplist {
    display: none;
  }
  header .back {
    margin-right: 15px;
  }
  header img {
    padding-left: 0px;
  }
  .worlds {
    margin: auto;
  }
  .worlds div {
    margin: 0;
  }
  .tutorial {
    margin: auto;
  }
  .tutorial div {
    margin: 0;
  }
  .faq {
    padding: 15px;
  }
  .text {
    margin: 99px 15px 99px 15px;
  }
}

@media only screen and (max-width: 750px) {
  h1 {
    display: none;
  }
  .tutorial {
    margin: 0px 20px;
  }
  .tutorial h1 {
    display: inherit;
  }
  #warplist {
    display: none;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  header .full-text {
    display: none;
  }
  header .back button {
    margin-right: 0px;
  }
  .goupbtn {
    display: none;
  }
  .worlds p {
    font-size: 20px;
  }
  .text {
    padding: 15px;
    margin: 0px;
  }
  .text h1 {
    font-size: 40px;
  }
  .text #butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .text #mythic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
  }
  .text #titanfam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=styles.css.map */
