/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */
@font-face {
    font-family: "Bebas Neue";
    src: url(../fonts/BebasNeue.otf);
}
#modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	background-color: rgba(0,0,0,.9);
}

#modal_screen.nope {
	background-color: #1e0924; 
}

#modal_content {
	position: fixed;
	z-index: 1101;
	margin: 0 auto;

	font-size: 12px;
	width:290px;
	height: 290px;


}

#modal_content .content_wrapper {
	text-align: center;
}

#modal_content h2 {
	margin: 0 0 0 0;
	font-family: "Bebas Neue";
	font-size: 36px;
	color: #FFF;
}

#modal_content p {
	margin: 8.2em auto 0;
	font-family: "Bebas Neue";
	color: #FFF;
	font-size: 18px;
}

#modal_content nav {font-size: 16px; display:table; width: 282px;}
#modal_content nav ul {display:table-row; width: 100%; margin:0; padding:0;}
#modal_content nav li {display: table-cell; text-align: center; width: auto;}

#modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}

#modal_content nav small {
	display: block;
	text-align: center;
	color: #888;
	margin: 1em 0 0;
}

#modal_content nav a.av_btn {
	text-transform: none;
	letter-spacing: 0;
	text-align:center;
	font-family: "Bebas Neue";
	font-size: 100px;
	color: #FFF;
}


#modal_content #modal_regret_wrapper nav a.av_btn {
	margin-top:0;
	width:130px;
	font-size: 0.8em;
}


@media only screen and (max-width: 320px) {
   
	#modal_content p {
	font-size: 15px!important;
	}

}

@media only screen and (max-width: 360px) {
   	#modal_content {
		top: 0em!important;
	}

	#modal_content .content_wrapper {

		text-align: center;
	}

	#modal_content h2 {
		margin: 25px 0 0 0;
    	font-size: 20px;
	}

	#modal_content p {
		line-height: 1.9em;
	}

	#modal_content nav {width: 396px;}

	#modal_content nav a.av_btn {
		margin-left: 33px;
		font-size: 60px;
	}
	#modal_content nav ul {display: block; width: 100%; margin:0; padding:0;}
	#modal_content p {
	margin: 1.2em auto 0;
	font-size: 20px;
	}
	.age-brand {
    width: 200px!important;
	}
}

@media only screen and (max-width: 767px) {
    #modal_content {
		top: 2em;
		left: 30vw;
		width: 90%;
		max-width: 500px;
		height:500px;
		padding:3em;
		border-radius: 100%;
		background-position: center 3em;
		background-size: 160px auto;
		font-size: 16px;
	}

	#modal_content .content_wrapper {

		text-align: center;
	}

	#modal_content h2 {
		margin: 30px 0 0 0;
		font-size: 28px;
	}

	#modal_content p {
		line-height: 1.9em;
	}

	#modal_content nav {width: 396px;}

	#modal_content nav a.av_btn {
		font-size: 100px;
	}
}



@media only screen and (max-width: 767px) and (orientation: portrait) {
    #modal_content {
		top: 2em;
		left: 30vw;
		width: 90%;
		max-width: 500px;
		height:500px;
		padding:3em;
		border-radius: 100%;
		background-position: center 3em;
		background-size: 160px auto;
		font-size: 16px;
	}

	#modal_content .content_wrapper {

		text-align: center;
	}

	#modal_content h2 {
		margin: 50px 0 0 0;
		font-size: 28px;
	}

	#modal_content p {
		line-height: 1.9em;
		margin: 2.2em auto 0;
	}

   

	#modal_content nav {text-align: center;width: 200px;}

	#modal_content nav a.av_btn {
		font-size: 70px;
	}
}














@media only screen  and (min-width: 768px)  {
   	#modal_content {
		top: 2em;
		left: 30vw;
		width: 90%;
		max-width: 500px;
		height:500px;
		padding:3em;
		border-radius: 100%;
		background-position: center 3em;
		background-size: 160px auto;
		font-size: 16px;
	}

	#modal_content .content_wrapper {

		text-align: center;
	}

	#modal_content h2 {
		margin: 115px 0 0 0;
		font-size: 42px;
	}

	#modal_content p {
		line-height: 1.9em;
	}

	#modal_content nav {width: 396px;}

	#modal_content nav a.av_btn {
		margin-left: 16px;
		font-size: 100px;
	}
}





.age-brand {
  width: 260px;
}