.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: left;
  padding:0px;
  text-decoration: none;
  font-size: 17px;
  padding-top: 10px;
}

.w9 {
  width:9.7%;
}

.w10 {
  width:9.8%;
}

.w11 {
  width:11%;
}

.w12 {
  width:11.5%;
}

.w13 {
  width:13.4%;
}

.w16 {
  width:16.5%;
}

.topnav .icon {
  display: none;
}


.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color: black;
  text-decoration: underline;
}

.dropdown-content a:hover {
  background-color: #fff;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1000px) {
    .topnav a {
      font-size: 14px;
    }
}

@media screen and (max-width: 765px) {
  .topnav a {
    display: none;
    font-size: 20px;
  }
  .topnav a.icon {
    float: none;
    text-align: center;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
