h1,
body {
  font-size: 14px;
  font-size: 1.5vw;
}

h2 {
  color: rgb(156, 156, 221);
  font-weight: 600;
}

h3 {
  color: rgb(156, 156, 221);

  font-weight: 600;
  font-size: 18px;
  font-size: 6vw;
  line-height: 1.3;
  letter-spacing: -.1rem;
  text-shadow: -2px 2px 7px #000000;
}

h4 {
  color: rgb(221, 184, 156);

  font-weight: 600;
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.3;
  letter-spacing: -.1rem;
  text-shadow: -2px 2px 9px #000000;
  margin-bottom: 5px;
}

.maincopy {
  position: absolute;
  width: 80%;
  height: 60%;
  left: 10%;
  top: 15%;
  opacity: 1;
  padding-top: 65px;
  max-width: 1000px;
  overflow-y: auto;
}

.body-copy {
  /*
  display: flex;
  flex-flow: column;
  */
  height: 100%;
  /* font-size: 12px; font-size: 1vw;*/
  font-size: calc(14px + 0.8vh);
  padding-bottom: 2%;
}

.white {
  color: #fff;
}

.container {
  height: 90%;

  display: flex;
  flex-direction: column;
}

.bottom-row {
  margin-top: auto;
}

.center {
  text-align: center;
  justify-content: center;
}

.no-padding {
  padding: 0px;
  margin: 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #ff00ff;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.label-text {
  color: #fff;
  font-size: 1.3vw;

}

.joystick {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 20vw;
  height: 20vw;
  padding: 30px;
}

.padding-top25 {
  padding-top: 25px;
}

.swiper {
  position: absolute;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.joystick-2 {
  position: absolute;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bg-gradient {
  background: linear-gradient(to top, #0a0a0f, #44474f);
  background-size: 100% 100%;

  background-repeat: no-repeat;
}

.hidden {
  visibility: hidden;
}

.holder
{
    position: absolute;
    left: 0;
    top: 0;
}