section {
padding-top:0px;
padding-bottom:50px;
padding-right: 70px;
padding-left: 70px;
 margin-bottom: 20px;
 background-color:yellow;
overflow:hidden;
}

h1,
h2,
h3,
h4,
h5,
p {
  color: #f5f5f5;
}

p {
  font-size: 0.9em;
  margin: 0;
}

span.hl {
  color: #ffee58;
  border-bottom: 1px dotted #ffee58;
}

.sub-header {
  text-align: center;
  margin-bottom: 20px;
}

.sub-header>h5 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #333;
  color: #333;
  text-align: center;
  margin: 0 auto;
}

.wrapper {
  width: 100%
  height 100%;
  margin: 0 auto;
  background-color:lime;
  padding-bottom:55px;
overflow-x: hidden;
overflow-y: hidden;
}

.nav {
  position: fixed;
  bottom:5px;
  width: 100%;
  background: none;
}

@media (max-width: 650px) {
  .nav {
    display: none;
  }
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #eee;
  cursor: default;
}

.nav-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #ddd;
  transition: width .2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}




@media (max-width: 650px) {
.section {
background-color: yellow;
text-align: center;
padding-top:8px;
padding-bottom:8px;
left: 50%;
right: 50%;
width:100%;
height:100%;
overflow-x: hidden;
overflow-y: hidden;
-moz-hidden-unscrollable
  }
}




.current h1 {
  opacity: 1;
  transform: translateY(0);
}



.section:first-of-type h1 {
  font-size: 100px;
}

.current h1 {
  opacity: 1;
  transform: translateY(0);
}


.slide {
  padding: 70px 20px 40px 20px;
}

@media (max-width: 650px) {
  .slide {
    padding-top: 30px;
  }
}

.step {
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 10px 20px;
}

/* .slide {
  padding: 0px 0px 0px 0px;
  background-color:green;
}

@media (max-width: 650px) {
  .slide {
    padding-top: 30px;
  }
}

.step {
  display: inline-block;
  background: #fefefe;
  border-radius: 2px;
  padding: 10px 20px;
}

*/

.dot {
  position: relative;
  top: 5%;
  right: 0px;
  transform: translateY(-50%);
  text-align: center;
  padding: 0;
  margin: auto;
}

#dot {
  position: absolute;
  top: 54%;
  left: 97%;
  text-align: center;
  padding-right: 2%;
  margin: auto;
}


.dot>li {
  width: 4px;
  height: 8px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-radius: 20%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}


.dot>li.active, .dot>li:hover {
  background-color:orange;
   border: 1px solid indigo;
  padding: 0;
  cursor: pointer;
}

/* .prev-slide,
.next-slide {
  position: absolute;
  top: 44%;
  transform: translateY(-50%) rotate(-45deg);
  height: 15px;
  width: 15px;
  cursor: pointer;
  color:#ccc;
  transition: all .2s ease-in-out;
}

.prev-slide {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  left: 5px;
}

.next-slide {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  right: 125px;
}

.prev-slide:hover {
  transform: translateY(-50%) rotate(-45deg) scale(1.4);
}

.next-slide:hover {
  transform: translateY(-50%) rotate(45deg) scale(1.4);
} 
*/
