#ageCheckContainer{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    display: none;
    width: 100%;
    height: 100vh;
    /* overflow-x: hidden;
    overflow-y: auto;
    outline: 0; */
}

#age-gate-inner-container{
  z-index: 99;
  background-color: white;
  display: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}


#ageCheckContainer h4{
  font-family: 'Montserrat', sans-serif;
  /* margin-bottom: 1em; */
  color: black;
  /* margin-bottom: 0.75em; */
}

#ageCheckContainer p, a{
  font-family: 'Lato', sans-serif;
  /* background-color: white; */
  opacity: 1;
}



#dim-background {
  background-color: darkgrey;
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0.9;
}

#over18:hover{
  color: white !important;
}

#under18:hover{
  color: white !important;
}

