
 html {
  scroll-behavior: smooth;
  scroll-padding: 4rem;
}

@media only screen and (max-width : 992px) {
  parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}