/* 20200419 JMC Nikola CSS special */

/*
.navbar-light {background-color: hsl(130, 100%, 80%) !important;}
.navbar-light {background-color: #78C2AD !important;}
 */

/* 20200419 JMC Nikola CSS special: .navbar-light */
.navbar-light {
  background-color: #78C2AD !important;
  font-weight: bold;
  font-size: 120%;
}

/* 20200619 JMC Nikola CSS special: .text-dark (descendant) .a not in green */
.text-dark a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: transparent;
}

.text-dark a:hover {
  color: rgb(255, 255, 0, 1);
  text-decoration: underline;
}

