#wrapper {
  position: relative;
  z-index: 0;
  height: 100vh;
}


#wrapper1 {
  position: relative;
  z-index: 0;
  height: 100vh;
}

#wrapper2 {
  position: relative;
  z-index: 0;
  height: 100vh;
}

/*Go To Top*/
.scrollToTop {
    bottom: 1px;
    display: none;
    font-weight: bold;
    height: 120px;
    padding: 0px;
    margin: 2px;
    position: fixed;
    right: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
}

#maincontent {
  display: none;
}