body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: 'Roboto', sans-serif;
  color: white;
}

.pageContainer {
  background: url("./image/main_plain.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: 1280px;
  display: inline-block;
  margin-top: 150px;
  padding-right: 50px;
  position: relative;
  z-index: 99;
}

.contentWrap {
  float: right;
}

.logo {
}

.textContainer {
  clear: both;
  width: 600px;
}
.mainText {
  font-family: 'Anton', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 55px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.subText {
 font-size: 24px;
 padding: 0;
 margin: 0;
 font-weight: 300;
}

.line {
  width: 80%;
  opacity: 0.8;
  display: inline-block;
  margin-top: 10px;
}

.buttonContainer {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}

.mainButton {
  width: 250px;
  height: 50px;
  background-color: rgba(22, 22, 22, 0.6);
  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 #fff495;
}

#mainButton2 {
  margin-left: 20px;
}

.signup {
  margin-top: 10px;
}

.signup:hover {
  color: #fff495;
}

.shop {
  margin-top: 10px;
}

.shop:hover {
  color: #fff495;
}

.bigImage {
  position: absolute;
  float: left;
  width: 1730px;
  margin-left: -1330px;
  margin-top: -250px;
}

.fire {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 9;

}

#particles-js {
  max-width: 1920px;
  height: 100%;
}

.count_particles {
  display: none;
}

i {
/*   positioning */
		position: absolute;
		opacity: 0;

/*   gradient   */
background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 1%, rgba(255,255,255,0.38) 32%, rgba(255,255,255,0.45) 64%, rgba(255,255,255,0.4) 86%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 1%,rgba(255,255,255,0.38) 32%,rgba(255,255,255,0.45) 64%,rgba(255,255,255,0.4) 86%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.1) 1%,rgba(255,255,255,0.38) 32%,rgba(255,255,255,0.45) 64%,rgba(255,255,255,0.4) 86%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1afefcea', endColorstr='#d6ca20',GradientType=1 ); /* IE6-9 */


/*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
		width: 30px;
		height: 50px;
    margin-top: -66px;
     transform: skew(-5deg,0deg);
		-webkit-transform: skew(-5deg,0deg);
     -moz-transform: skew(-5deg,0deg);
     -ms-transform: skew(-5deg,0deg);
     -o-transform: skew(-5deg,0deg);

/*  animating it  */
    animation: move 1s;
		animation-iteration-count: infinite;
		animation-delay: 2s;
		-webkit-animation: move 1s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-delay: 2s;
		-moz-transform: skew(-40deg,0deg);
		-moz-animation: move 1s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-delay: 2s;
		-ms-transform: skew(-40deg,0deg);
		-ms-animation: move 1s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-delay: 2s;
		-o-transform: skew(-40deg,0deg);
		-o-animation: move 1s;
		-o-animation-iteration-count: infinite;
		-o-animation-delay: 2s;
	}

/*  */
@keyframes move {
	0%  {margin-left: -100px; opacity: 0; }
	5% {opacity: 0.5}
	48% {opacity: 0.3}
	80% {opacity: 0}
	100% {margin-left: 80px; opacity: 0;}
}

@-webkit-keyframes move {
  0%  {margin-left: -100px; opacity: 0; }
  5% {opacity: 0.5}
  48% {opacity: 0.3}
  80% {opacity: 0}
  100% {margin-left: 80px; opacity: 0;}
}

@-moz-keyframes move {
  0%  {margin-left: -100px; opacity: 0; }
  5% {opacity: 0.5}
  48% {opacity: 0.3}
  80% {opacity: 0}
  100% {margin-left: 80px; opacity: 0;}
}

@-ms-keyframes move {
  0%  {margin-left: -100px; opacity: 0; }
  5% {opacity: 0.5}
  48% {opacity: 0.3}
  80% {opacity: 0}
  100% {margin-left: 80px; opacity: 0;}
}

@-o-keyframes move {
  0%  {margin-left: -100px; opacity: 0; }
  5% {opacity: 0.5}
  48% {opacity: 0.3}
  80% {opacity: 0}
  100% {margin-left: 80px; opacity: 0;}
}



@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;
  }

  .bigImage {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .pageContainer {
    background: url("./image/main_mid.jpg");
    max-width: 1280px;
  }

  .contentContainer {
    width: 600px;
    padding: 0px;
  }

  .contentWrap {
    float: none;
  }

  .iconContainer {
    left: 80%;
  }
}

@media only screen and (max-width: 1024px) {

  .pageContainer {
    background: url("./image/main_tablet.jpg");
    background-size: cover;
    max-width: 1024px;
    height: 1366px;
    text-align: center;
    background-position: center;
  }

  .iconContainer {
    left: 80%;
  }

  .contentContainer {
    clear: both;
  }

}

@media only screen and (max-width: 599px) {
  .pageContainer {
    background: url("./image/main_mobile.jpg");
    width: 100%;
    height: 970px;
    display: inline-block;
  }

  .contentContainer {
    width: 400px;
    text-align: center;
    display: inline-block;
    padding-right: 0px;
  }

  .textContainer {
    clear: both;
    width: 400px;
  }

  .logo {
    width: 300px;
    display: inline-block;
    margin-top: -150px;
  }

  .mainText {
    font-size: 32px;
  }

  .subText {
    font-size: 21px;
  }

  .mainButton {
    float: none;
    display: inline-block;
    width: 250px;
    height: 50px;
  }

  #mainButton2 {
    margin-left: 0px;
    margin-top: 15px;
  }

}

@media only screen and (max-width: 499px) {
  .contentContainer {
    width: 300px;
  }

  .textContainer {
    width: 300px;
  }

  .iconContainer {
    left: 60%;
  }

  .logo {
    width: 250px;
    display: inline-block;
  }

  .mainText {
    font-size: 24px;
  }

  .subText {
    font-size: 16px;
  }


}
