body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: 'Roboto', sans-serif;
  color: white;
}

.pageContainer {
  background: url("./image/bg_big.jpg");
  background-size: cover;
  max-width: 100%;
  height: 1500px;
  text-align: center;
  background-position: center;
}

.contentContainer {
  width: 1200px;
  display: inline-block;
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 99;
}

.logoContainer {
  clear: both;
}

.logo {
  width: 350px;
  margin-top: 20px;
}

.main {
  width: 1050px;
  margin-top: 15px;
}

.main2 {
  display: none;
}

.textContainer {
  margin-top: -40px;
  display: inline-block;
  text-align: center;
}

.mainText {
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
}

.subText {
  font-size: 24px;
  font-weight: 300;
  width: 500px;
  margin-top: -35px;
}

.buttonContainer {
  width: 550px;
  display: inline-block;
  text-align: center;
}

.mainButton {
  width: 350px;
  height: 50px;
  display: inline-block;
  background-color: rgba(22, 22, 22, 0.6);
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 700px;
}

.mainButton:hover {
  background-color: rgba(22, 22, 22, 0.8);
  border: 1px solid #fbfcc4;
}

.support {
  font-size: 21px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

.support:hover {
  color: #fbfcc4;
}

.iconContainer {
  width: 550px;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
}

.social {
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.fb {
  background: url("./image/fb.png") no-repeat;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-right: 10px;
}

.fb:hover {
  background: url("./image/fb_hover.png") no-repeat;
}

.youtube {
  background: url("./image/youtube.png") no-repeat;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-right: 10px;
}

.youtube:hover {
  background: url("./image/youtube_hover.png") no-repeat;
}

.twitter {
  background: url("./image/twitter.png") no-repeat;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-right: 10px;
}

.twitter:hover {
  background: url("./image/twitter_hover.png") no-repeat;
}

.fire {
  width: 70%;
  margin-left: 15%;
  height: 970px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1920px) {
  .pageContainer {
    background: url("./image/bg_main.jpg");
    background-size: cover;
    max-width: 1920px;
    height: 970px;
    text-align: center;
    background-position: center;
  }
}

@media only screen and (max-width: 1199px) {
  .main {
    width: 900px;
  }
  .contentContainer {
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .logo {
    width: 350px;
    margin-top: 0px;
  }
  .main {
    width: 900px;
    margin-top: 15px;
  }
  .iconContainer {
    width: 350px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
  }
  .contentContainer {
    width: 900px;
  }
  .logoContainer {
    margin-top: 40px;
  }
  .pageContainer {
    width: 100%;
    min-height: 100%;
    background: url("./image/bg_tablet.jpg");
    padding-bottom: 395px;
  }
  .main {
    display: none;
  }
  .main2 {
    display: inline-block;
    width: 400px;
    margin-top: 20px;
  }
  .mainText {
    font-size: 35px;
  }
  .subText {
    font-size: 21px;
  }
  .fire {
    width: 70%;
    margin-left: 15%;
    height: 1100px;
  }
}

@media only screen and (max-width: 899px) {
  .pageContainer {
    width: 100%;
    min-height: 100%;
    padding-bottom: 100px;
  }
  .contentContainer {
    width: 600px;
  }
  .main2 {
    width: 350px;
  }
  .fire {
    width: 80%;
    margin-left: 10%;
    height: 100%;
  }
}

@media only screen and (max-width: 599px) {
  i {
    display: none;
  }
  .contentContainer {
    width: 400px;
  }
  .logo {
    width: 300px;
  }
  .main2 {
    width: 300px;
    margin-top: 5px;
  }
  .mainText {
    width: 400px;
    font-size: 30px;
    margin-top: 40px;
  }
  .subText {
    width: 400px;
    font-size: 18px;
    margin-top: -25px;
  }
  .buttonContainer {
    width: 300px;
  }
  .mainButton {
    width: 300px;
    display: inline-block;
  }
  .iconContainer {
    width: 400px;
  }
}

@media only screen and (max-width: 399px) {
  .contentContainer {
    width: 300px;
  }
  .logo {
    width: 250px;
    margin-top: 0px;
  }
  .main2 {
    width: 250px;
    margin-top: 10px;
  }
  .mainText {
    width: 300px;
    font-size: 21px;
    margin-top: 45px;
  }
  .subText {
    width: 300px;
    font-size: 15px;
    margin-top: -20px;
  }
  .mainButton {
    width: 250px;
    margin-top: 10px;
  }
  .iconContainer {
    width: 300px;
  }
}
