.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 7px 0px #9696963d;
          box-shadow: 0px 0px 7px 0px #9696963d;
}

.overlay a {
  padding-bottom: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover {
  color: #0a58ca;
}

.overlay a:focus {
  color: #0a58ca;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
  margin-left: 25px;
  padding-bottom: 50px;
}
/*# sourceMappingURL=mobilemenu.css.map */