.res-topnav {
  overflow: hidden;
  background-color: #333;
  display: none;
}

.res-topnav a {
  float: left;
  display: block;
  color: #393939;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight:600;
  border-bottom: 1px solid #ddd;
}

.res-topnav a:hover {
  background-color: #ddd;
  color: #068793;
}

.res-topnav a.active {
  /*background-color: #068894;*/
  color: #BE2929;
  font-weight:600;
  border-bottom: 0px;
}

.res-topnav .icon {
  display: none;
  color: black;
}

@media screen and (max-width: 600px) {
  .res-topnav a:not(:first-child) {display: none;}
  .res-topnav a.icon {
    float: right;
    display: block;
	border-bottom: 0px;
  }
  .res-topnav a:hover {
  background-color: #ddd;
  color: white;
}

}

@media screen and (max-width: 600px) {
	.res-topnav {
	overflow: hidden;
	/*background-color: #333;*/
   display: block;
   box-shadow: 0px 3px 45px rgba(0, 0, 0, 0.1);
   background-color: #fff;
   margin-bottom:0px
}

  .res-topnav.responsive {position: relative;}
  .res-topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .res-topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}