body, div, p, a, select, input, .matchTitleLine, td, h4, h5, h6{
	font-family: Inter, sans-serif !important;
}

h1, h2, h3, #principlePartners {
	font-family: "Fjalla One", sans-serif !important;
	font-weight: 700 !important;
}

.curvedBoxHeader, .changeToHomeAway {
	font-size: 25px;
	font-family: "Fjalla One", sans-serif !important;
	font-weight: 700 !important;
}

.walletButton {
	color: transparent !important;
}

.sectionTitle {
	color: black;
	font-size: 48px;
	font-family: "Fjalla One", sans-serif!important;
	font-weight: 700 !important;
}

.topbar {
	display: flex;
	background-color: white;
	height: 124px;
}

.topbarLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 48px;
	margin-left: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topbarLogoImg {
	height: 85px;
	width: 85px;
}

.topLogoMobile {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topLogoImgMobile {
	height: 60px;
	width: 60px;
}

.navContainer {
width: 100%;
display: flex;
flex-direction: column;
}

.navbarTop {
	height: 44px;
	min-height: 44px;
	width: 100%;
	display: flex;
	background-color: rgb(134 38 51) !important;
}

.navbarTop p {
	font-size: 12px;
	font-family: Inter, sans-serif;
	color: white;
	font-weight: 700;
	text-wrap: nowrap;
}

.navbarTop a {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: none;
}

.navbarBottom {
	height: 80px;
	width: 100%;
	display: flex;
	background-color: white;
}

.navbarBottom * {
	font-size: 1.13rem;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal !important;
	color: rgb(134 38 51) !important;
}

#ticketLink::before {
	content: url("images/ticket.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
	/*left: 2px;*/
}

#clubLink, #ticketLink, #storeLink, #appLink {
	position: relative;
	z-index: 1;
}

#clubLink::after, #ticketLink::after, #storeLink::after, #appLink::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transform-origin: bottom center;
	background-color: rgb(var(--primary-600,107 30 41)/1) !important;
	z-index: -1;
	transition: transform 0.15s;
	transition-timing-function: ease-in-out;
}

#clubLink:hover::after, #ticketLink:hover::after, #storeLink:hover::after, #appLink:hover::after {
	transform: scaleY(1);
}

#storeLink::before {
	content: url("images/store.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#appLink::before {
	content: url("images/cellphone.svg");
	display: inline-block;
	width: 16px;
	height: 16px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#burgerMenu, #burgerMenuMobile {
	margin-left: auto;
	align-self: center;
	padding-right: 16px;
}

