@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Gabarito:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root{
	--orange: #f2a008; 
	--thick-white:  white -2px -2px 3px, 
	white 2px 2px 3px, 
	white -2px 2px 3px, 
	white 2px -2px 3px;
	--body-font: "Atkinson Hyperlegible", sans-serif;
	--title-font:  'Gabarito', sans-serif;
}

*:not(ol, li){
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
}

body{
	min-height: 100%;
	display: flex;
	flex-direction: column
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *{
	font-family: var(--title-font);
}

h4{
	margin-top: 20px;
}
.top{
	margin-top: 3em;
}
*::placeholder{
	font-family: var(--body-font);
	text-align: center;
}
.content{
	font-family: var(--body-font);
	font-weight: 400;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	max-width: 600px;
	padding: 10px;
	margin: auto;
	flex: 1 0 auto;
	gap: 15px;
	overflow-x: hidden;
}

.exposition h3{
	margin-top: 30px;
	margin-bottom: 10px;
}
.exposition{
	margin-bottom: 30px;
}

#earlyAccessLink{
	text-decoration: none;
	padding: 25px 20px;
	border-radius: 100px;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 45px;
	color: white;
	display: block;
	width: 80%;
}


h1{
	font-weight: 900;
}

a.no-deco{
	text-decoration: none;
	color: black;
}

input[type=checkbox]{
	vertical-align: middle;
}

input[type=email]{
	padding: 10px;
}

label{
	cursor: pointer;
	user-select: none;
}

button, .button{
	cursor: pointer;
	padding: 30px;
	background-color: #ff6200;
	border: 2px #ff6200 solid;
	font-size: 1.1em;
	transition: background-image 1s;
	border-radius: 50px;
	z-index: 1500;
	position: relative;
	text-decoration: none;
	color: white;
	transition: all 0.2s ease-in-out;
}
.button.block{
	display: block;
	margin-top: 20px;;
}

button:hover, .button:hover{
	/* background-color: #ffa012; */
	/* border-radius: 20px;	 */
	border: 2px white solid;
	color: white;
	text-shadow: black -2px -2px 3px, 
	black 2px 2px 3px, 
	black -2px 2px 3px, 
	black 2px -2px 3px;
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.socials-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 30px;
}

a.social-link {
	width: 50px;
	display: block;
	transition: all 0.2s ease-in-out;
}
a.social-link:hover{
	filter: brightness(1.5);
}

a.social-link img {
	width: 100%;
}

.sponsorship-section {
	display: flex;
	flex-direction: column;
	color: white;
	justify-content: center;
	align-items: center;
}

.sponsor-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
	padding: 10px;
	max-width: 800px;
	margin: auto;
}
.sponsor-container img{
	padding: 10px;
}
img.major{
	width: 100%;
	padding: 0 15%;
}
img.minor{
	max-width: 200px;
}
img.wehrlegig-logo{
	background-color: white;
	border-radius: 5px;
}
img.tpi{
	background-color: #631b87;
	border-radius: 5px;
}

img.historic{
	max-width: 150px;
}

@media screen and (max-width: 600px) {
	.sponsor-container img.major{
		width: 100%;
		padding: 0 5%;
	}
	img.minor{
		max-width: 150px;
	}
	img.historic{
		max-width: 100px;
	}
	
}
.brewyork-logo{
	filter: drop-shadow(0px 0px 30px white);
}

#playtest p{
	margin: 10px 0;
}


*[disabled]{
	opacity: 0.5;
	pointer-events: none;
	cursor: none;
	display: none !important;
}

.material-symbols-outlined{
	vertical-align: text-bottom;
}

.area{
	background: linear-gradient(6deg, rgba(255,137,0,1) 0%, rgba(255,196,0,1) 42%, rgba(255,226,0,1) 100%);
	width: 100%;
}

.miniform{
	display: flex;
	flex-direction: column;
	/* margin: 50px; */
	gap: 20px;
}

.logo{
	max-width:100%;
	z-index: -1;
	margin-top: 10%;	
	margin-bottom: 10%;
	position: relative;
}
.logo-img{
	width: 250px;
	max-width: 100%;
	/* height: 360px; */
	transform-origin: 50% 54.7%;
	animation: spin 8.3s linear 0.05s infinite;
}

@keyframes spin{
	0% {
    transform: rotate(0deg);
	}
	50% {
    transform: rotate(180deg);
	}
	100% {
    transform: rotate(360deg);
	}
}


#countdown .text{display: none;}


.big-pic{
	width: 300px;
	margin-left: -10%;
	max-width: 95%;
}

.mug-chat{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.schedule{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.exposition{
	line-height: 2rem;
}

#countdown {
	position: relative;
}

#map{ max-width: 100%;}
ol.in-faq{
	text-align: left;
}
.schedule .day-container{
	text-align: left;
	max-width: 400px;
}
.button-container{
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.mid-btn{
	padding: 10px 30px;
	display: block;
}
.exposition{ max-width: 100%;}
.container{ max-width: 100%;}
.exposition #the-forge .rpg-session:active p:has(i){	white-space: wrap; }
.exposition #the-forge .rpg-session:focus p:has(i){	white-space: wrap; }
.exposition #the-forge .rpg-session:hover p:has(i){	white-space: wrap; }

.exposition #the-forge p:has(i){
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exposition #the-forge p{
	text-align: left;
}

.exposition.policy ol{
	text-align: left;
}
.exposition.policy h2{
	text-align: center;
}
.content.policy{
	max-width: 1080px;
}

img.smol{
	max-width: 70px;
	max-height: 100%;
	display: inline-block;
}
button.mug{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 30px;
}
/* #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:9%;
	background-color: white;
	opacity: 1;
	z-index: 10000000;
	mix-blend-mode: normal;
	pointer-events: all;
	user-select: none;
}
/* 
.is-nope {
  color: #D23;
  border: 0.5rem double #D23;
  transform: rotate(3deg);
	-webkit-mask-position: 2rem 3rem;
  font-size: 2rem;  
}

.is-draft {
	color: #C4C4C4;
	border: 1rem double #C4C4C4;
	transform: rotate(-5deg);
  font-size: 6rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0.5rem;
}  */


.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: rotate(-14deg) translate(-50%, -50%);
	position: absolute;
	top: 36%;
	left: 50%;
	opacity: 0.5;

} 

/* #endregion sold out */

/* #region rainbowButton */

.rainbow:hover{
	background-image: linear-gradient(
		 to top, 
		 #E7484F,
		 #E7484F 16.65%,
		 #F68B1D 16.65%,
		 #F68B1D 33.3%,
		 #FCED00 33.3%,
		 #FCED00 49.95%,
		 #009E4F 49.95%,
		 #009E4F 66.6%,
		 #00AAC3 66.6%,
		 #00AAC3 83.25%,
		 #864e91 83.25%,
		 #864e91 100%,
		 #E7484F 100%		
	 );
 animation:slidebg 0.5s linear infinite;
}
@keyframes slidebg {
 to {
	 background-position:0 -80px;
 }
}
/* #endregion raindowButton */

/* @media only screen and (max-width: 400px) {
	.stamp{
		font-size: 2rem;
	}
} */