.topnav {
  overflow: hidden;
  background-color: #000;
    z-index: 10;
    Width:97%;
    padding-left:3%;
}

.topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
    line-height: 30px;
    font-weight: bolder;
        text-shadow: 1px 1px 2px #000;

}

.topnav a:hover {
  background-color: #333;
  color: #CCC;
    

}

.topnav a.active {
  background-color: #F60;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 760px) {
    
    
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      text-align: right;
      
 
  }
}

@media screen and (max-width: 760px) {
  .topnav.responsive {position: relative;
    
      Width:100%;
    padding-left:0;}
  .topnav.responsive .icon {
    position: relative;
  
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
          border-bottom: 1px solid #CCC;
  }
}