#romans{
	scroll-behavior: smooth;

	.splash-section{
		background-image: url(/smol-img/constantine2.jpg);
		background-position-x: 70%;
		background-position-y: 10%;
	}


	.quests-in-york{
		background: rgba(0, 0, 0, 0.9);
		position: relative;
		&::after{
			background: url(/smol-img/romans-in-york-3.jpg) 50% 80% / cover;
			z-index: -2;
			content: '';
			position: absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
		}
	}

	.form-container{
		min-height: 360px;
	}
	#thanks{
		display: flex;
    flex-direction: column;
    margin: 70px auto;
    align-items: center;
    /* height: 50%; */
    justify-content: center;
    gap: 20px;
		&[hidden]{
			display: none;
		}
	}

	#signup{
		padding: 30px;
		margin-top: -60px;
		padding-top: 60px;
	}
	.miniform{
		display: flex;
		flex-direction: column;
		margin: 70px auto;
		gap: 20px;
		max-width: 500px;
		text-align: center;
		input{ 
			padding: 10px;
			border: 0;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 7px;
			font-size: 1.5rem;
			white-space: nowrap;
		}
		button{
			position: relative;
			display: inline-block;
			padding: 15px 33px 12px;
			border: 0;
			background: black;
			color: var(--gold1) ;
			border: var(--gold1) 2px solid;
			border-radius: 7px;
			font-size: 22px;
			font-size: 2.2rem;
			font-family: var(--cta-font);
			font-weight: 900;
			text-transform: uppercase;
			text-decoration: none;
			transition: all .2s ease-in-out;
			text-align: center;
			min-width: 180px;
			white-space: nowrap;
			&:hover{
				background: var(--gold1);
				color: black;
				text-shadow: none;
				border: black 2px solid;
				transition: all .2s ease-in-out;
				cursor: pointer;
			}
		}
	}
	*[disabled]{
		opacity: 0.5;
		pointer-events: none;
		cursor: none;
		display: none !important;
	}


	.section-content{
		position: relative;
	}
	
	/* #region sold out */
	.stamp {
		transform: rotate(12deg);
		color: #555;
		font-size: 3rem;
		font-weight: 700;
		border: 0.25rem solid #555;
		display: inline-block;
		padding: 0.25rem 1rem;
		text-transform: uppercase;
		border-radius: 1rem;
		font-family: 'Courier';
		-webkit-mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
		mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
		-webkit-mask-size: 944px 604px;
		mask-size: 944px 604px;
		mix-blend-mode: multiply;
		/* text-wrap: nowrap; */
		pointer-events: none;
	}
	span#stamp{
		font-size: 3rem;
		position: absolute;
		top:120%;
		background-color: white;
		opacity: 1;
		mix-blend-mode: normal;
		pointer-events: all;
		user-select: none;
		text-align: center;
	}

	.is-approved {
		color: #0A9928;
		border: 0.5rem solid #0A9928;
		-webkit-mask-position: 13rem 6rem;
		mask-position: 13rem 6rem;
		transform: rotate(-14deg);
		border-radius: 0;
		transform: translate(-50%, -50%);
		position: absolute;
		left: 50%;
		opacity: 0.5;
	} 

	/* #endregion sold out */

} 

@media only screen and (max-width:575px) {
	#romans span#stamp{
		font-size: 2rem;
	}
}