/*This CSS applies to everything except the home page */

/*Scrollspy*/
#scrollspy-nav .nav-link {
  color: #000000 !important;
}

#scrollspy-nav .nav-link.active {
  color: #ffffff !important;
  background-color: #492b74 !important;
}

#scrollspy-nav{
  top:80px;
}

section {
  scroll-margin-top: 70px;
}

/* References indentation */
#references p {
  text-indent: -36px;
  padding-left: 36px;
}