body {
  margin:0;
}

article h2, article h1 {
  font-size: 3.6em;
  line-height: 1em;
  margin: 25px 0;
}






@media screen and (min-width:1px) and (max-width:479px) {
.content {
  color: #333;
  height:1200px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}
}

@media screen and (min-width:480px) and (max-width:640px) {
.content {
  color: #333;
  height: 1300px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}
}

@media screen and (min-width:641px) and (max-width:799px) {
.content {
  color: #333;
  height: 1400px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}
}

@media screen and (min-width:800px) and (max-width:999px) {
.content {
  color: #333;
  height: 1500px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}
}

@media screen and (min-width:1000px) and (max-width:1199px) {
.content {
  color: #333;
  height: 1650px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}
}

@media screen and (min-width:1200px) {
.content {
  color: #333;
  height: 1763px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}

}











.content2 {
  color: #333;
  height: auto;
  margin: -920px auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
/*--box-shadow:rgba(0, 0, 0, 0.0980392) 0px -40px 6px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px -40px 6px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px -40px 6px 3px;--*/
}

.content4 {
  color: #333;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.content3 {
  color: #333;
  height: auto;
  margin: -10px auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  /*--box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);--*/
}

#first {
  background: url(../img/bg-parallaxsample01.jpg) 50% 0 no-repeat fixed;
}

#second {
  background: url(../img/bg-parallaxsample02.jpg) 50% 0 no-repeat fixed;
}

#third {
  background: url(../img/bg-parallaxsample03.jpg) 50% 0 no-repeat fixed;
}

#theend {
  background: url(../img/bg-parallaxsample04.jpg) 50% 0 no-repeat fixed;
}










    ::-webkit-scrollbar {
    width: 1px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    border-radius: 1px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
}










/* section first */
.logo {
  color: rgba(255, 255, 255, 0.9);
  font-size: 4em;
  font-weight: bold;
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  height:1763px !important;
  overflow:;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

#first article {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  padding: 18px;
  position: absolute;
  top: 200px;
  width: 800px;
}

/* section second */
#second {
  padding: 0px 0;
}
#second article {
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  color: white;
  margin-left: 100px;
  padding: 10px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  width: 445px;
}

/* section third */
#third article {
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  color: white;
  padding: 10px 20px;
  margin: 100px 0 0 60%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  color: white;
  position: absolute;
  top: 0;
}
#third img {
  border: 8px solid white;
  height: 350px;
  width: 560px;
  position: absolute;
  left: 30px;
  top: 600px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

/* section the end */
#theend h2 {
  color: white;
  font-size: 4em;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  text-shadow: 0 0 16px rgba(140, 123, 96, 0.8);
  top: 180px;
  width: 300px;
}