
html { height: 100%; }

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main {
  position: relative;
  width: 100%;
  height: 100%;
}

#main>section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page1 { background-color: #D870A9; }

.page2 { background-color: #3BB0D6; }

.page3 { background-color: #DA4453; }

.scroll-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroll-pagination li a {
  padding: 10px;
  display: block;
}

.scroll-pagination li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(67,67,67,0.85);
  border-radius: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.scroll-pagination li a.active:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
