/*!
 * 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;
	height: 100vh;
	width: 100vw;
	z-index: 1100;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,1);
	background: url(../images/agegate-bg.jpg) no-repeat;
	background-size: cover;
}

#modal_screen.nope {
	background-color: #1e0924;
}

#modal_content {
	position: fixed;
	z-index: 1101;
	margin: 0;
}

#modal_content .content_wrapper {
	margin: 25vh 10vw;
	text-align: center;
	background: url(../images/nola-brewing-logo.png) center bottom no-repeat;
	width: 80vw;
	padding-bottom: 130px;
}




#modal_content h2 {
	margin: 0 0 0 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

#modal_content p {
	color: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#modal_content nav {
	margin: 0 auto;
/* 	width: 300px; */
	text-align: center;
	display: block;
	position: relative;
}
#modal_content nav ul {
	display: block;
/* 	width: 50%; */
/* 	width: 300px; */
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#modal_content nav span.before {
	position: absolute;
	left: 0;
	top: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/agegate-left-flourish.png) no-repeat;
	display: none;
}

#modal_content nav span.after {
	position: absolute;
	right: 0;
	top: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/agegate-right-flourish.png) no-repeat;
	display: none;
}

#modal_content nav li {
	display: inline-block; 
}

#modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}

#modal_content nav li a.link-button {
	margin: 20px 10px;
	padding: 10px 20px;
	max-width: none;
}

@media (min-width: 768px) {

	#modal_content nav li a.link-button {
		margin: 20px 10px;
		padding: 10px 40px;
		max-width: none;
	}

}

#modal_content nav small {
	display: block;
	text-align: center;
	color: #888;
	margin: 1em 0 0;
}

@media (min-width: 768px) {
	
	#modal_content .content_wrapper {
		margin: 25vh auto;
		text-align: center;
		background: url(../images/nola-brewing-logo.png) center bottom no-repeat;
		width: 600px;
		padding-bottom: 130px;
	}
	
	#modal_content h2 {
		font-size: 50px;
	}
	
	#modal_content nav {
		width: 380px;	
	}
	
	#modal_content nav span.before,
	#modal_content nav span.after {
		display: block;	
	}
	
}

@media (min-width: 992px) {
	
	#modal_content .content_wrapper {
		margin: 25vh auto;
		width: 800px;
	}
	
	#modal_content h2 {
		font-size: 80px;
	}
	
	#modal_content nav {
		width: 380px;
	}
}