#age-verification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(40, 40, 40, 1.0);opacity:0.98;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 90000001;
  
  display: none;
}

.age-verification-main {
  background-color: #ffffff;
  font-family: 'Rubik', sans-serif;
  color: black;
  font-size: 13pt;
  text-align: center;
  padding: 50px;
  
  position: relative;
  top: 10px;
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}
@media only screen and (min-height: 400px) {
  .age-verification-main {
    top: 10%;
  }
}

.age-title, .age-main-text {
  display: block;
  margin-bottom: 1em;
}
.age-title {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}


.age-button {
  font-family: 'Rubik', sans-serif;
  border: 2px solid black;
  background-color: white;
  color: black;
  font-size: 1rem;
  font-weight: 500;

  
  display: inline-block;
  width: 150px;
  padding: 10px;
  margin: 5px 10px;
}
