body {
	background-color:#1e1e1e;
	margin:0px 0px 0px 0px;
}
a {
	color: #eee;
	text-decoration: none;
	cursor: hand;
}
hr {
	border: 0.5px solid #777;
	margin: 28px 0px 48px 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}

video {
	max-width: 100%;
}
audio {
	width: 100%;
	margin-bottom: 56px;
}

.notice {
	background-color: rgba(5, 72, 115, 0.5);
	color: white;
	padding: 32px;
	margin: 48px 0px 32px 0px;
	font-family:"Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height: 2em;
}
#plea {
	background-color: red;
}

#content > section, #content > header {
	width: calc(100% - 10vw);
	max-width: 1200px;
	margin: 80px auto;
	padding: 0 5vw;
}

#page_background_videos {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	overflow:hidden;
}

#page_background_videos:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.8;
}

#page_background_videos video {
	opacity: 1;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#page_background_videos video:first-of-type {
	opacity: 1;
}
.column {
	font-size: 48px; 
	line-height:1.75em;
	text-align: left; 
	margin-top: 100px; 
	color: #e2e2e2;
	hr {
		margin-top: 2em;
		border-style: solid;
		border-width: 4px;
		border-color: #e200d3;
	}
	.superpink {
		top: 400px;
	}
}
@media only screen and (max-width:1200px) {
	.column {
		font-size: 32px;
		margin-top: 48px;
		.superpink {
			top: 200px;
			transform: rotate(-15deg) scale(0.75);
		}
	}
}
@media only screen and (max-width:600px) {
	.column {
		font-size: 32px;
		margin-top: 48px;
		padding-left: 0;
		.superpink {
			top: 10px;
			width:100%;
			padding-right: 0;
			margin-left: 0;
			margin-right: 0;
			transform: rotate(0deg) scale(1);
			margin-bottom: 32px;
		}
	}
}
.team, .team a, .team ul, team .li {
	font-size: 48px;
	line-height:1em;
	color:#e200d3;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: none;
	margin-left: 0px;
	padding: 0px;
}
@media only screen and (max-width:600px) {
	.team {
		font-size: 36px;
	}
}
.performance {
	font-size: 28px;
}
.column_media {
	font-size: 48px; 
	text-align: left; 
	margin-top: 100px; 
	color: #E75694;
	line-height: 0.75em;
}
@media only screen and (max-width:600px) {
	.column_media {
		font-size: 32px;
		margin-top: 48px;
	}
}
.song_description {
	letter-spacing: 0.1em; 
	color:white;
	font-size:13px;
}
.team_title {
	letter-spacing: 0.1em; 
	line-height:1.2em;
	color:white;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom:4px;
}
.hidden_song {
	margin:0px;
	padding:0px;
	display: none;
}
#reveal_songs {
	text-decoration: none;
	cursor: text;
}
.revealed_song {
	display: inline;
}
.subordinate, .subordinate_2 {
	display: flex;
	font-family: merriweather;
	font-weight: 400;
	font-size: 24px;
	line-height: 2.25em;
	color: #eee;
	/* padding: 36px; */
	/* background-color: #054873; */
	border-radius: 5px;
	margin-top:-6px;
}
.subordinate2 {
	font-size: 16px;
	color: #282828;
	line-height: 2em;
	margin-top: -6px;
}
.subordinate2 a {
	color: #333;
	text-decoration: underline;
}
@media only screen and (max-width:640px) {
	.subordinate, .subordinate_2 {
		display: block;
	}
}
.bio {
	display: flex;
	margin-top: 12px;
	margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
	.bio {
		display: block;
	}
}

.bio_body {
	display: block;
	font-family: merriweather;
	font-size: 16px;
	line-height: 2em;
	color: #eee;
	border-radius: 8px;
	margin-top:-6px;
}
.hiddendiv {
	display: none;
}

