@font-face {
  font-family: "Cream";
  src: url("../fonts/cream.woff") format("woff");
}
@font-face {
  font-family: "London";
  src: url("../fonts/LondonBetween.woff") format("woff");
}
@font-face {
  font-family: "ToyBox";
  src: url("../fonts/ToyBox.woff") format("woff");
}
body {
  background: #131313;
  margin: 0;
  font-family: "London";
  letter-spacing: 0.3;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "ToyBox";
  letter-spacing: 1;
}

#top {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

#top-image img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
#top-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #131313 0, #131313 20%, rgba(25, 2, 23, 0) 80%, #131313);
}

#title {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
  bottom: 100px;
}
#title img {
  width: 50%;
  max-width: 700px;
}

#top-content {
  display: flex;
  flex-direction: column;
  position: relative;
}

#content {
  position: absolute;
  top: calc(100% - 75px);
  z-index: 3;
  width: 100%;
  color: #c3bebe;
}
#content .bar {
  height: 3px;
  width: calc(100% - 150px);
  background: #716e6e;
  margin: 17px 50px;
}
#content .icon {
  position: absolute;
  top: 0;
  border: 1px solid #716e6e;
  border-radius: 50%;
  padding: 5px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
#content .icon:hover {
  color: #c3bebe;
  border-color: #c3bebe;
  transform: scale(1.3);
}
#content #fb-icon {
  right: 150px;
}
#content #twitter-icon {
  right: 100px;
}
#content #insta-icon {
  right: 50px;
}
#content #discord-icon {
  right: 50px;
  padding: 6px 7px 4px;
}

#thumb-container {
  display: flex;
  align-items: center;
  margin: 9% 20%;
}
#thumb-container h1 {
  margin: 0;
}

#thumb-text-container {
  margin: 10px 0 10px 50px;
}

#image-slider-container {
  width: 800px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 100px;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

#coming {
  position: relative;
  display: flex;
  height: 80vh;
  flex-direction: column;
  align-items: center;
  margin: 0 0 10%;
  background: center/cover no-repeat url("../images/background_w_cards.jpg");
  color: #000;
  box-shadow: -1px -5px 10px 0px rgba(0, 0, 0, 0.75), 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
#coming > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#coming > div:first-child {
  height: 100%;
}
#coming h1,
#coming h2 {
  z-index: 1;
  margin: 0;
}
#coming h1 {
  font-size: 70px;
}
#coming .bar {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 30%;
  opacity: 0.5;
  background: #fff;
}

.row {
  display: flex;
  align-items: center;
}
.row p {
  text-align: center;
  width: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.full-bar {
  height: 3px;
  width: calc(100% - 100px);
  background: #716e6e;
  margin: 17px 50px;
}

button {
  margin: 10px;
  background-color: #716e6e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: hand;
}

.links {
  padding: 10px 0;
  margin: 30px auto;
  max-width: 500px;
  font-size: 2.5rem;
}
.links a {
  color: #fff;
}
.links .col-2 {
  flex: 0 0 16.6%;
}
.links .offset-1 {
  margin-left: 8.3%;
}

@media screen and (max-width: 1024px) {
  #title {
    display: none;
  }
  #content {
    top: 40%;
  }
  #social {
    order: 2;
    margin-bottom: 50px;
  }
  #social .bar {
    width: calc(100% - 100px);
  }
  #social .bar::after {
    content: "";
    background: #131313;
    width: 20%;
    height: 10px;
    position: absolute;
    left: 40%;
    bottom: 65px;
  }
  #social .icon {
    bottom: 51px;
    top: unset;
  }
  #social #fb-icon {
    left: 33%;
    right: unset;
  }
  #social #twitter-icon {
    right: calc(50% - 17px);
  }
  #social #insta-icon {
    right: 33%;
  }
  #social #discord-icon {
    right: calc(50% - 17px);
  }
  #thumb-container {
    flex-direction: column;
    margin: 10%;
    margin-bottom: 20px;
  }
  #thumb-text-container {
    margin-left: 0;
    text-align: center;
  }
  #thumb-text-container img {
    margin: 1%;
  }
  #coming {
    margin-bottom: calc(10% + 50px);
  }
  #coming h1 {
    font-size: 45px;
  }
  #coming h2 {
    font-size: 24px;
  }
}
@media screen and (max-height: 400px) {
  #coming .bar {
    top: 22%;
    height: 52%;
  }
}

/*# sourceMappingURL=style.css.map */
