

@media screen and (max-width: 1670px) {
	.mascot {
		width: 33vw;
	}
	
	#clock {
		font-size: 1.1vw;
	}
	
	#clock .time {
		letter-spacing: 0.03em;
		font-size: 1.45vw;
	}
	.speech {
		bottom: 27vw;
		left: 43vw;
	}
}

@media screen and (max-width: 1400px) {
	.firstframe {
		height: 90vw;
		min-height: auto;
	}

	.floating-logo {
		width: 43vw;
	}
	
	.speech {
		bottom: 28vw;
		left: 46vw;
		width: 15vw;
	}

	.cards h5 {
		padding-left: 22px;		
  		font-size: 16px;
	}
}


@media screen and (max-width: 1200px) {
	.mascot {
		width: 36vw;
		height: 44vw;
		right: 9vw;
	}
	
	.speech {
		bottom: 33vw;
		left: 48vw;
		width: 21vw;
	}
	
	.cards > div {
		width: 90%;
	}

	.paper-prices.central-column {
		width: 80%;
		padding: 2rem;
	}
}



@media screen and (max-width: 1160px) {
	.central-column {
		padding: 0 10px;
		width: 100%;
	}
	
	.central-column.subpage {
		padding: 0 60px;
	}
	
	.subpage h1.page-title {
		padding-top: 50px;
		font-size: 30px;
	}
	
	.ticket .ticket-text h3 {
		font-size: 2.8vw;
	}
	
	.ticket .ticket-text h4 {
		font-size: 1.8vw;
	}
	
	.ticket .ticket-text h5 {
		font-size: 2.1vw;
	}
	
	.ticket .ticket-text h6 {
		font-size: 1.8vw;
	}
	
	.ticket .t-half, .ticket .t-third {
		font-size: 1.8vw;
	}
	
	.conventname {
		padding: 1rem !important;
	}
}

@media screen and (max-width: 1000px) {
	.top-nav a{
		font-size: 15px;
	}
}

@media screen and (max-width: 900px) {
	.top-nav a{
		font-size: 15px;
	}
	
	.ach {
		top: 15px;
		right: 3px;
	}
	
	.ach img {
		width: 40px;
	}
	.ach > div {
		top: 0px !important; 
		left: 21px;
	}

	.fold-title.central-column {
		width: 80%;
		text-align: justify;
		margin-top: 50px;
	  }
	
	  .fold-title.central-column h2 {
		text-align: center;
	  }
	
	  .prices-title-img {
		background-size: contain;
		display: flex;
		height: 800px;
		background-position: bottom;
		background-repeat: no-repeat;
	  }

	  
	.allusers .subpage h1.page-title {
		padding-top: 0px;
	}

	.participants-shell #regwrap {
		padding: 24px 26px 30px;
	}

	.participants-header {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.participants-crest {
		flex-direction: row;
	}

	.participants-crest-ring {
		width: 100px;
		height: 100px;
	}

	.participants-crest-ring--secondary {
		width: 88px;
		height: 88px;
	}

	.participants-section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.participants-section-count {
		text-align: left;
	}

	.feature-map-split {
		grid-template-columns: 1fr;
	}

	.feature-map-col--right {
		gap: 16px;
	}

	.info-card--mega {
		padding: 50px 28px 32px;
	}

	.info-card--compact {
		padding: 36px 24px 24px;
	}

	.info-card--stacked {
		padding: 50px 28px 30px;
	}

	.magic-cta {
		width: 100%;
		max-width: 320px;
	}

	.haunt-program li {
		grid-template-columns: 1fr;
		padding-left: 0;
	}

	.haunt-program li::before {
		display: none;
	}

	.haunt-title {
		font-size: 13px;
	}

	.activity-list {
		column-count: 1;
	}

	.activity-tags span {
		font-size: 18px;
	}

	.activity-tags--list {
		flex-direction: column;
	}
}

