.topnav {
  overflow: hidden;
  background-color: #697279;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-family: "kia-signature-font-regular";
}

.topnav a.icon {
  background: #697279;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background: #697279;
  /*color: black;*/
}

.active {
  background-color: #05141f;
  color: #c7c8ca !important;
  font-family: "kia-signature-font-bold" !important;
}
