#myScrollspy ul {
  padding: 0;
  margin: 0;
}

#myScrollspy ul li {
  padding: 10px 5px;
  margin: 10px 0;
  display: flex;
}

#myScrollspy .nav-pills>li>a {
  padding: 0 !important;
  font-size: 2rem;
  line-height: 1.5;
  background: transparent;
  color: var(--muted);
  font-weight: 300;
  display: inline-flex;
  transition: transform 0.5s ease;
  margin-bottom: 30px;
}

#myScrollspy .nav-pills>li>a:focus,
#myScrollspy .nav-pills>li>a:hover {
  color: var(--dark);
  transition: transform 0.5s ease;
}

#myScrollspy .nav-pills>li.active>a,
#myScrollspy .nav-pills>li.active>a:hover,
#myScrollspy .nav-pills>li.active>a:focus {
  background: transparent;
  color: var(--maroon);
  font-weight: 500;
}

#myScrollspy ul li:first-child {
  margin-top: 20%;
}

#myScrollspy .nav-pills>li>a::before {
  content: " ";
  border-left: solid 5px transparent;
  padding-left: 20px;
}

#myScrollspy .nav-pills>li.active>a::before {
  content: " ";
  border-left: solid 5px var(--maroon);
  padding-left: 20px;
}

#myScrollspy h1 {
  transform: translateZ(-1px) scale(2) translate(-25%, -25%);
}

#myScrollspy .parallax {
  transform: translateZ(-0.3px) scale(1.3) translate(-39%, -39%);
  z-index: 3;
}

#spfeature .video-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#spfeature .videobg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  top: -1;
  left: 0;
  z-index: -100;
  opacity: 0.5;
  /* filter: grayscale(100%) saturate(100%); */
}

#spfeature .section {
  height: 100%;
  margin-bottom: 10rem !important;
  padding-bottom: 10rem !important;
  display: block;
}