@media screen and (max-width: 850px) {
	.hamburger-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 52px;
		position: relative;
	}

	.menu__btn {
		display: flex;
		position: absolute;
		right: 9px;
		top: 13px;
		z-index: 11;
	}
	
	.hamburger-menu .mobile-menu-title {
		display: block !important;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: 'TwilightC', 'Comfortaa', 'Quicksand', sans-serif !important;
		font-size: 25px !important;
		font-weight: 600 !important;
		color: transparent !important;
		background: linear-gradient(135deg, #FFE8BA 0%, #FFDAA6 20%, #FFE1A6 40%, #FFC882 50%, #FFE1A6 60%, #FFDAA6 80%, #FFE8BA 100%) !important;
		background-size: 300% 100% !important;
		-webkit-background-clip: text !important;
		background-clip: text !important;
		text-decoration: none !important;
		text-shadow: 
			0 1px 1px rgba(0, 0, 0, 0.15),
			0 2px 2px rgba(0, 0, 0, 0.1) !important;
		transition: all 0.3s ease !important;
		white-space: nowrap;
		z-index: 1;
		pointer-events: auto;
		line-height: 1.2;
		margin: 0;
		padding: 0;
	}
	
	.hamburger-menu .mobile-menu-title:hover {
		text-shadow: 
			0 1px 2px rgba(255, 218, 166, 0.5),
			0 2px 4px rgba(255, 225, 166, 0.4),
			0 3px 6px rgba(255, 200, 130, 0.3),
			0 4px 8px rgba(255, 232, 186, 0.25),
			0 1px 1px rgba(0, 0, 0, 0.1) !important;
		animation: goldWave 2s ease-in-out infinite !important;
		text-decoration: none !important;
	}
	
	.top-nav > a{
		display: none;
	}
	
	.secondframe .central-column .fbadges3 {
		grid-gap: 15px;
		grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	}
	
	.fbadge h3 {
		font-size: 18px;
	}
	
	.fbadge h4 {
		font-size: 18px;
	}
	
	.secondframe .central-column .fbadges2 {
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
	
	#regwrap h2{
		font-size: 4vw;
		letter-spacing: 4px;
	}
	
	
	.title-orgs {
		font-size: 26px;
		margin-bottom: 10px;
	}

}


@media screen and (max-width: 768px) {
	.avatar_wrap {
		width: 120px;
	}
	.avatar_wrap h5{ 
		margin-top: 5px;
	}

	.authform #regwrap {
		margin: 20px auto;
		width: 95%;
	}

	.participants-shell #regwrap {
		padding: 20px;
	}

	.participants-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}

	.participant-avatar-frame {
		width: 72px;
		height: 72px;
	}

	.participant-name {
		font-size: 16px;
	}

	.participant-number {
		width: 30px;
		height: 30px;
		font-size: 11px;
	}

	.userslist-letter {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.userslist-section {
		margin-bottom: 30px;
	}

	.prices-decoration {
		max-width: 150px;
	}

	.prices-decoration--left {
		left: -20px;
	}

	.prices-decoration--right {
		right: -20px;
	}

	.cards h5 {
		font-size: 20px;	
	}

	.central-column.subpage {
		padding: 0px 20px;
	}

	.list {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.userform h5 {
		width: 95%;
	}
	
	#clock {
		left: 27.5%;
		font-size: 2.1vw;
	}
	
	#clock .time{
		font-size: 2.5vw;
	}

}

@media screen and (max-width: 700px) {
	.secondframe .central-column .fbadges3 {
		grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	}
	
	.tooltip {
		width: 82vw;
	}
	
	.authform form {
		padding: 12px;
	}
}


@media screen and (max-width: 650px) {
	.firstframe:before {
		bottom: 29%;
		left: 7vw;
		display: block;
		width: 55%;
		height: 64%;
		background-size: contain;
	}
	
	.mascot {
		width: 286px;
		height: 333px;
		right: 4vw;
	}
	
	.ach > div {
		top: 361px !important;
		left: 21px;
	}
	
	#clock {
		left: 41.5%;
		top: 62.5%;
	}

	.speech {
		bottom: 40vw;
		left: 41vw;
		width: 28vw;
	}
	
}

@media screen and (max-width: 650px) and (min-width: 550px) {
	.floating-logo {
		width: 45vw;
		margin-left: -10px;
	}
}

@media screen and (max-width: 550px) and (min-width: 400px) {
	.firstframe {
		height: 100vw;
		box-shadow: none;
		background-position: 48% 0%;
	}
}

@media screen and (max-width: 400px) and (min-width: 100px) {
	.firstframe {
		height: 124vw;
		box-shadow: none;
		background-position: 47% 0px;
	}
}

