.topnav {
  display: none;
}

@media (max-width: 700px) {

.topnav {
  width: 100%;
  display: block;   
  position: fixed;
  left: 0%;
  top: 0%;

  z-index: 10;
  border: 0;

}

.topnav #myLinks {
  display: none;
  top: 10px
}

.topnav a {
  color: black;
  padding: 0px;
  display: block;
  background-color: white;

}

.active {
    width: 15%;
    height: 64px;
    background-color: white;
    background-image: white;
    text-align: center;
    font-size: 40px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    place-items: center;
    color: 0B3B17;
    border: 0;
        box-sizing: border-box;
    padding: 0px;
}
}