.headimage {
  padding-top: 2rem;
  width: 100%;
}
.footer {
  background-color: #000000;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
}

.game-hr {
  border-color: #1477f8;
  outline: transparent;
  border-width: 4px;
}

/* .download-badge-google img {
  height: 4vw;
} */
.download-badge-app img {
  margin-left: 3vw;
  /* height: 4vw; */
}
.download-badge-div img {
  /* min-width: 20vw; */
  height: 4vw;
}

.atBottom {
  position: absolute;
  bottom: 1vw;
}
.atBottomGameBtn {
  position: absolute;
  bottom: -5vw;
  /* margin-top: auto; */
}

.content-col {
  position: relative;
}

.intro-text {
  width: 85%;
  line-height: 200%;
}

html {
  font-size: 1.4rem;
  font-family: "Montserrat", "PingFangSC";
}

.c-btn--border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  -webkit-transition: border-color 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  -o-transition: border-color 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: border-color 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  text-transform: uppercase;
  color: #fff;
}

.large-title-button {
  padding: 0.5rem 4rem !important;
  /* width: 175px; */
  /* height: 45px; */
  font-size: 20px !important;
  margin-left: 15px;
}

/* .game-container {
  padding-bottom: 15vw;
} */
.icon-game-container {
  padding-bottom: 10vw;
}

@media (max-width: 1700px) {
  html {
    font-size: 1.1rem;
  }
}
@media (max-width: 1444px) {
  .game-container .atBottom {
    position: relative;
    bottom: 0;
  }
  .game-container .atBottomGameBtn {
    position: relative;
    bottom: auto;
  }
  html {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  /* .download-badge-google img {
    width: 10vw;
  }
  .download-badge-app img {
    width: 8vw;
  } */

  html {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .atBottom {
    position: relative;
    bottom: 0;
  }
  .atBottomGameBtn {
    position: relative;
    bottom: auto;
  }
  .download-badge-div img {
    height: 8vw;
  }
  .download-badge-app img {
    margin-left: 5vw;
    /* height: 4vw; */
  }
  .large-title-button {
    padding: 0.5rem 1.2rem !important;
    margin-left: 0px;
  }
  /* .download-badge-google img {
    height: 5vh;
  }
  .download-badge-app img {
    height: 5vh;
  } */
  .intro-text {
    width: 100% !important;
    /* flex: 0 0 80%;
    max-width: 80%; */
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  html {
    font-size: 1rem;
  }
  .game-hr {
    border-color: #1477f8;
    border-width: 2px;
  }
  .game-container,
  .icon-game-container {
    padding-bottom: 15vw !important;
  }
}
