header {
  background: url(../img/aboutus.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1000;
}


/* hide horizontal scrollbars, since we use the vertical ones to scroll to the right */
body {
  overflow-x: hidden;
}

.show-kp {
  display: none;
}

/**
  * important: keep position fixed, you can however use top:0 instead of bottom:0
  * if you want to make it stick to the top of the browser
  */
.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
}


pre {
  font-size: 14px;
  color: white;
  padding: 10px;
  background: #646464;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  overflow: hidden;
  background: #238acb;
  z-index: 1000;
}

.header .logo {
  float: left;
  padding: 22px;
  padding-left: 30px;
}

.header .credits {
  float: right;
  padding-top: 15px;
}

.imgs {
  background-image: url(../img/6.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.horizon {
  line-height: 0;
  z-index: 100;
  background-image: url(../img/6.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  width: 5000px;
}

.middle {
  z-index: 250;
  line-height: 0;
  width: 5000px;
}

.front {

  z-index: 500;
  top: 20%;
  width: 5000px;

}

.sm-screen {
  display: none;
}

h2 {
  color: #fff;
}

.page {
  top: 0px;
  min-width: 320px;
  width: 600px;
  background: #000000;
  padding: 10px 30px;
  position: absolute;
  height: 100vh;
  opacity: 0.85;
}

.description {
  left: 1368px;
}

.documentation {
  min-width: 320px;
  left: 2268px;
}

.balance {
  min-width: 320px;
  left: 3168px;
}

.desirable {
  min-width: 320px;
  left: 4068px;
}

.page p {
  font-weight: 400;

  letter-spacing: 2.3px;

  line-height: 1.7;

  margin-top: 20px;

  color: #B28A51;

  font-size: 18px;
}

.license {
  padding: 100px 30px 30px 30px;
}

.about-polaroid .wrappers {
  width: 100%;

  border-radius: 7px 7px 7px 7px;

  position: absolute;

  top: 60%;

  background: rgba(0, 0, 0, 0.7);

  transform: translateY(-50%);

}

.about-polaroid .product-img {

  float: left;
  height: 100%;
  width: 43.3%;
  text-align: right;

}

.about-polaroid .product-img img {

  border-radius: 7px 0 0 7px;
  width: 80%;
  height: auto;
  text-align: right;

}

.about-polaroid .product-info {

  float: left;
  height: 100%;
  width: 100%;
  border-radius: 0 7px 0px 7px;
  background-color: transparent;

}

.about-polaroid .product-text {

  height: 100%;
  width: 100%;
  padding: 20px;

}

.about-polaroid .product-text h1 {
  font-size: 70px;
  color: #B28A51 !important;
}

.about-polaroid .product-text p {
  color: #fff;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}

.about-polaroid span {
  display: inline-block;
  height: 50px;
  font-size: 34px;
}


@media only screen and (max-width: 768px) {
  .lg-screen {
    display: none;
  }

  .sm-screen {
    display: block;
  }

  .small-screen {
    position: absolute;

    bottom: 0;
  }

  #about .product-img {

    float: left;
    height: 100%;
    width: 70%;
    text-align: center;
  }


  .bg-change {
    background-color: #000;

    opacity: 0.98;
  }

  #about .product-text {
    position: relative;
  }

  .post {
    height: auto;
  }

  #about .product-info {

    float: left;
    height: 100%;
    width: 100%;
    border-radius: 0 7px 0px 7px;
    background-color: transparent;
    margin-top: -50px;

  }

  #about .product-text h1 {

    margin: 0;
    font-size: 70px;
    color: #B28A51 !important;
    position: absolute;
    top: -130px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;

  }

  #about .product-text p {

    height: 200px;
    color: #fff;
    line-height: 1.7em;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 500;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -230px;
    left: 0;

  }

  header {

    background-attachment: scroll;

  }
}

@media only screen and (max-width: 630px) {
  .container {
    background: #fff;
  }

  header {
    height: 25vh;
  }

  .about-polaroid .wrappers {
    width: 100%;

    border-radius: 7px 7px 7px 7px;

    position: absolute;

    top: unset;
    bottom: 0;
    font-size: 70px;
    color: #B28A51 !important;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);

  }

  #parallax {
    display: none;
  }

  .product-info {
    display: none;
  }

  .show-kp {
    display: block;
  }

  .sm-screen {
    display: block;
    transition: all 0.3s ease;
  }

  .sm-screen p {
    font-weight: 400;

    letter-spacing: 2.5px;

    line-height: 1.7;
    margin-top: 20px;
    color: #B28A51;
    font-size: 18px;
  }

  .sm-screen h3 {
    font-size: 40px;
  }
}

.separator {
  margin-top: 25px;
  margin-bottom: 80px;
  border: 0;
}


.separator--dots {
  overflow: visible;
  border: 0;
  content: "";
  background-color: #B28A51;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: relative;
}

.separator--dots:before {
  content: "";
  background-color: #B28A51;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  -webkit-animation: dot-move-left 1s ease-out forwards;
  animation: dot-move-left 1s ease-out forwards;
}

.separator--dots:after {
  content: "";
  background-color: #B28A51;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  left: 32px;
  -webkit-animation: dot-move-right 1s ease-out forwards;
  animation: dot-move-right 1s ease-out forwards;
}

@-webkit-keyframes dot-move-right {
  0% {
    left: 0;
  }

  100% {
    left: 32px;
  }
}

@keyframes dot-move-right {
  0% {
    left: 0;
  }

  100% {
    left: 32px;
  }
}

@-webkit-keyframes dot-move-left {
  0% {
    left: 0;
  }

  100% {
    left: -32px;
  }
}

@keyframes dot-move-left {
  0% {
    left: 0;
  }

  100% {
    left: -32px;
  }
}

.sm-screen h2 {
  color: #fff;
}