section.parallax {
  color: #FFF;
  height: 600px;
  width: 100%;
  overflow: auto;
  background-position: center bottom;;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section#topimage {
  background-image: url("https://healthyhealinghands.com.au/images/waterfall.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#nopain {
  background-image: url("https://healthyhealinghands.com.au/images/not-in-pain.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.purple-bg {
  background-color: #e0cee0 !important;
}

#clinicbased {
  background-image: url("https://healthyhealinghands.com.au/images/clinic-based.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#oilbased {
}

#feet {
  background-image: url("https://healthyhealinghands.com.au/images/feet-massage.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#package {
  background-image: url("https://healthyhealinghands.com.au/images/group.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#package1 {
  background-image: url("https://healthyhealinghands.com.au/images/feet-massage.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallaxmiddle {
  color: #FFF;
  height: 425px;
  overflow: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.full {
  width: 100vw;
  height: 100vh;
}

.nav20 {
  background-color: 11, 50%, 80% ;
}