@media screen and (max-width: 550px) and (min-width: 100px) {
	.floating-logo {
		width: 62vw;
		margin-top: 10px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 600px) {
	
	.prices-image-wrapper {
		padding: 40px 0px;
	}
	
	.paper-prices {
		background-size: 100% 141vw;
	}
	

	.faq ul li div {
		margin: 13px 0px 0px 0px;
	}
	
	.firstframe:before {
		width: 50%;
		height: 58%;
	}
	
	.mascot {
		width: 263px;
		height: 307px;
		right: 5vw;
	}
	
	#regwrap h2 {
		letter-spacing: 2px;
		font-size: 4vw;
	}
	
	.speech {
		bottom: 66%;
		right: 32vw;
		left: initial;
		width: 180px;
	}

	.orgsimg {
		display: none;
	}

	.orgsimg-small {
		display: block;
	}
}

@media screen and (max-width: 576px) {
	
	.prices .paper {
		margin-bottom: 15px;
	}
	
	.ticket .ticket-text h3 {
		font-size: 4.8vw;
	}
	
	.ticket .ticket-text h4 {
		font-size: 3.8vw;
	}
	
	.ticket .ticket-text h5 {
		font-size: 4.1vw;
	}
	
	.ticket .ticket-text h6 {
		font-size: 3.8vw;
	}
	
	.ticket .t-half, .ticket .t-third {
		font-size: 3.8vw;
	}
	.cards > div {
		width: 50%;
	}
}


@media screen and (max-width: 549px) {

	.participation-form label{
		margin-bottom: 15px;
	}

	.secondframe .central-column .fbadges3 {
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
	
	.fbadge h3 {
		font-size: 27px;
	}
	
	.fbadge h4 {
		font-size: 27px;
	}
	
	.list li div{
		font-size: 16px;
	}
	
	
	.list h3 {
		font-size: 20px;
		font-weight: bold;
	}
	
	
	.chart {
		width: 100%;
	}
}

@media screen and (max-width: 549px) {
	.hamburger-menu .mobile-menu-title {
		font-size: 20px !important;
		max-width: calc(100% - 60px);
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.secondframe-pre {
		padding-top: 20px;
	}
	
	.secondframe h1 {
		font-size: 26px;
	}
	
	.secondframe p {
		font-size: 17px;
	}
	
	.fbadge h4 {
	  font-size: 20px;
	}
	
	.fbadge.greenfox::after {
		height: 72%;
		right: -33%;
	}
}


@media screen and (max-width: 490px) {
	.mascot {
		width: 250px;
		height: 286px;
		right: 0vw;
	}
	
	.ach > div {
		top: 412px !important; 
		left: 21px;
	}
	
}

@media screen and (max-width: 480px) {
  .authform h1 {
    font-size: 26px;
  }
  
  .authform .underline {
    width: 68px;
  }
  
  .authform .form_button {
    padding: 15px 25px;
  }
  
  .fbadge h3 {
	  font-size: 22px;
  }

  .paper-prices {
	text-align: justify;
  }

  .paper-prices h3{
	text-align: center;
	margin-bottom: 30px;
  }


}

@media screen and (max-width: 420px) {
	.hamburger-menu .mobile-menu-title {
		font-size: 17px !important;
	}
	
  .authform h1 {
    font-size: 18px;
  }
  
  .authform .icon {
    height: 35px;
    width: 35px;
  }
  
  .authform .underline {
    width: 53px;
  }
  
  .authform input[type='text'], .authform [type='email'], .authform  [type='password'], .authform select, .authform textarea {
    font-size: 0.875em;
  }
  
  .central-column.subpage {
	  padding: 0px 10px;
  }

  .paper-prices {
	background-size: 100% 301vw;
	background-repeat: no-repeat;
	}
  
}



@media screen and (max-width: 400px) {
	.cards > div {
		width: 80%;
	}
	
	#regwrap h2 {
		letter-spacing: 1px;
	}
	
	.faq ul li div {
		margin-left: 10px !important;
	}
	
	.list {
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#clock {
		left: 75.5%;
		top: 36.5%;
		font-size: 3.5vw;
		width: 164px;
	}
	
	#clock .time {
		font-size: 4.5vw;
	}
	
	.speech  {
		bottom: 51%;
		width: 54vw;
		left: -2vw;
	}
	.prices-title-img {
		height: 900px;
	  }
		
	.paper-prices.central-column {
		width: 94%;
	}
}

@media screen and (max-width: 350px) {
	.ach > div {
		display: none;
	}

	.prices-decoration {
		max-width: 100px;
		opacity: 0.6;
	}
}


@media screen and (max-width: 320px) {
	.paper-prices p {
		font-size: 15px;
	}
}
