.reveal-modal-bg{
	display: none;
    position:fixed;
    height:100%;
    width:100%;
    background:rgba(0,0,136,0.98);
    z-index:99100;
    top:0;
    left:0;
}
.agemodal{
	max-height: 580px;
	border: 2px solid rgba(0,0,0,0.2);
	background: #fff;
	position:absolute;
	top:34%;
	z-index:99101;
	box-shadow: 0px 0px 80px rgba(255,255,255,0.6);
}
.agemodal h2{ font-weight: bold; font-family: 'Anton', sans-serif; }
.agemodal p { padding: 12px; font-size: 17px; margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
	.agemodal {
		top:15%;
	}
}
