@charset "utf-8";
/* CSS Document */

.topnav {
  overflow: hidden;

	
}

.topnav a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-right:1%;
  border-bottom:2px solid rgba(255, 255, 255, 0.1);
}

.topnav a:hover {
  
  border-bottom:2px solid #70d906;
 
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
	 position: absolute;
    right: 0;
    top: 35px;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
	
    top: 35px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}