/* Overlay styling */
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}


/* mobile banner styling */
#mobileBanner {
  position: fixed;
  left: 0;
  bottom: -40%;
  width: 100%;
  height: 40%;
  background-color: rgb(255, 255, 255);
  z-index: 1001;
  text-align: center;
}

.mb-header {
  margin-top: 5%;
  margin-bottom: 12%;
  font-size: 7vw;
}

.mb-store {
  display: block;
  margin: auto 8vw;
  padding-top: 2%;
  padding-bottom: 2%;
  color: rgb(255, 255, 255);
  background-color: #83b543;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 7vw;
}

.mb-close {
  margin-top: 2%;
  font-size: 4vw;
  color: #A9A9A9;
}

.mb-close a {
  text-decoration: underline;
  padding: 2% 0;
  color: inherit;
}
