.mobile-container {
  margin: auto;
 /* max-width: 480px;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;*/
}

.mobile-container-nav {
  margin: auto;
  height: 500px;
  color: white;
  border-radius: 10px;
  z-index: 20;
}






/* New test start */

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  background-color: #f4efe6;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}


.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
  
  text-align: left;
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .01em;
}

.sidebar a.subnav {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
  
  text-align: left;
  font-family: "Anton",sans-serif;
  text-transform: none;
  font-size: 30px;
  letter-spacing: .01em;
}

.sidebar a:hover {
  color: #d91279;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  
  font-family: "Roboto",system-ui,sans-serif;
}

.sidebar .mlabel {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 23px;
  opacity: .5;
  position: absolute;
  top: 20px;
  left: 32px;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: #D91279;
  color: white;
  padding: 10px 10px;
  border: none;
  
  top: 0px;
  position: absolute;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  /*padding: 16px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/* New test end */











.topnav {
  /*overflow: hidden;*/
  background-color: none;
  /*position: relative;
  width: 100%;*/
  z-index: 21;
  /*height: 55px;*/
}

.topnav #myLinks {
  display: none;
  margin-left: 0px;
  padding-top: 53px;
  /*background-color: #e0cdc6;*/
  background-color: #cecfd0;

}

.topnav a {
  color: #ffffff;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  /*background-color: #e0cdc6;*/
  background-color: #D91279;
  text-align: left;
}

.topnav a.icon {
  background: #D91279;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a:hover {
  /*background-color: #f0b42f;*/
  background-color: #a9d510;
  color: black;
}

.mobile-active {
  background-color: none;
  color: white;
}

a.mobile-active span {
  padding-left: 34px;
}