@media screen and (min-width: 768px) {

.mobile-container {display:none !important;}
}


.mobile-container {
  max-width: 100%;
  margin: auto;
  background-color: #69401f;
  height: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #69401f;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #4e2605;
  color: white;
}