/* Active nav indicator */
.navlink.is-active{
  border-color: rgba(90,220,120,.35) !important;
  background: rgba(90,220,120,.10) !important;
  color: #fff !important;
}
.navlink.is-active::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:999px;
  background: rgba(90,220,120,.95);
  box-shadow: 0 0 0 4px rgba(90,220,120,.12);
  display:inline-block;
  margin-right:8px;
}
