.mobile-container {display: none;}

@media screen and (max-width: 479px) {


}
@media only screen and (max-width: 600px) {

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555; 
  color: white;
  border-radius: 10px;
  display: block;
}
.mainlogo-mobile{width: 85px;}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  padding: 12px;
}

.topnav #myLinks {
  display: none;
}

.topnav a { 
  text-decoration: none;
  font-size: 13px;
  display: block;
  color: #e5e5e5;
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.topnav a .menu-txt{ 
  font-size: 14px !important;
}
.menulogo-icon{
    width: 57px;
    margin-top: 8px;
    padding: 5px;
}
.topnav a.icon {  
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  
  color: white;
}

}