@font-face {
  font-family: "Texturina";
  src: url("../fonts/Texturina-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Texturina";
  src: url("../fonts/Texturina-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Texturina";
  src: url("../fonts/Texturina-SemiBold.ttf");
  font-weight: 600;
}
main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 65px;
}
main .fake-header {
  width: 100%;
  height: auto;
  min-height: 250px;
  background: #000000;
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
main .fake-header .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .fake-header .wrapper .logo {
  width: 70%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
}
main .fake-header .wrapper .main-nav {
  display: none;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .real-main {
  width: 100%;
  height: auto;
  background: #080808;
  position: relative;
  z-index: 0;
}
main .real-main::before {
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../images/divider.jpg");
  background-repeat: repeat;
  background-size: cover;
}
main .real-main::after {
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../images/divider.jpg");
  background-repeat: repeat;
  background-size: cover;
}
main .real-main .wrapper {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .real-main .wrapper .welcome {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .real-main .wrapper .welcome h1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #efefef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2rem;
}
main .real-main .wrapper .welcome p {
  font-weight: 300;
  text-align: justify;
  color: #9c9c9c;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .real-main .wrapper .server-panels {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2rem;
}
main .real-main .wrapper .server-panels .onlines {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
main .real-main .wrapper .server-panels .onlines h2 {
  font-size: 1.2rem;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .real-main .wrapper .server-panels .onlines p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #efefef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
main .real-main .wrapper .server-panels .onlines p.offline {
  color: #ad0000;
}
main .real-main .wrapper .server-panels .onlines p.online {
  color: #008643;
}
main .real-main .wrapper .server-panels .event {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
main .real-main .wrapper .server-panels .event h2 {
  font-size: 1.2rem;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .real-main .wrapper .server-panels .event p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .real-main .wrapper .server-panels .event p .title {
  font-weight: 600;
  color: #efefef;
  margin-right: 2px;
}
main .real-main .wrapper .server-panels .event p .desc {
  font-weight: 300;
  color: #9c9c9c;
  margin-left: 2px;
}
main .real-main .wrapper .server-panels .castle-ranking {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .real-main .wrapper .server-panels .castle-ranking h2 {
  font-size: 1.2rem;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .real-main .wrapper .server-panels .castle-ranking p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .real-main .wrapper .server-panels .castle-ranking p .title {
  font-weight: 600;
  color: #efefef;
  margin-right: 2px;
}
main .real-main .wrapper .server-panels .castle-ranking p .desc {
  font-weight: 300;
  color: #9c9c9c;
  margin-left: 2px;
}
main .information {
  width: 100%;
  height: auto;
  background: #262626;
  position: relative;
  background-image: url("../images/light-texture.jpg");
  background-repeat: repeat;
  z-index: 0;
}
main .information::after {
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../images/divider.jpg");
  background-repeat: repeat;
  background-size: cover;
}
main .information .wrapper {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .server-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper .server-info i {
  font-size: 48px;
  color: #efefef;
  text-align: center;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper .server-info ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .server-info ul h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #efefef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .information .wrapper .information-wrapper .server-info ul li {
  width: 162px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9rem;
  font-weight: 300;
  color: #9c9c9c;
  text-align: left;
  margin: 0px auto 0.5rem auto;
}
main .information .wrapper .information-wrapper .server-info ul li::last-child {
  margin-bottom: 0;
}
main .information .wrapper .information-wrapper .events-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper .events-info i {
  font-size: 48px;
  color: #ab6600;
  text-align: center;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper .events-info ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .events-info ul h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #efefef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .information .wrapper .information-wrapper .events-info ul li {
  width: 162px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: left;
  color: #9c9c9c;
  margin: 0px auto 0.5rem auto;
}
main .information .wrapper .information-wrapper .events-info ul li::last-child {
  margin-bottom: 0;
}
main .information .wrapper .information-wrapper .systems-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .systems-info i {
  font-size: 48px;
  color: #9c9c9c;
  text-align: center;
  margin-bottom: 2rem;
}
main .information .wrapper .information-wrapper .systems-info .systems-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .systems-info .systems-info-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #efefef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 1rem;
}
main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-one, main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-two {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-one li, main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-two li {
  width: 164px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: left;
  color: #9c9c9c;
  margin: 0px auto 0.5rem auto;
}
main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-one li::last-child, main .information .wrapper .information-wrapper .systems-info .systems-info-container .part-two li::last-child {
  margin-bottom: 0;
}
main .screenshots {
  width: 100%;
  height: auto;
  background: #080808;
  position: relative;
  z-index: 0;
}
main .screenshots::after {
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../images/divider.jpg");
  background-repeat: repeat;
  background-size: cover;
}
main .screenshots .wrapper {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .screenshots .wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2rem;
}
main .screenshots .wrapper .bx-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .downloads {
  width: 100%;
  height: auto;
  min-height: 250px;
  background: #000000;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
@supports (-webkit-touch-callout: none) {
  main .downloads {
    background-size: unset;
    background-attachment: unset;
  }
}
main .downloads::after {
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../images/divider.jpg");
  background-repeat: repeat;
  background-size: cover;
}
main .downloads .wrapper {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .downloads .wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #efefef;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0px 2px 0px #000000;
  user-select: none;
  margin-bottom: 2rem;
}
main .downloads .wrapper .download-button {
  width: 130px;
  height: auto;
  padding: 1.3rem 0px 1.6rem 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
main .downloads .wrapper .download-button .font-button {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  main .fake-header {
    background-image: url("../images/tablet/bg1.png");
    background-position: center top;
    background-size: cover;
    min-height: 300px;
  }
  main .fake-header .wrapper {
    position: relative;
  }
  main .fake-header .wrapper .logo {
    width: 30%;
  }
  main .fake-header .wrapper .main-nav {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  main .fake-header .wrapper .main-nav li {
    list-style: none;
  }
  main .fake-header .wrapper .main-nav li a {
    padding: 5px 10px 10px 10px;
    margin: 0 5px;
  }
  main .real-main::before {
    background-size: contain;
  }
  main .real-main::after {
    background-size: contain;
  }
  main .real-main .wrapper {
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 70px 40px;
  }
  main .real-main .wrapper .welcome {
    width: 65%;
  }
  main .real-main .wrapper .welcome p {
    font-size: 1.2rem;
  }
  main .real-main .wrapper .server-panels {
    width: 30%;
    margin-top: 0px;
  }
  main .information::after {
    background-size: contain;
  }
  main .information .wrapper {
    padding: 40px 40px 50px 40px;
  }
  main .information .wrapper .information-wrapper .server-info {
    width: 50%;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0px auto 2rem auto;
  }
  main .information .wrapper .information-wrapper .server-info i {
    width: 40%;
    margin: auto;
  }
  main .information .wrapper .information-wrapper .server-info ul {
    width: 60%;
  }
  main .information .wrapper .information-wrapper .server-info ul h3 {
    text-align: left;
  }
  main .information .wrapper .information-wrapper .server-info ul li {
    margin: 0px 0px 0.5rem 0px;
  }
  main .information .wrapper .information-wrapper .events-info {
    width: 50%;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0px auto 2rem auto;
  }
  main .information .wrapper .information-wrapper .events-info i {
    width: 50%;
    order: 2;
    margin: auto;
  }
  main .information .wrapper .information-wrapper .events-info ul {
    order: 1;
    width: 50%;
  }
  main .information .wrapper .information-wrapper .events-info ul h3 {
    text-align: right;
  }
  main .information .wrapper .information-wrapper .events-info ul li {
    width: 100%;
    text-align: right;
    margin: 0px 0px 0.5rem 0px;
  }
  main .information .wrapper .information-wrapper .systems-info {
    width: 60%;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0px auto;
  }
  main .information .wrapper .information-wrapper .systems-info i {
    width: 30%;
    margin: auto;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container {
    width: 70%;
    margin: 0px auto;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container h3 {
    text-align: left;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper {
    width: 365px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-one, main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-two {
    width: 50%;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-one li, main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-two li {
    margin: 0px 0px 0.5rem 0px;
  }
  main .screenshots::after {
    background-size: contain;
  }
  main .screenshots .wrapper {
    padding: 40px 40px 60px 40px;
  }    
  main .downloads {
    min-height: 350px;
    background-image: url("../images/tablet/bg2.png");
    background-size: contain;
  }
  main .downloads::after {
    background-size: contain;
  }
  main .downloads .wrapper {
    padding: 40px 40px 60px 40px;
  }
  main .downloads .wrapper .download-button {
    width: 170px;
    padding: 1.6rem 0px 1.9rem 0px;
  }
  main .downloads .wrapper .download-button .font-button {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  main .fake-header {
    background-image: url("../images/desktop/bg1.png");
    background-position: center top;
    background-size: cover;
    min-height: 400px;
  }
  main .fake-header .wrapper {
    width: 1024px;
    position: relative;
    margin: 0px auto;
  }
  main .fake-header .wrapper .logo {
    width: 30%;
  }
  main .fake-header .wrapper .main-nav {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: absolute;
    bottom: -17px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  main .fake-header .wrapper .main-nav li {
    list-style: none;
  }
  main .fake-header .wrapper .main-nav li a {
    padding: 8px 15px 10px 15px;
    margin: 0 5px;
  }
  main .fake-header .wrapper .main-nav li a .font-button {
    font-size: 1.2rem;
  }
  main .real-main::before {
    background-size: contain;
  }
  main .real-main::after {
    background-size: contain;
  }
  main .real-main .wrapper {
    width: 1497px;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 70px 40px;
    margin: 0px auto;
  }
  main .real-main .wrapper .welcome {
    width: 65%;
  }
  main .real-main .wrapper .welcome h1 {
    font-size: 2rem;
  }
  main .real-main .wrapper .welcome p {
    font-size: 1.5rem;
  }
  main .real-main .wrapper .server-panels {
    width: 30%;
    margin-top: 0px;
  }
  main .real-main .wrapper .server-panels .onlines h2 {
    font-size: 1.5rem;
  }
  main .real-main .wrapper .server-panels .onlines p {
    font-size: 1.5rem;
  }
  main .real-main .wrapper .server-panels .event h2 {
    font-size: 1.5rem;
  }
  main .real-main .wrapper .server-panels .event p {
    font-size: 1.2rem;
  }
  main .real-main .wrapper .server-panels .castle-ranking h2 {
    font-size: 1.5rem;
  }
  main .real-main .wrapper .server-panels .castle-ranking p {
    font-size: 1.2rem;
  }
  main .information::after {
    background-size: contain;
  }
  main .information .wrapper {
    width: 1024px;
    padding: 40px 40px 50px 40px;
    margin: 0px auto;
  }
  main .information .wrapper h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  main .information .wrapper .information-wrapper {
    width: 100%;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main .information .wrapper .information-wrapper .server-info {
    width: 30%;
    margin: 0px;
  }
  main .information .wrapper .information-wrapper .server-info i {
    font-size: 5rem;
  }
  main .information .wrapper .information-wrapper .server-info ul {
    width: 100%;
  }
  main .information .wrapper .information-wrapper .server-info ul h3 {
    font-size: 1.75rem;
    text-align: center;
  }
  main .information .wrapper .information-wrapper .server-info ul li {
    width: 100%;
    font-size: 1.15rem;
    text-align: left;
    margin: 0px 0px 0.5rem 0px;
  }
  main .information .wrapper .information-wrapper .events-info {
    width: 19%;
    margin: 0px;
  }
  main .information .wrapper .information-wrapper .events-info i {
    font-size: 5rem;
  }
  main .information .wrapper .information-wrapper .events-info ul {
    width: 100%;
  }
  main .information .wrapper .information-wrapper .events-info ul h3 {
    font-size: 1.75rem;
    text-align: center;
  }
  main .information .wrapper .information-wrapper .events-info ul li {
    width: 100%;
    font-size: 1.15rem;
    text-align: left;
    margin: 0px 0px 0.5rem 0px;
  }
  main .information .wrapper .information-wrapper .systems-info {
    width: 30%;
    margin: 0px;
  }
  main .information .wrapper .information-wrapper .systems-info i {
    font-size: 5rem;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container {
    width: 100%;
    margin: 0px auto;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container h3 {
    font-size: 1.75rem;
    text-align: center;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-one {
    width: 75%;
    margin-right: 1rem;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-one li {
    width: 182px;
    font-size: 1.15rem;
    text-align: left;
    margin: 0px 0px 0.5rem 0px;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-two {
    width: 25%;
  }
  main .information .wrapper .information-wrapper .systems-info .systems-info-container .systems-info-wrapper .part-two li {
    width: 182px;
    font-size: 1.15rem;
    text-align: left;
    margin: 0px 0px 0.5rem 0px;
  }
  main .screenshots::after {
    background-size: contain;
  }
  main .screenshots .wrapper {
    width: 1024px;
    padding: 40px 40px 70px 40px;
    margin: 0px auto;
  }
  main .screenshots .wrapper h2 {
    font-size: 2rem;
  }
  main .downloads {
    min-height: 500px;
    background-image: url("../images/desktop/bg2.png");
    background-size: cover;
  }
  main .downloads::after {
    background-size: contain;
  }
  main .downloads .wrapper {
    width: 1024px;
    padding: 40px 40px 60px 40px;
    margin: 0px auto;
  }
  main .downloads .wrapper h2 {
    font-size: 2rem;
  }
  main .downloads .wrapper .download-button {
    width: 200px;
    padding: 1.9rem 0px 2.2rem 0px;
  }
  main .downloads .wrapper .download-button .font-button {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=index.css.map */