body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #2c3649;
}

p {
  font-family: 'Roboto', sans-serif;
  color: white;
}

.pageContainer {
  background: url("./image/main_big.jpg");
  background-size: cover;
  max-width: 100%;
  height: 1500px;
  text-align: center;
  background-position: center;
}

.iconContainer {
  position: relative;
  z-index: 99;
  left: 90%;
  padding-top: 15px;
  width: 120px;
}

.signin {
  background: url("./image/signin.png") no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  opacity: 0.7;
}

a .signin:hover {
  background: url("./image/signin_hover.png") no-repeat;
  width: 40px;
  height: 40px;
}

.home {
  background: url("./image/home.png") no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  opacity: 0.7;
}

a .home:hover {
  background: url("./image/home_hover.png") no-repeat;
  width: 40px;
  height: 40px;
}

.contentContainer {
  width: 600px;
  display: inline-block;
  margin-top: 200px;
  position: relative;
  z-index: 99;
}

.textContainer {
  clear: both;
  display: inline-block;
  width: 600px;
}
.mainText {
  font-family: 'Anton', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 45px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.subText {
 font-size: 24px;
 padding: 0;
 margin: 0;
 font-weight: 300;
 display: inline-block;
}

.buttonContainer {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}

.mainButton {
  width: 250px;
  height: 50px;
  background-color: rgba(22, 22, 22, 0.5);
  border: 1px solid #ffffff;
  border-radius: 25px;
  float: left;
  font-size: 24px;
  font-weight: 700px;
}

.mainButton:hover {
  background-color: rgba(22, 22, 22, 0.8);
  border: 1px solid #fb6f1f;
}

#mainButton2 {
  margin-left: 20px;
}

.signup {
  margin-top: 10px;
}

.signup:hover {
  color: #fb6f1f;
}

.shop {
  margin-top: 10px;
}

.shop:hover {
  color: #fb6f1f;
}

.fire {
  width: 80%;
  margin-left: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 9;

}

#particles-js {
  max-width: 100%;
  height: 100%;
}

.count_particles {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .pageContainer {
    background: url("./image/main_bg.jpg");
    background-size: cover;
    max-width: 100%;
    height: 980px;
    text-align: center;
    background-position: center;
  }

  .contentContainer {
    width: 600px;
    margin-left: -40%;
    display: inline-block;
    margin-top: 250px;
    position: relative;
    z-index: 99;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1024px) {

  .pageContainer {
    background: url("./image/main_tablet.jpg");
    background-size: cover;
    max-width: 100%;
    height: 1366px;
    text-align: center;
    background-position: center;
  }

  .iconContainer {
    left: 80%;
  }

  .contentContainer {
    margin-left: 0%;
    padding-left: 0px;
    margin-top: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .pageContainer {
    background: url("./image/main_mobile.jpg");
    background-size: cover;
    max-width: 100%;
    height: 960px;
    text-align: center;
    background-position: center;
  }

  .iconContainer {
    left: 70%;
  }

  .contentContainer {
    width: 400px;
    margin-top: 80px;
  }

  .textContainer {
    width: 400px;
  }

  .logo {
    width: 350px;
  }
  .mainText {
    font-size: 32px;
  }

  .subText {
   font-size: 21px;
  }

  .buttonContainer {
    display: inline-block;
    margin-top: 40px;
    text-align: center;
  }

  .mainButton {
    float: none;
    display: inline-block;
  }


  #mainButton2 {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 399px) {

  .contentContainer {
    width: 300px;
    margin-top: 80px;
  }

  .iconContainer {
    left: 60%;
  }

  .logo {
    width: 280px;
  }

  .textContainer {
    width: 300px;
  }

  .mainText {
    font-size: 26px;
    margin-top: 10px;
  }
}
