body {
  padding-top: 126px;
  background-color: #000;
  background-image: url('../images/fans-black.jpg');
  background-size: cover;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.copyright {
  color: rgba(0, 0, 0, 0.35);
  text-align: left;
}

.container {
  position: absolute;
  left: 10vw;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.join {
  position: relative;
  display: block;
  width: 52%;
  margin-bottom: 3vw;
  float: left;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.3vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: none;
}

.join-text {
  position: relative;
  display: block;
  width: 52%;
  margin-bottom: 2vw;
  float: left;
  color: #000;
  font-size: 0.9vw;
  line-height: 1.25vw;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: none;
}

.beta-line {
  position: relative;
  width: 10%;
  height: 0;
  margin-bottom: 2.5vw;
  margin-left: 6.3vw;
  float: left;
  background-color: transparent;
}

.join-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.logo-img {
  position: relative;
  width: 19.2vw;
  height: auto;
  margin-bottom: 4vw;
}

@media screen and (max-width: 991px) {
  .container {
    left: 7vw;
  }

  .join {
    width: 56%;
    margin-bottom: 6vw;
    font-size: 2.75vw;
    line-height: 3vw;
    text-shadow: none;
  }
    
  .join-text {
    width: 56%;
    margin-bottom: 4vw;
    font-size: 2.2vw;
    line-height: 2.5vw;
    text-shadow: none;
  }

  .beta-line {
    width: 10%;
    margin-bottom: 5vw;
    margin-left: 13.1vw;
  }

  .join-wrapper {
    margin-left: 13.1vw;
  }

  .body {
    padding-top: 0px;
  }

  .logo-img {
    width: 40vw;
    margin-bottom: 9vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .join {
    text-shadow: none;
  }
    
  .join-text {
    text-shadow: none;
  }

  .beta-line {
    width: 13%;
  }

  .logo-img {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }

  p {
    font-size: 20px;
    text-shadow: none;
  }

  .copyright {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .container {
    left: 0vw;
    padding-right: 6.5vw;
    padding-left: 6.5vw;
  }

  .join {
    width: 90%;
    margin-bottom: 7vw;
    font-size: 4.75vw;
    line-height: 5.5vw;
    letter-spacing: 3px;
    text-shadow: none;
  }
    
  .join-text {
    width: 90%;
    margin-bottom: 5vw;
    font-size: 3.8vw;
    line-height: 4.6vw;
    letter-spacing: 2px;
    text-shadow: none;
  }

  .beta-line {
    width: 18%;
    margin-bottom: 9vw;
    margin-left: 16.5vw;
  }

  .join-wrapper {
    margin-left: 16.5vw;
  }

  .logo-img {
    width: 50vw;
    margin-bottom: 13vw;
  }
}

