html,
body {
	margin: 0;
	padding: 0;
	font-family: '', sans-serif;
	color: #181613;
}

body,
body * {
	box-sizing: border-box;
}

/* Fonts */

@font-face {
	font-family: 'Flatface Sours';
	src: url('../fnt/FlatfaceSours-Regular.woff2') format('woff2'), url('../fnt/FlatfaceSours-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Point Panther';
	src: url('../fnt/PointPanther-Bold.woff2') format('woff2'), url('../fnt/PointPanther-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	ascent-override: 92%;
}

/* Header */

header {
	background: #181613;
}

header h1 {
	font-family: "Point Panther";
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	line-height: 0.9;
	color: #589f98;
}

header p {
	text-align: center;
	font-family: "Flatface Sours";
	color: #f4ecd9;
}

/* Tickets */

.tickets {
	background: #f4ecd9;
}

.tickets table {
	font-family: "Point Panther";
	line-height: 1;
	margin: 0 auto;
	border-spacing: 0;
	width: 100%;
}

.tickets a {
	display: inline-block;
	background: #f78c77;
	/*	background: linear-gradient(to right, #f7db70, #f78c77);
	background: linear-gradient(to right, #589f98, #b4c287);
	background: linear-gradient(to right, #f7db70, #589f98);*/
	padding: 1rem 1.5rem;
	cursor: pointer;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
	text-align: center;
}

.tickets a.sold-out {
	background: transparent;
	color: #f78c77;
	text-decoration: line-through;
	pointer-events: none;
}

/* About */

.about {
	background: linear-gradient(to right, #f7db70, #f78c77);
}

.about > div {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.about h2 {
	font-family: "Point Panther";
}

.about img {
	display: block;
	width: 100%;
}

.about .social {
	display: flex;
}

/* Band Resources */

.band-resources {
	background: #f4ecd9;
}

/* Video */

.video {
	width: 100%;
	background: #181613;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background: #181613;
	color: #f4ecd9;
	transition: all ease-in 0.3s;
	cursor: pointer;
	text-align: center;
}

.video-placeholder.playing {
	pointer-events: none;
}

.video-placeholder.playing svg {
	opacity: 0.5;
}

.video-placeholder.hide {
	pointer-events: none;
	opacity: 0;
}

.video-placeholder svg {
	display: block;
	fill: #f4ecd9;
	margin: 0 auto;
}

.video-placeholder h3 {
	font-family: "Point Panther";
	margin: 0;
}

.video-placeholder:hover svg {
	animation: pulse-animation 1s ease infinite;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Quote */

.quote p {
	text-align: left;
}

.quote p:first-child {
	font-family: "Point Panther";
}

.quote .author {
	margin: 1rem 0 0;
}

/* Footer */

footer > div {
	display: flex;
	background: #181613;
	color: #f4ecd9;
}

footer .presented-by > div {
	display: flex;
	align-items: center;
}


footer .presented-by img {
	display: block;
	margin: 0;
}

footer .presented-by .principal-entertainment img {
	display: block;
	margin: 0;
}

footer .presented-by h3 {
	font-family: "Point Panther";
}

footer .credits p {
	margin: 0;
	line-height: 1.5;
	font-size: 0.8rem;
}

/* Holding Page */

.holding-page {
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background-color: #c8354b;
}

.holding-page img {
	display: block;
	width: 66vw;
	max-width: 420px;
}

@media only screen and (orientation: landscape) {
	.holding-page img {
		width: unset;
		height: 66vh;
		max-height: 420px;
		max-width: unset;
	}
}

.psychedelic-text-cycle {
	animation: psychedelic-text-cycle-animation 20s ease infinite;
}

.psychedelic-text-cycle-blue {
	animation: psychedelic-text-cycle-blue-animation 20s ease infinite;
}


.psychedelic-text-gradient {
	background: linear-gradient(to right, #f7db70, #f78c77);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

@keyframes psychedelic-text-cycle-animation {
	0% {
		color: #f7db70;
	}

	25% {
		color: #f78c77;
	}

	50% {
		color: #589f98;
	}

	75% {
		color: #b4c287;
	}

	100% {
		color: #f7db70;
	}
}

@keyframes psychedelic-text-cycle-blue-animation {
	0% {
		color: #589f98;
	}

	50% {
		color: #b4c287;
	}

	100% {
		color: #589f98;
	}
}

@keyframes psychedelic-bg-cycle-animation {
	0% {
		background-color: #f7db70;
	}

	25% {
		background-color: #f78c77;
	}

	50% {
		background-color: #589f98;
	}

	75% {
		background-color: #b4c287;
	}

	100% {
		background-color: #f7db70;
	}
}


.hero-gradient {
	background: linear-gradient(to bottom right, #589f98, #b4c287, #f7db70, #f78c77);
	background: linear-gradient(to bottom right, #9FCCC8, #D6DEBD, #FFF3BF, #F7C6BC);
	background-size: 400% 400%; /* Important for animation */
	animation: psychedelic-gradient 20s ease infinite alternate;
}

@keyframes psychedelic-gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes heart-pulse-animation {
	10% {
		transform: scale(1.1);
	}
}
