.topnav {
  overflow: hidden;
  background-color: #333333;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
}

.topnav a.logo {
  font-size: 25px;
  font-weight: bold;
}

.topnav .header-right a:hover {
  background-color: #ddd;
  color: #333333;
}
.noHover{
    pointer-events: none;
}

.topnav .header-right a.active {
  background-color: #28a745;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav a.menu {display: none;}
.header-right {float: right;}



@media screen and (max-width: 680px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .header-right {
    float: none;
  }
  
.topnav .logo { display:none;} 
.topnav a.menu {display: block; line-height: 30px;} 
}

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive a.logo { display:none;}  
  
}