.download-main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.download-main .download-buttons {
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.download-main .download-buttons a {
  margin-top: 10%;
  border: 0;
  background-color: rgb(255, 255, 255);
  width: 400px;
  height: 14vh;
  z-index: 1;
  color: rgb(79, 75, 75);
  text-decoration: none;
  font-size: 35px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 600;
}
.download-main .download-buttons a a, .download-main .download-buttons a img {
  margin: 30px;
}
.download-main .download-buttons a img {
  width: 20%;
}
.download-main .download-buttons button:hover {
  border: solid 1px gray;
}
.download-main .download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.download-main .download-text {
  font-weight: 600;
  font-size: 20px;
  color: rgb(191, 185, 185);
  position: absolute;
}
.download-main .download-image {
  display: flex;
  justify-content: space-around;
  margin-top: 8%;
}
.download-main .download-image .launcher-img {
  width: 40%;
}

.render-img {
  width: 28%;
}

.none-text {
  display: none;
}

.social-logo-box {
  left: 90%;
}

@media only screen and (max-width: 920px) {
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    background-color: rgb(110, 100, 128);
  }
  .home-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
  }
  .background {
    background: url("../../assets/jETMze.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    position: absolute;
    z-index: -1;
    background-size: cover;
  }
  .home-main img {
    z-index: 1;
    width: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .links-box {
    justify-content: center;
  }
  .links-box a {
    display: none;
  }
  .links-box a:nth-child(2n) {
    display: flex;
    width: 60%;
    height: 10vh;
  }
  .navbar-main {
    display: none;
  }
  .more-info {
    display: none;
  }
  .images-main {
    display: none;
  }
  .social-logo {
    height: 6vh;
  }
  .social-logo-box {
    left: 65%;
    width: 40%;
  }
}
@media only screen and (max-width: 920px) {
  .navbar-main {
    display: none;
  }
  .social-logo-box {
    display: none;
  }
  .download-main {
    display: none;
  }
  .none-text {
    position: absolute;
    top: 50%;
    left: 28%;
    border: 0;
    background-color: rgb(250, 210, 87);
    height: 10vh;
    width: 50%;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 420px) {
  .none-text {
    position: absolute;
    top: 50%;
    left: 28%;
    border: 0;
    background-color: rgb(250, 210, 87);
    height: 20vh;
    width: 46%;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
  }
}
@media only screen and (min-width: 2400px) {
  .download-image .render-img {
    width: 25%;
    height: 50vh;
  }
  .download-image .launcher-img {
    height: 60vh;
  }
}/*# sourceMappingURL=subSiteStyle.css.map */