#circles {
	margin-top:32px;
	position: relative;
	width: 100%;
	aspect-ratio : 1 / 1;
}
#sign_circle {
	position: absolute;
	max-width: 100%;
    animation-name: clockturn;
    animation-duration: 30s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
    transform-origin: 50% 50%;
    display: inline-block;
}
#wavy_circle {
	position: absolute;
	max-width: 100%;
    animation-name: counterclockturn;
    animation-duration: 30s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
    transform-origin: 50% 50%;
    display: inline-block;
}
#wavy_circle2 {
	position: absolute;
	max-width: 96%;
    animation-name: clockturn;
    animation-duration: 75s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
    transform-origin: 50% 50%;
    display: inline-block;
}

@keyframes clockturn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes counterclockturn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.photo_container {
	margin: 0px 64px 0px 48px;
	background: #155883;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	aspect-ratio: 1 / 1; 
}
.photo {
	width: 100%;
}
.key_art {
	width: 100%;
	max-height:1200px;
	width:100%;
	max-width:1200px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-bottom: 32px;
	filter: drop-shadow(12px 12px 0px #e200d3);
}
@media only screen and (max-width:1200px) {
	.key_art {
		width:95%;
	}
}
.superpink {
	position: absolute;
	text-align: center;
	left: calc(50% - 700px);
	transform: rotate( -15deg );
	z-index: 1;
	text-transform: uppercase;
	background-color: #e200d3;
	padding: 20px;
	font-size: 14px;
	line-height: 2em;
	width: 400px;
}
@media only screen and (max-width:1200px) {
	.superpink {
		left: 0;
		font-size: 12px;
	}
}
@media only screen and (max-width:600px) {
	.superpink {
		position:relative;
	}
}
.castlist {
	font-family:"Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style: bold;
	padding-left: 80px;
	h1 {
		position: relative;
		text-transform: uppercase;
		font-size: 1.5em;
		line-height: 1.25em;
		margin: 0;
	}
	h2 {
		text-transform: uppercase;
		font-size: 0.65em;	
		line-height: 1.25em;
		margin: 0;
	}
	.sign {
		position: absolute;
		width: 60px;
		left: -80px;
		top: 18px;
	}
}
@media only screen and (max-width:1200px) {
	.castlist .sign {
		width: 36px;
		top: 8px;
		left:-50px;
	}
}
@media only screen and (max-width:600px) {
	.castlist {
		padding-left: 52px;
		h1 {
			font-size:0.8em;
		}
	}
}
.castlist.event {
	font-size:0.5em;
	line-height:1.5em;
	h1{
		font-size:1.25em;
	}
	h2 {
		font-size:0.75em;
		color: #e200d3;
	}
	a {
		text-decoration:underline;
	}
}
.tworeleases {
	position: relative;
	width: calc(100% - 18em);
	background-color: #00179a88;
	margin-bottom: 8px;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	padding-left: 16em;
	font-size: 24px;
	line-height: 1.25em;
	#album.superpink {
		top: 140px;
	}
}
@media only screen and (max-width:1200px) {
	.tworeleases {
		padding-left:10%;
		margin-top:80px;
		width:calc(100vw - 48px);
		#single.superpink {
			position: absolute;
			top: -90px;
			transform: rotate(0deg);
		}
	}
}
@media only screen and (max-width:600px) {
	.tworeleases_bot {
		padding-left:2em;
	}
}
.tworeleases_bot {
	z-index: 1;
	position: relative;
	width: 100%;
	background-color: #00179a88;
	padding-left: 0;
	font-size: 24px;
	line-height: 1.25em;
	#single.superpink {
		top: 140px;
	}
	video {
		pointer-events: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: 1;
		mix-blend-mode:hue;
	}
}
@media only screen and (max-width:1200px) {
	.tworeleases_bot {
		padding-left:10%;
		margin-top:80px;
		width:calc(100vw - 48px);
		#single.superpink {
			position: absolute;
			top: -90px;
			transform: rotate(0deg);
		}
	}
}
@media only screen and (max-width:600px) {
	.tworeleases_bot {
		padding-left:2em;
	}
}
.show3sentencesa {
	font-size:1em;
}
@media only screen and (max-width:1200px) {
	.show3sentences {
		margin:24px;
	}
}
.releaseblurb {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 16px;
	margin-left: 16em;
		.text {
			margin-right: 32px;
		}
		#single.superpink {
			position: absolute;
		}
}
@media only screen and (max-width:1200px) {
	.releaseblurb {
		margin-left: 0;
	}
}
@media only screen and (max-width:600px) {
	.releaseblurb {
		width: 100%;
		display: block;
	}
}
.platformlist {
	position: relative;
	align-content: center;
	z-index: 4;
	text-align: center;
	.button {
		font-size: 16px;
		font-family: Jost;
		line-height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0;
		max-width: 400px;
		min-width: 220px;
		border-radius: 8px;
		text-transform: uppercase;
		background-color: #e200d333;
		vertical-align: middle;
		text-decoration: none;
		text-align: left;
		margin-bottom:8px;
		img {
			vertical-align: middle;
		}
	}
	.button:hover {
		background-color: #e200d366;
	}
}
.platform {
	height: 100%;
	max-height: 32px;
	margin: 8px;
}

