body {
	background-color:#002943;
	margin:0px 0px 0px 0px;
}
a {
	color: #eee;
}
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.7;
}

#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: #3578b3;
}
@media only screen and (max-width:600px) {
	.column {
		font-size: 32px;
		margin-top: 48px;
	}
}
.team, .team a, .team ul, team .li {
	font-size: 48px;
	line-height:1em;
	color:#E75694;
	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%;
	background-image: url(images/poster.jpg);
	height:1088px;
	background-repeat: no-repeat;
	background-size:cover;
	margin-bottom: 32px;
}
@media only screen and (max-width:880px) {
	.key_art {
		height: 600px;
		width:440px;
	}
}
.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;
}
.blackback {
	background-color: #202c38;
}
@media only screen and (max-width:600px) {
	img.stars {
		display: none;
	}
}
.cluster {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	min-height: calc(100vh - 260px); 
}
@media only screen and (max-width:880px) {
	.cluster {
		max-width:85%;
	}
}
.cluster_main {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 48px;
}
@media only screen and (max-width:880px) {
	.cluster_main {
		max-width:85%;
	}
}
.navbar {
	color: #eee;
    margin: 0px auto 36px auto;
	min-width:400px;
	max-width: 800px;
}
.arrowblock {
	position: absolute;
	margin-top: -108px;
	margin-left: -20px;
	height: 130px;
}
.arrow {
	height: 130px;
}
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;
	border-bottom-style: solid;
	border-color: white;
	border-bottom-width: 5px;
}
@media only screen and (max-width:600px) {
	.navbar ul {
		justify-content: left;
	}
}
li a {
	display: inline-block;
    padding:18px 28px;
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    color: #eee;
}
@media only screen and (max-width:600px) {
	li a {
		font-size: 12px;
		padding: 12px 12px;
	}
}
.active, .active a {
	color: black;
	background-color: white;
}
.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;
}

.rainbow {
	animation: rainbowanim 5s infinite linear;
}

@keyframes rainbowanim {
	12.5% {
	  color: #FF0000;
	}
	25% {
	  color: #FFA500;
	}
	37.5% {
	  color: #FFFF00;
	}
	50% {
	  color: #7FFF00;
	}
	62.5% {
	  color: #00FFFF;
	}
	75% {
	  color: #0000FF;
	}
	87.5% {
	  color: #9932CC;
	}
	100% {
	  color: #FF1493;
	}
  }