.topnav {
  overflow: hidden;
  background-color: #ffffff;
      text-align: right;
	  margin-top:50px;
}

.topnav a {
  display: inline-block;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    border-right:#ffffff solid 1px;
	border-left:#ffffff solid 1px;
	text-transform: uppercase;
    padding: 0 10px;
    color: #5d5d5f;
}

.Menubtn {
	display:none;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    border-right:#ffffff solid 1px;
	border-left:#ffffff solid 1px;
	text-transform: uppercase;
    padding: 0 10px;
    color: #5d5d5f;
}

.topnav a:hover {

	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
		color:#000000;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
	 font-size: 24px;
  }
  
  .topnav .responsive .Menubtn {
	display:block;
}
  .topnav {

	  margin-top:0px;
}
}