body {
  background-color: rgb(201,21,66);
  color: rgb(255,255,255);
}

#hero {
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/jk-logo-small.png");
  height: 500px;
}

#map {
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #hero {
    background-color: rgba(107,200,14,0);
    background-image: url("../../assets/img/large-logo-2023.png");
    height: 700px;
  }
}

.navbar-light .navbar-brand {
  background-image: url("logo_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 192px;
  background-position: center;
  height: 60px;
  color: rgba(255,255,255,);
  padding: 0px;
  margin:  ;
  margin-top: 2px;
  margin-bottom: -8px;
  padding-bottom: 0px;
  margin-right: 0px;
}

#navcol-1 {
  background-color: #3b5da4;
  font-family: ABeeZee, sans-serif;
  font-size: 18px;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

