@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow+Semi+Condensed:400,600&display=swap');

@font-face {
	font-family:'BodoniSeventyTwo-Bold';
	font-style:normal;
	font-weight:400;
	src:url('assets/fonts/BodoniSeventyTwo-Bold.eot');
	src: url('assets/fonts/BodoniSeventyTwo-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('assets/fonts/BodoniSeventyTwo-Bold.woff2') format('woff2'), /* Super Modern Browsers */
	url('assets/fonts/BodoniSeventyTwo-Bold.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/fonts/BodoniSeventyTwo-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('assets/fonts/BodoniSeventyTwo-Bold.svg#BodoniSeventyTwo-Bold') format('svg'); /* Legacy iOS */	
	
}

body{
	color:#132048;
	background:#F1F7F4;
}

#vanity-fair{
	position: relative;
	top:0;
	left:0;
	z-index:1;
}

#wrapper{
	background:#fff;
}

#form-wrapper{
	width:90vw;
	max-width:530px;
	margin:0 auto;
	background:transparent;
	position: relative;
	z-index: 2;
	padding-bottom:0px;
	margin-bottom:50px;	
}

#logo{
	margin-bottom: 0px;
	text-align: center;
	background:linear-gradient(to bottom, #F1F7F4 50%, #ffffff 50%);
}

#logo img{
	width:100%;
	max-width:530px;
	padding:75px 0;
}

#welcome{
	margin-bottom:32px;
	font-family:'BodoniSeventyTwo-Bold',Arial,Helvetica,sans-serif;
	font-size: 68px;
	letter-spacing: 1.89px;
	line-height: 23px;	
}

#intro{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:18px;
	letter-spacing: 0.5px;
	line-height:22px;
}

#form{
	margin-top:50px;
}

#form-warning{
	font-size: 12px;
	color: #132048;
	letter-spacing: 0.33px;	
	font-family: 'Barlow Semi Condensed', sans-serif;
	margin-bottom:10px;
}


#confirmation-form-overlay{
	position: fixed;
	top:0;
	left:0;
	z-index:2;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.95);
	display:none;
	align-items: center;
	justify-content: center;	
	transition: visibility 0s, opacity 0.5s linear;
}

#thank-you-box-wrapper{
	width:520px;
	height:440px;
	background:#fff url("assets/Patterns/PatternBlock.png");
	background-position: center center;
	display:flex;
	align-items: center;
	justify-content: center;	
	cursor: pointer;
}

#thank-you-box{
	width:80%;
	background:#007481;
	height:80%;
	color: #F1F7F4;
	display:flex;
	align-items: center;
	justify-content: center;	
	flex-direction: column;	
}

#thank-you{
	font-family:'BodoniSeventyTwo-Bold',Arial,Helvetica,sans-serif;
	font-size: 68px;
	color: #FFFFFF;
	letter-spacing: 1.89px;	
	margin-bottom:10px;
}

#registration-complete{
	font-size: 24px;
	letter-spacing: 0.67px;	
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif !important;
}


#close-button{
	border: 2px solid #fff;
	color:#F1F7F4;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size:30px !important;
	border-radius: 0;
	box-shadow: none;
	padding: 15px 50px;
	margin-top:50px;
}

#close-button:hover{
	border: 2px solid #007481;
	color:#007481;
	background:#fff;
}