.burgerMenuClosed::before {
	content: url("images/burgerSquare.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

.burgerMenuOpen::before {
	content: url("images/close.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#loginLink {
	margin-left: auto;
}

#loginLink::before {
	content: url("images/account.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

#navbarBottomLinks {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navbarBottomLinks a {
	padding-left: 24px;
	padding-right: 24px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

input[type=button], input[type=submit], button, .icoButton, .icoButtonOver, .ibBookNow, .ibBookNowOver, .ibBookNowTall, .ibBookNowOverTall, .ibBookNowSelected,
.Bookings2DivCalendarTimes, .Bookings2DivCalendarTimesOver, .Bookings2DivCalendarShowMore, .Bookings2DivCalendarShowMoreOver,
.ibShowMoreTickets, .ibShowMoreTicketsOver, .ibMoveSeatSpace, .ibMoveSeatSpaceOver {
	border-radius: 8px;
	margin: 0px;
	box-sizing: content-box;
	background-color: rgb(134, 38, 51) !important;
	font-family: Inter, sans-serif !important;
	font-size: 14px;
}

.slick-dots button, .walletButton {
	background-color: transparent !important;
}

.ibBookNowTall, .ibBookNowOverTall {
	padding: 0;
}

.ibBookNowOver, .ibBookNowOverTall {
	background-color: rgb(var(--primary-600,107 30 41)/1) !important;
/*	border-color: #9f0000 !important;*/
}

.sponsors {
	display: flex;
	flex-direction: column;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background-color: rgb(var(--primary-800, 52 15 20) / var(--tw-bg-opacity, 1));
	justify-content: center;
	align-items: center;
}

.secondarySponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	flex-wrap: wrap;
	max-width: 768px;
}

.secondarySponsors img {
	max-width: 62.19px;
	margin: 0px 10px 0px 10px;
	padding-bottom: 32px;
}

.bottomLogoContainer {
	width: 95%;
	height: 133px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottomLogo img {
	height: 85px;
	padding-left: 50px;
	padding-right: 50px;
}

.bottomLine {
	height: 0.5px;
	width: 40%;
	background-color: rgba(255, 255, 255, 0.3);
}

#principlePartners {
	font-family: "Fjalla One", sans-serif;
	font-size: 1.13rem;
	font-weight: 700;
	color: white;
}

.socialMediaContainer {
	background-color: black;
	height: 24px;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.socialMediaIcon {
	height: 24px;
	width: 24px;
	margin: 0px 5px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.socialMediaIcon img {
	height: 24px;
}

#footerbar {
	background-color: black;
	padding: 0px 0px 0px 0px;
}

#footerLinksContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#footerLinksContainer a, #footerLinksContainer a:hover {
	text-decoration-line: none;
	text-transform: none;
}

.footerLink {
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.footerLink {
	padding-bottom: 3px;
	border-bottom: 1px transparent solid;
	color: white;
	transition-duration: 0.15s;
	transition-property: border-color;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.footerLink:hover {
	border-bottom: 1px solid white;
}

#copyright p {
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.vl {
	border-left: 1px solid rgba(28, 8, 11, 0.5);
	height: 20px;
	position: relative;
	top: 12px;
}

.topbarMobile {
	display: none;
}

#hamburgerLinks {
	display: none;
	flex-direction: column;
	background-color: rgb(134 38 51) !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hamburgerLinks div {
	border-radius: 7px;
	background-color: rgb(134 38 51);
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 2px;
	margin-left: 50px;
	margin-right: 50px;
	transition-duration: 0.3s;
	transition-property: background-color, margin-left;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#hamburgerLinks a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#hamburgerLinks div:hover {
	background-color: rgb(158 81 92) !important;		
	margin-left: 60px;
}

#hamburgerLinks a h2 {
	color: white;
	font-size: 30px;
	font-family: "Fjalla One", sans-serif;
	font-weight: 700 !important;
	margin: 5px;
	margin-left: 10px;
}

#externalContentContainer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 20px;
}

#externalContent {
	width: 90%;
	display: flex;
	justify-content: center;
	position: relative;
	min-width: 240px;
}

#externalContentTitle {
	width: 90%;
	position: absolute;
	bottom: 60px;
	left: 0px;
	padding-left: 40px;
	color: white;
	font-size: 48px;
	font-family: "Fjalla One", sans-serif;
	font-weight: 700 !important;
	z-index: 99;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#externalContentDescription {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding-left: 40px;
	color: white;
	font-size: 12px;
	font-family: Inter, sans-serif;
	font-weight: 300 !important;
	z-index: 99;
}

#externalContentImage {
	max-width: 100%;
	min-width: 240px;
	border-radius: 10px;
	position: relative;
	min-height: 460px;
	object-fit: cover;
}

#imageMask {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	display: block;
	background: linear-gradient(to bottom, transparent 50%, black 100%);
	border-radius: 10px;
}

#externalContentLink:hover {
	& #imageMask {
	background-color: rgba(0, 0, 0, 0.1);
	}
}

.outerContainer {
	width: 100%;
	justify-items: center;
}

.mainContentContainer, .curvedBox {
	background-color: #fafafa;
}

.hidden {
	display: none;
}

#topLogoMobileContainer {
	padding-left: 16px;
	display: flex;
}

.slick-slide {
	opacity: 1;
}

#shopSlider {
	width: 95%;
}

	#shopSlider picture {
		object-fit: cover;
		border-radius: 10px;
	}

.slick-dots li.slick-active button:before {
	color: #862633;
}

#burgerMenuButtonContainer {
	display: flex;
	align-items: center;
	width: 181px;
	margin-left: auto;
}

@media screen and (max-width: 1280px) {
	.topbar {
		height: 102px;
	}

	#navbarBottomLinks {
		display: none;
	}
}

@media screen and (max-width: 1140px) {
	#externalContentDescription {
		bottom: 5px;
		padding-left: 15px;
	}

	#externalContentTitle {
		bottom: 35px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.topbarLogo {
		margin-right: 32px;
		margin-left: 32px;
	}

	#divPromoCode {
		flex-direction: column;
		text-align: left !important;
	}

}


@media screen and (max-width: 767px) {
	.topbar {
		display: none;
	}

	.topbarMobile {
		display: flex;
	}

	topLogoMobile {
		margin-left: 16px;
	}

	.navbarTop a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#loginLink p {
		display: none;
	}

	#externalContentTitle {
		font-size: 36px;
	}

	#hamburgerLinks div {
		margin-left: 20px;
		margin-right: 20px;
	}

	#hamburgerLinks div:hover {
		margin-left: 30px;
	}
}

@media screen and (max-width: 639px) {
	#ticketLink::before, #storeLink::before, #appLink::before {
		display: none;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

@media (max-width: 295px) {
	.navbarTop a {
		padding-left: 4px;
		padding-right: 4px;
	}
}