body {
  /* background: linear-gradient(0.12turn, #171a1b 10%, #222423 25%,#1f2020 50%,#252527 100%); */
  background: linear-gradient(0.12turn, rgb(61, 59, 59) 10%, rgb(71, 70, 59) 25%, rgb(71, 76, 78) 50%, rgb(43, 31, 31) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.footer-text {
  text-shadow: 0px 0px 10px rgb(138, 138, 138);
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

/* width */
::-webkit-scrollbar {
  border-radius: 0px 5px 5px 0px;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  position: relative;
  border-radius: 0px 5px 5px 0px;
  background: rgba(241, 241, 241, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0px 5px 5px 0px;
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Navigation */
.navbar {
  background: linear-gradient(0.25turn, rgb(37, 34, 34) 10%, rgb(39, 43, 42), rgb(37, 37, 31) 100%);
  text-shadow: 0px 0px 10px rgb(138, 138, 138);
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: auto;
  padding: 18px 50px;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 10px 50px black;
  border-bottom: solid #131313 1px;
  height: 100vh;
}

.title {
  /* gsap */
  transform-origin: center;
  opacity: 0;
}

div {
  overflow: clip;
}

.card-style {
  border: solid rgba(87, 87, 87, 0.5215686275) !important;
  border-radius: 1vh !important;
  box-shadow: 0px 0px 10px rgba(255, 76, 76, 0.5215686275);
  margin: 32px;
  background-color: rgba(0, 0, 0, 0.5803921569) !important;
  color: #ffffff !important;
  font-size: 2vh !important;
  /* max-height: 15vh; */
  overflow-y: clip;
  /*overflow-y: clip;*/
  overflow-x: clip;
  text-overflow: ellipsis;
  /* gsap */
  transform-origin: top;
  transform: scaleY(0);
}

.card-image {
  background-color: rgba(0, 0, 0, 0.3215686275);
  width: auto;
  height: 10vh;
  aspect-ratio: 1/1;
  display: inline-grid;
  justify-content: center;
  align-content: center;
  border-radius: 0.9vh 0px 0px 0px;
  border-style: none !important;
}

.card-container-end {
  border-right: none !important;
}

.card-container p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
}

hr, .border-glow-white {
  border-color: #ffffff !important;
  border-style: solid;
  box-shadow: 0px 0px 10px rgb(71, 80, 80);
  margin: 0px !important;
}

.minecraft-card {
  background-image: url(img/mcdirt.jpg);
  background-size: cover;
  border-radius: 0.9vh 0.9vh 0px 0px;
  max-height: 15vh;
}

.offline {
  border: solid #ff4c4c !important;
  box-shadow: 0px 0px 10px rgba(255, 76, 76, 0.5215686275);
}

.notify-offline {
  color: #ff4c4c !important;
  text-shadow: 0px 0px 10px rgba(255, 76, 76, 0.5215686275);
}

.online {
  border: solid rgb(161, 247, 174) !important;
  box-shadow: 0px 0px 20px rgba(27, 196, 55, 0.5215686275);
}

.notify-online {
  color: rgb(161, 247, 174) !important;
  text-shadow: 0px 0px 0.9vh #1bc437;
}

@media only screen and (min-width: 992px) {
  .minecraft-card {
    border-radius: 0.9vh 0px 0px 0px;
  }
  .card-container {
    border-right: solid 1px rgba(255, 255, 255, 0.57);
  }
  .navbar {
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 35px;
  }
}/*# sourceMappingURL=style.css.map */