/* Make header always stay on top */

.page-scroll-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.page-scroll-indicator {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.progress {
  width: 0%;
  height: 3px;
  background: #870000;
}
