#header_and_nav {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;	
}
#header_and_nav header {
	background-image: none;
	background-color: rgba(255,255,255,0.7);	
}
/* homepage hero */
body {
	
}
#hero {
	max-height: calc(100vh);
	height: calc(1vw * 56.25);
	min-height: 500px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 30px;
}

#hero_movie {
	position: absolute;
	width: 100%;
	padding-top: 56.25%;
	top: 0;
	z-index: 1;
}
#hero_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../_img/home/hero_BG.webp);

	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
#hero .container  {
	position: absolute;

	left: 50%;
	top: calc(50% + 85px); 
	transform: translate(-50%, -50%);

}


#hero .container .content {
	max-width: 700px;	
	background-color: rgba(0,52,155, 0.5);
	backdrop-filter: blur(20px) saturate(200%);
	text-align: center;
	text-align: left;
	padding: 40px 60px;
	border-radius: 120px 5px 120px 5px;
}
#hero .container .content h1 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 3em;
	color: #fff;
	line-height: 1.2;
}
#hero .container .content h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2;
	text-transform: none;
	text-align: left;
	color: var(--bright_blue);
	padding-right: 40px;
}
/* date and venue */
#hero .container .content p {
	color: #fff;	
	margin-bottom: 0;
	font-weight: 700;
}

/* home intro */
#home_intro  {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 120px 5px 120px 5px;
	width: 95%;
	background:  rgba(0,52,155, .1);
	background-image: url(../_img/tiled_symbol_BG.png);
	background-size: 300px auto;
	background-repeat: repeat;
	padding: 45px;
}





@media (max-width: 1140px) {
	#hero .container .content {
		width: 60vw;
	}
	#hero .container .content h1 {
		font-size: 4.3vw;
	}
	#hero .container .content h2 {
		font-size: 2.6vw;
	}
}

@media (max-width: 940px) {
	#header_and_nav header {
		background-color: rgba(255,255,255,1);	
	}	
	#hero {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	#hero .container, 
	#hero #hero_movie {
		position: relative;
		bottom: auto;
		left: auto;	
		top: auto;
		transform: none;

	}
	#hero .container {
		width: 100%;
		position: absolute;
		bottom: 0;	
	}
	#hero .container .content {
		max-width: none;
		width: 100%;
		border-radius: 0;
		padding: 20px;
	}
	
	#hero .container .content h1 {
		margin-bottom: 10px;
	}
	#hero .container .content h2 {
		margin-bottom: 10px;
		padding-right: 0;
	}
	#hero .container .content p {
		font-size: 2vw;
	}
		
	
}


@media (max-width: 740px) {
	

	#hero {
		height: auto;	
		min-height: 0;
	}
	
	#home_intro  {

		border-radius: 45px 5px 45px 5px;
	}
	
	
}


@media (max-width: 600px) {
	#hero .container {
		position: relative;
	}
	#hero .container .content {
		background: #465992;
	}
}

	