/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background:#fff;
      text-align: center;
      -webkit-transition: opacity 400ms;
      -moz-transition: opacity 400ms;
      transition: opacity 400ms;
}
.epn-nextpage {
  padding: 85px 30px;
  font-weight: 100;
  font-size: 50px;
}

body .header{
  color: #000;
}
html {
      height: 100%;
    }
body {
  padding: 0;
  position: relative;
  margin: 0;
  height: 100%;
}
.main  {
  margin: 25px auto;
  max-width: 980px;
}
.main p {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: 100;
}

.nav-top a {
  color: #000;
}

/* ALL DEMO */
.main {
  margin-bottom: 150px;
  overflow: hidden;
}
.tps-section {
  width: 100% !important;
  max-width: 1000px;
  margin: 0 auto;
}

.page_container h1{
  font-size: 100px;
  margin-top: 190px;
}

.page1 .tps-wrapper {
  background: #ddd;
  height: 500px;
}

.page2 .tps-wrapper {
  background: #ccc;
  height: 500px;
}