/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}

#modal_screen.nope {
  background-color: #251B2B;
}

#modal_content {
  background-color: #fff;
  margin: 0 auto;
  position: fixed;
  z-index: 1101;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
