.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  color: black;
  box-shadow: 3px 4px 5px 0px rgba(3, 3, 31, 0.1);
  float: left;
}

.topnav #myLinks {
  display: none;

}
.topnav #myLinks a {
  color: black;
  font-family: 'Lato', sans-serif;
  border-bottom: 1px solid rgb(255, 237, 209);
  text-transform: uppercase;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: rgb(32, 30, 56);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a:hover {
  background-color: rgb(198, 160, 98);
  color: white;
}

.topnav .actived {
  background-color: white;
  color: #c6a062;
  font-family: 'Lato', sans-serif;
  width:  20px;
  height: 20px;
}
.navigation_second_menu{
  display: none;
}
