@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
.aw3-splash{

}

.aw3-splash .aw3-hero{
		display: grid;
		place-items: center;
		aspect-ratio: 16/10;
		background-position: center;
		background-size: cover;
}

.aw3-hero h2{
	max-width: 85%;
	//background: #FFCB05;
	color: #FFCB05;
	font-family: "Permanent Marker", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3rem;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.aw3-hero h2 div{
	display: inline-block;
	background: rgba(155,201,232,0.8);
	padding: .25em;
	line-height: 1.1em;
}



.aw3-splash .aw3-sidekick{
		margin: 3em auto 3em;
		padding: 1em 2em;
		border: 1px solid #aaa;
		border-radius: 0 0 1em 1em;
		border-top: 4px solid #025564;
		max-width: 60rem;
		box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
		background: white;
}

.aw3-splash .aw3-hero ~ .aw3-sidekick{
		margin: -3em auto 3em;
}
