#select a {
  cursor: not-allowed;
  text-decoration: none;
  text-shadow: initial;
  /*color: currentColor;*/
  pointer-events: none;
}

.text-primary {
  color: #e6a756!important;
  text-shadow: 2px 2px 3px #3d3d3d;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
  text-shadow: 2px 2px 3px #000000;
}

.nav-link:hover {
  text-shadow: 0px 0px 1px #ffffff;
}

.bg-dark {
  background-color: rgb(62,68,74)!important;
}

