body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000;
  text-align: center;
  height: 970px;
}

p {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
}


.pageContainer {
  background: url("./image/bg_plain.jpg");
  background-size: cover;
  width: 100%;
  height: 3500px;
  text-align: center;
  display: inline-block;
}



.contentContainer {
  width: 1400px;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}

.contentWrap {
  width: 600px;
}

.iconContainer {
  width: 120px;
  margin-top: 15px;
  padding-right: 30px;
  position: relative;
  z-index: 99;
  clear: both;
  left: 90%;
}





.signin {
  background: url("./image/signin.png") no-repeat;
  width: 40px;
  height: 40px;
  float: left;
}

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;
}

a .home:hover {
  background: url("./image/home_hover.png") no-repeat;
  width: 40px;
  height: 40px;
}

.logoContainer {
  display: inline-block;
}

.logo {
  margin-top: 200px;
}

.textContainer {
  margin-top: -25px;
  padding-bottom: 30px;
}

.mainText {
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
}

.subText {
  font-size: 24px;
  font-weight: 400;
  width: 450px;
  margin-top: -40px;
}

.buttonContainer {
  display: inline;
  width: 600px;
  margin-top: 30px;
}

.cog {
  background: url("./image/cog.png");
  width: 203px;
  height: 202px;
  margin-top: -55px;
  margin-left: 50px;
  animation-name: spin;
  animation-duration: 4500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
  position: absolute;
  opacity: 0;
}


@keyframes spin {
    from {
        transform:rotate(0deg);
        opacity: 0.7;
    }
    to {
        transform:rotate(360deg);
        opacity: 0.9;
    }
}





.signup {
  background: url("./image/signup.png");
  width: 320px;
  height: 75px;
  float: left;
  transition: 2s;
  position: absolute;
  z-index: 99;
}

a .signup:hover {
  background: url("./image/signup_hover.png");
}

.shop {
  background: url("./image/shop.png") no-repeat;
  width: 320px;
  height: 75px;
  position: absolute;
  z-index: 99;
  margin-left: 270px;
  animation-name: example;
  animation-duration: 3s;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
}

@-webkit-keyframes example {
  0%   {margin-left:0px;}
  100% {margin-left:270 px;}
}

/* Standard syntax */
@keyframes example {
  0%   {margin-left:0px;}
  100% {margin-left:270px;}
}

a .shop:hover {
  background: url("./image/shop_hover.png");
}

i {
/*   positioning */
		position: absolute;
		opacity: 0;

/*   gradient   */
background: -moz-linear-gradient(left, rgba(254,252,234,0.1) 1%, rgba(249,230,82,0.38) 32%, rgba(252,247,207,0.6) 64%, rgba(214,202,32,0.4) 86%, rgba(214,202,32,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(254,252,234,0.1) 1%,rgba(249,230,82,0.38) 32%,rgba(252,247,207,0.6) 64%,rgba(214,202,32,0.4) 86%,rgba(214,202,32,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(254,252,234,0.1) 1%,rgba(249,230,82,0.38) 32%,rgba(252,247,207,0.6) 64%,rgba(214,202,32,0.4) 86%,rgba(214,202,32,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: 70px;
		height: 67px;
    margin-top: 3px;
     transform: skew(-40deg,0deg);
		-webkit-transform: skew(-40deg,0deg);
     -moz-transform: skew(-40deg,0deg);
     -ms-transform: skew(-40deg,0deg);
     -o-transform: skew(-40deg,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%  { left: 5%; opacity: 0; }
	5% {opacity: 0.2}
	48% {opacity: 0.4}
	80% {opacity: 0}
	100% { left: 75%; opacity: 0;}
}

@-webkit-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.1}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-moz-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.1}
	80% {opacity: 0.0}
	100% { left: 88%}
}

@-ms-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.1}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-o-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.1}
	80% {opacity: 0.0}
	100% { left: 82%}
}


.fire {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
}

#particles-js {
  max-width: 100%;
  height: 100%;
}

.count_particles {
  display: none;
}

canvas {
  top: 0;
  display: inline-block;
}

.bigImage {
  position: absolute;
  float: right;
  margin-left: 100px;
  margin-top: -600px;
}

@media only screen and (max-width: 1920px) {
  .pageContainer {
    background: url("./image/bg_v1.jpg");
    max-height: 970px;
  }

  .bigImage {
    display: none;
  }

  #particles-js {
    max-width: 1920px;
  }
}



@media only screen and (max-width: 1440px) {
  .pageContainer {
    background-position: center;
  }

  .shop {
    margin-left: 270px;
  }

  .iconContainer {
    padding-right: 0px;
    left: 70%;
  }

  @-webkit-keyframes example {
    0%   {margin-left:0px;}
    100% {margin-left:270px;}
  }

  /* Standard syntax */
  @keyframes example {
    0%   {margin-left:0px;}
    100% {margin-left:270px;}
  }

}

@media only screen and (max-width: 1140px) {
  .iconContainer {
    left: 60%;
  }
}

@media only screen and (max-width: 1024px) {

  i {
    display: none;
  }

  .fire {
    max-width: 100%;
    height: 1360px;
    margin-top: 0px;
  }


  .pageContainer {
    margin-left: 0px;
    background: url("./image/bg_v1_tablet.jpg") no-repeat;
    width: 100%;
    max-height: 1366px;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .contentContainer {
    width: 600px;
    text-align: center;
    display: inline-block;
    padding: 0;
  }
  .subText {
    display: inline-block;
  }
  .logo {
    margin-top: 150px;
  }

  .iconContainer {
    left: 85%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {

  .fire {
    max-width: 580px;
    height: 750px;
  }

  .pageContainer {
    background: url("./image/bg_v1_mobile_v2.jpg") no-repeat;
    width: 100%;
    height: 970px;
    background-position: center;
  }

  .iconContainer {
    left: 75%;
  }

  .contentContainer {
    width: 350px;
    text-align: center;
    padding: 0;
    display: inline-block;
  }
  .contentWrap {
    width: 350px;
  }
  .logo {
    width: 300px;
    margin-top: 80px;
  }
  .mainText {
    font-size: 30px;
    margin-top: 40px;
  }
  .subText {
    width: 350px;
    font-size: 18px;
    margin-top: -25px;
  }
  .buttonContainer {
    display: none;
  }
  .buttonContainer2 {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    z-index: 99;
  }
  .signup_mobile {
    background: url("./image/signup_mobile.png");
    width: 260px;
    height: 60px;
    transition: 0.5s;
  }
  a .signup_mobile:hover {
    background: url("./image/signup_mobile_hover.png");
  }
  .shop_mobile {
    background: url("./image/shop_mobile.png");
    width: 260px;
    height: 60px;
    transition: 0.5s;
  }
  a .shop_mobile:hover {
    background: url("./image/shop_mobile_hover.png");
  }
}

@media only screen and (max-width: 415px) {
  .logo {
    margin-top: 80px;
  }

  .iconContainer {
    left: 70%;
  }

}

@media only screen and (max-width: 350px) {
  .contentContainer {
    width: 300px;
  }
  .contentWrap {
    width: 300px;
  }
  .mainText {
    font-size: 28px;
  }
  .subText {
    width: 300px;
    font-size: 16px;
  }
}