.carousel {
	position: relative;
	margin-top: 48px;
	img {
	vertical-align: middle;
	width: 100%;
	}
	.colorwash {
		pointer-events: none;
		z-index: 1;
		position: absolute;
		top: -20px;
		background-color:#e200d377;
		border-color: #e200d3;
		border-style: solid;
		border-width: 8px;
		mix-blend-mode: overlay;
		transform: rotate(-5deg);
		width: 100%;
		height: 100%;
	}
}



/* Hide the images by default */
.myslides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #777;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
@media only screen and (max-width:600px) {
	.dot {
		display:none;
	}
}

.dotactive, .dot:hover {
  background-color: #e200d3;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#emailform {
	display:flex;
	width: 100%;
	margin-top:0;
	margin-bottom:0;
	position:relative;
	align-items:center;
}







.caption {
	font-size: 18px;
	line-height: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
.tracklist {
	position: relative;
	margin-top: 0px;
	padding-top: 60px;
	font-size: 24px;
	line-height: 1.25em;  
	.superpink {
		top: 0px;
	}
	em {
		font-style: normal;
		color:#e200d3;
	}
	.unem {
		color:#555;
	}
	.emsign {
		color:#7300ff;
		filter:drop-shadow(0px 0px 3px black);
	}
	p {
		margin:12px 0 20px 0;
	}
}
@media only screen and (max-width:1200px) {
	.tracklist {
		margin:0 1em 0 1em;
	}
}
.blurb {
	position: relative;
	margin-top: 0px;
	padding-top: 100px;
	font-size: 24px;
	line-height: 1.5em;
	display: flex;
	align-items: center; /* Vertically centers content */
 	.superpink {
		top: 0px;
	}
	em {
		font-style: normal;
		color:#e200d3;
	}
	img {
		vertical-align:top;
		width:25vh;
		max-width:200px;
		filter: drop-shadow(8px 8px 0px #e200d3);
		margin-bottom: 16px;
	}
}
@media only screen and (max-width:1200px) {
	.blurb {
		padding: 2em;
	}
}
@media only screen and (max-width:600px) {
	.blurb {
		display: block;
	}
}

.posterphoto {
	width: 328px;
}
@media only screen and (max-width:640px) {
	.posterphoto {
		width: 100%;
		margin-bottom: 16px;
	}
}
.logo {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 84px;
	margin: 0px 34px;
}
.vertical {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.headshot {
	border-width: 24px;
	border-color: #eee;
	border-style: solid;
	margin-right: 24px;
}
.poster {
	margin-right:28px;
}
@media only screen and (max-width:640px) {
	.poster {
		width: 100%;
		margin-bottom: 16px;
	}
}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.page {
	position: relative;
	min-height: calc(100% - 200px);
	margin: 0px auto;
	/* max-width: 1920px; */
	min-height: 100vh;
	font-family:"Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style:normal;
	font-size:24px;
	color:#fff;
	margin-top: 48px;
}
.blackback {
	/* background-color: #202c38; */
	background-color: #1e1e1e;
	padding-top: 48px;
}
@media only screen and (max-width:600px) {
	img.stars {
		display: none;
	}
}
.cluster {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	min-height: calc(100vh - 260px); 
}
.cluster_main {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 48px;
}
.navbar {
	color: #eee;
    margin: 0px auto 36px auto;
	min-width:400px;
	max-width: 1200px;
}
ul, li {
	list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.navbar ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
	justify-content: left;
}
@media only screen and (max-width:600px) {
	.navbar ul {
		justify-content: left;
		display: block;
	}
}
li a {
	display: inline-block;
    padding:18px 36px;
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    color: #eee;
}
li a:hover {
	color: #e200d3;
}
@media only screen and (max-width:600px) {
	li a {
		font-size: 12px;
		padding: 12px 12px;
	}
}
.active {
	border-bottom-style: solid;
	border-bottom-width: 9px;
	border-bottom-color: #e200d3;
}
.active a{
	color: #e200d3;
}
.foot {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0px 36px 0px 36px;
	background-color: #155883;
	min-height: 100px;
}
@media only screen and (max-width:600px) {
	.foot {
		display:block;
		min-height: 120px;
	}
}
.column form {
	font-size:14px; 
	line-height:1.2em;
}
.formfielddesc {
	text-align: left;
	letter-spacing: 0.1em; 
	line-height:1.2em;
	color:white;
	font-size:14px;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
}
.sticktothebottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.footcontent {
	position:absolute;
	font-size: 11px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
}
.footright {
	right: 36px;
	min-width: 300px;
}
@media only screen and (max-width:600px) {
	.footright {
		right: none;
		left: 36px;
		margin-top: 18px;
	}
}
.footcontent img {
	margin-right:12px;
	height: 32px;
	width: 32px;
	padding: 12px;
}
@media only screen and (max-width:600px) {
	.footcontent img {
		margin-top: 50px;
	}
}
.footcontent a:hover img {
    background-color:rgba(255, 255, 255, 0.10);
}

input, textarea, select{
 	height: 36px;
	font-size: 16px;
	width: 100%;
	margin: 0px 0px 36px 0px;
    padding: 0px 0px;
    text-rendering: auto;
	font-family:"Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style:normal;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.5em;
    text-transform: none;
    text-indent: 8px;
    text-shadow: none;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    border-width: 0px;
    border-style: none;
    border-color: none;
}
textarea {
    text-indent: 0px;
	height: 8em;
	padding:0.5em;
}
#button {
	display:grid;
	cursor: pointer;
	width: 180px;
	margin-bottom: 120px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: black;
	background-color: #FCED3A;
    text-indent: 0px;
	letter-spacing: 0.1em;
}
.follow {
	position: absolute;
	text-align: center;
	padding: 24px;
	font-size: 24px;

	background-color: #e200d3;
	width: 100%;
	max-width: 600px;
	img {
		vertical-align: middle;
	}
}


.lightbox {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top of other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /* Black overlay with opacity */
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
}
.lightbox-content {
	border-radius: 40px;
	background-color: #14004b;
	justify-content: center;
	text-align: center;
	padding: 1em;
    width: 50%; /* Adjust width as needed */
	min-width:280px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: relative;
	color: white;
	font-size: 24px;
	line-height: 1.25em;
	video {
		pointer-events: none;
		border-radius: 40px;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: 0;
		mix-blend-mode: screen;
	}
}
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
	z-index: 6;
}
.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

