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

body {
  margin: 0;
  background-color: #0A0A0B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  border-bottom: 1px solid #2a2a2e;
  height: 90px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #0A0A0B;
  z-index: 1000;
}

.pseudo {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  max-width: 1200px;
  margin: auto;
  z-index: 100;
}

.header-logo {
  height: 60px;
  width: 60px;
  margin: auto 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto 0;
}

.navlink {
  margin-right: 50px;
  color: #fefefe;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.navlink:last-child {
  margin-right: 0;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 50px auto;
}

.headline {
  height: auto;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.desc {
  color: #7c7c8d;
  text-align: center;
  font-family: 'MinecraftiaRegular';
  max-width: 800px;
  line-height: 150%;
}

.server-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
  height: auto;
  border: 2px solid #121213;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: -50px;
  z-index: 100;
  background-color: #121213;
}

.active-screenshot {
  background-color: #2a2a2e !important;
  border-radius: 8px;
}

.server-type {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #121213;
  border: 0;
  padding: 8px 20px;
}

.server-type img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.server-type h4 {
  color: #fefefe;
  font-size: 18px;
  font-family: 'MinecraftiaRegular';
  font-weight: normal;
  font-style: normal;
  margin: auto 0;
}

.screenshot-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.server-desc {
  color: #fefefe;
  background-color: #0A0A0Bcc;
  padding: 16px;
  position: absolute;
  top: 80px;
  left: 62.125px;
  width: 1080px;
  font-family: 'MinecraftiaRegular';
}

.mythic-screenshot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  height: 675px;
  margin: auto;
}

.footer-container {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  width: 1200px;
  margin: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer-text h4 {
  color: #fefefe;
  font-family: 'MinecraftiaRegular', monospace;
  font-size: 24px;
  font-weight: 300;
}

.footer-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-ip textarea {
  color: #FFFF1F;
  font-family: 'MinecraftiaRegular', monospace;
  margin: auto 0 auto 16px;
  height: 40px;
  padding: 8px 16px;
  background-color: #0A0A0B;
  resize: none;
  border: 2px solid #a0a0a0;
}

.footer-ip .copy-button {
  font-family: 'MinecraftiaRegular', monospace;
  background-size: 100%;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  cursor: pointer;
  background-image: url(/assets/button.png);
  outline: 2px solid #000;
  text-align: center;
  text-shadow: 3px 3px #4c4c4c;
  border-bottom: 4px solid #565656;
  border-right: 2px solid #565656;
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  margin: auto 0 auto 2px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto 0;
}

.footer-socials a,
.footer-socials svg {
  height: 24px;
  width: 24px;
}

.nav-toggle {
  cursor: pointer;
  display: none;
  height: auto;
  padding: 8px;
  color: #fefefe;
  width: auto;
  margin: auto 0;
  background-color: #0A0A0B;
  border: 0;
  border-radius: 8px;
}

@-webkit-keyframes animateResponsiveNav {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes animateResponsiveNav {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.nav-responsive {
  height: auto;
  width: 100%;
  left: 0;
  background-color: #0A0A0B;
  border-bottom: 1px solid #2a2a2e;
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-animation: animateResponsiveNav .2s;
          animation: animateResponsiveNav .2s;
}

.navlink-responsive {
  text-decoration: none;
  color: #fefefe;
  display: block;
  padding: 16px 20px;
}

.navlink-responsive:hover {
  background-color: #121213;
}

@media (max-width: 1200px) {
  .mythic-screenshot {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .screenshot-container {
    width: 100%;
  }
  .server-desc {
    width: auto;
    left: 0;
  }
  .header,
  .footer {
    padding: 0 20px;
  }
}

@media (max-width: 1080px) {
  .header .nav {
    display: none;
  }
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero {
    margin: 50px 20px;
  }
  .server-types,
  .server-desc {
    margin: auto 20px -50px 20px;
  }
  .server-type {
    width: 30%;
    margin: auto;
  }
  .server-type img {
    height: 30px;
    width: 30px;
  }
  .server-type h4 {
    font-size: 14px;
  }
  .footer-container {
    height: 240px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto 20px;
  }
  .footer-text h4 {
    margin: 10px 0;
  }
  .footer-ip {
    width: 100%;
  }
  .footer-ip textarea {
    width: 100%;
    margin: auto;
  }
  .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 690px) {
  .server-type {
    min-width: 150px;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .server-type {
    width: 100%;
    margin: auto;
  }
}
/*# sourceMappingURL=styles.css.map */