main > * {
    display: none;
}

main > *:last-child {
    display: block;
}

main > *:target {
    display: block;
}

main > *:target ~ * {
    display: none;
}

/* Fonts
------------------------------------*/

@charset "UTF-8";
/* CSS Document */

/* Fonts
------------------------------------*/

@keyframes {
	0% {
		transform:translate(0)
	}
	50% {
		transform:translate(1100px)
	}
}

/*@keyframes MoveUpDown {
	0%, 100% {
    	position: relative;
		bottom: -3px;
	  display: inline;
		}
	50% {
		position: relative;
		bottom: 5px;
		display: inline;
		}}*/

/* Colors
------------------------------------

cool gray/purple: #D8D8F6
black: #000
darker gray: #D0CDD7


/*========================
		3D TEXT
========================*/
h1, h2, h3, h4, h5, h6, h7, h8, h9, p, a {
    letter-spacing: .25em;
    text-shadow: 
      -0.5px -0.5px 1px #efede3, 
      0px 0.3px 0 #bebebe, 
      0px 0.6px 0 #989898, 
      0px 0.9px 0 #808080,  
      0px 1.2px 0 #696969, 
      0.5px 0.5px 1px rgba(0, 0, 0, 0.5),
      1px 1px 2px rgba(0, 0, 0, 0.1),
      2px 2px 3px rgba(0, 0, 0, 0.2),
      2px 2px 4px rgba(0, 0, 0, 0.3);
 }

/*========================
	GLOBAL STYLES
========================*/

html, body, .everything {
	margin: 0;
}

body {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 400;
	font-size: 1em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-image: linear-gradient(to bottom right, #96c8fb, #ddbdfc);
	cursor: url(https://www.cursor.cc/cursor3d/78390.png);
}

a {
	font-weight: 400;
	text-decoration: none;
}

p {
	font-weight: 100;
	color:#fff;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	text-align: justify;
}

li {
	list-style: none;
}

h1 {
	color:#fff;
	font-weight: 400;
	letter-spacing: 0.3em;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	text-rendering: optimizeLegibility;
	text-align: left;
}

h2 {
	font-size: 0.95em;
	line-height: 1em;
	width: auto;
	word-wrap: break-word;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
}

h3 {
	color:#fff;
	font-weight: 300;
	font-size: 2.5em;
	text-align: justify;
	margin: 0;
	height: auto;
}

h4 {
	font-weight: 400;
	color: #fff;
	font-size: 1em;
	text-align: justify;
	margin-top: 0;
	font-style: italic;
}


/*========================
	PAGE STRUCTURE
========================*/


.page {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	min-height: 100%;
	min-width: 0;
	overflow: auto;
}

#objectSpace {
	width: 100%;
	height: 100%;
	position:fixed;
	left:0;
	top:0;
	overflow: hidden;
	z-index: -10;
}


.section {
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 100%;
	min-width: 0;
}

.sidebar {
	width: 20%;
	height: 100vh;
	margin: 0;
	flex-flow: column nowrap;
	overflow: auto;
}

.content {
	margin-left:20%;
	width: 80%;
	margin: 0;
	flex-flow: column nowrap;
	overflow: auto;
	scrollbar-color: green purple;
	scrollbar-width: thin;
}

.content:hover {
    /* overflow-y: scroll; */
    overflow-y: auto;
}

/*========================
	FLOATERS
========================*/
.floaters {
	overflow: hidden;
}

.objDiv {
    position: absolute;
	left: -200px;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
}

.obj {
	position: inherit;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

/*========================
	TITLE
========================*/
.page-title h1 {
	color: #fff;
	padding-top: 30px;
	margin-bottom: 25px;
	margin-left: 10%;
}

div.page-title {
	height: auto;
}

/*========================
	SIDEBAR
========================*/

ul.sidebar-flex {
	padding:0;
	margin-left: 10%;
}

ul.sidebar-flex a {
/*	overflow: auto;*/
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

ul.sidebar-flex a:active {
	color: #AFE1AF;
}

ul.sidebar-flex li {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	align-content: left;
	margin-bottom: 10px;
	word-wrap: break-word;
	padding: 0;
}

.sidebar-current.button, .sidebar-past.button {
	background: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	width: auto;
	word-wrap: break-word;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}

.workList {
	overflow: hidden;
	margin-top: 10px;
	margin-left: 3%;
	display: none;
	padding: 0;
}


.sidebar-sub li {
	padding-top: 10px;
	padding-bottom: 0;
	text-align: left;
}

h2.sidebar-sub {
	font-size: 0.8em;
	line-height: 1em;
	width: auto;
	word-wrap: break-word;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
}


/*========================
	MAIN BODY CONTENT
========================*/
.content-flex {
	display: flex;
	width: 100%;
	martin-left: auto;
	margin-right: auto;
	opacity: 95%;
}

.content-title {
	width: 90%;
	padding-top: 30px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	justify-content: left;
	text-align: justify;
	display: flex;
}

.content-title-2 {
	width: 90%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	justify-content: left;
	text-align: justify;
	display: flex;
}

.media-flex {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.media-main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.media-info {
	justify-content: right;
	text-align-last: right;
	text-align: right;
	width:auto;
	margin-right:5%;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 0.8em;
}

.media-info-left {
	justify-content: left;
	text-align-last: left;
	text-align: left;
	width:auto;
	margin-left:5%;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 0.8em;
}

.media-item {
	width: 90%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height:0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeVideo {
	width:100%;
	margin-top: 10%;
}


div.title {
	width: 90%;
	padding: 0 2.5%;
	margin-top: 30px;
	margin-bottom: 30px;
}


.text-item {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 30px;
}

/*========================
	COLLAB PAGE
========================*/

h5 {
	display:inline;
	font-weight: 600;
	color: #AFE1AF;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	text-align: justify;
	line-height: 0.5em;
}

h6 {
	display:inline;
	font-weight: 300;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}

h5 > a {
	text-decoration: none;
	color: #AFE1AF;
	animation: MoveUpDown 6s linear infinite;
	position: relative;
	display: inline;
}

h6 > a {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline;
}

h5 > a.one {
		animation: MoveUpDown 4s linear infinite;
}

h5 > a.two {
		animation: MoveUpDown 4.8s linear infinite;
}

h5 > a.three {
		animation: MoveUpDown 5.2s linear infinite;
}

h6 > a.one {
		animation: MoveUpDown 4.2s linear infinite;
}

h6 > a.two {
		animation: MoveUpDown 5s linear infinite;
}

h6 > a.three {
		animation: MoveUpDown 3.5s linear infinite;
}

p > a {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline;	
	animation: MoveUpDown 4.2s linear infinite;
}

p > a.one {
		animation: MoveUpDown 4.2s linear infinite;
}

p > a.two {
		animation: MoveUpDown 5s linear infinite;
}

p > a.three {
		animation: MoveUpDown 3.5s linear infinite;
}

.collab-list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 30px;
}

.collab-list li {
	margin-bottom: 30px;
	line-height: 1.5em;
}

.collab-list li.header {
	margin-bottom: 10px;
	width: 80%;
}

.collab-list li.info {
	margin-bottom: 30px;
	margin-left: 15px;
	text-align: justify;
}

.collab-list {
	margin-top: 30px;
}

li.year {
	margin-left: 0;
	margin-right: auto;
	justify-content: left;
	text-align: left;
}


/*========================
	DISCO CRYSTALL
========================*/

h3.discocrystall {
	color: #8135E3;
}

h3.discocrystall, h7, h9 {
    letter-spacing: .25em;
    text-shadow: 
      -0.5px -0.5px 1px #909090, 
      0px 0.5px 0 #888888, 
      0px 1px 0 #808080, 
      0px 1.5px 0 #787878,  
      0px 2px 0 #707070, 
      1px 1px 2px rgba(0, 0, 0, 0.5),
      2px 2px 4px rgba(0, 0, 0, 0.1),
      3px 3px 6px rgba(0, 0, 0, 0.2),
      4px 4px 8px rgba(0, 0, 0, 0.3);
 }

h7 {
	display:inline;
	font-weight: 600;
	color: #8135E3;
	font-size: 1.3em;
	letter-spacing: 0.4em;
}

h8 {
	display:inline;
	font-weight: 300;
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.35em;
}

h9 {
	display:inline;
	font-weight: 300;
	color: #AFE1AF;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.3em;
}

h7 > a {
	text-decoration: none;
	color: #AFE1AF;
	animation: MoveUpDown 6s linear infinite;
	position: relative;
	display: inline;
}

h8 > a {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline;
}

.socials {
	width: 50%;
	margin-left:5%;
	height: 1.5%;
	display: flex;
	flex-flow: column wrap;
	align-content: flex-start;
	margin-bottom: 30px;
}

.socials img {
	height: 100%;
	width:auto;
}

.socials div {
	height: 100%;
	padding-right: 20px;
	margin:0;
}

.party.current h7 {
	font-size: 1.4em;
}

.party.current h8 {
	font-size: 1.1em;
}

.description.current h8 {
	font-size: 1.05em;
}

.dj-sub-list.current h9 {
	font-size: 1.15em;
}



.header h8 {
	font-size: 0.95em;
}

.header {
	margin-bottom:10px;
	margin-left: -10px;
}



.party {
	margin-bottom:5px;
}

.description {
	margin-bottom:10px;
	margin-left:12px;
}

.dj-sub-list {
	margin-bottom:15px;
}
.dj-sub-list li {
	line-height:1.5;
	
}

#LCDPcontainer {
	display: inline-flex;
	position:relative; 
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	height: 10%;
}

.LCDPitems {
	position:relative; 
	display:inline-flex;
	top:0px; 
	left:0px; 
	overflow:hidden;
	white-space: nowrap;
	animation: bannermove 25s linear infinite;
}

.LCDPitems:hover {
		animation-play-state: paused;
	}

.LCDPimage {
	height: 100%;
	width: auto;
	margin: 0 0.5em;
	display: block;
	flex: 1;
}

@keyframes bannermove {
	0% { transform: translatex(-119%); }
	100% { transform: translatex(-181.5%); }
}

/*========================
	BIO / CV
========================*/

.media-about {
	width: 75%;
	margin-left: 2%;
	z-index: -2;
	opacity: 98%;
}

.text-about.one {
	margin-top: -12%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgba(98,0,201, 0.2);
	border-radius: 50%;
	padding: 5%;
	z-index: 0;
}

.text-about.two {
	margin-top:-5%;
	margin-left: 0%;
	margin-right: 65%;
	width: 15%;
	background-color: rgba(98,0,201, 0.2);
	border-radius: 50%;
	padding: 2%;
	text-align: center;
	z-index: 1;
}

.text-about p {
	font-size: 0.9em;
	font-weight: 100;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 1)
}

.text-about.two p {
	line-height: 2.2em;
}

.text-about a {
	color: #AFE1AF;
}

/* UNDERCONSTRUCTION
------------------------------------*/


.tickerWrapper {
  /* the outer div */
  
	position:fixed;
	bottom: 10;
	left:0;
	background: rgba(255,255,255,1);
	opacity: 98%;
	width: 100%;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	z-index: 20;
}

ul.tickerList {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

ul.tickerList.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.tickerList li {
  float: left;
  padding-left: 5%;
}


/* RESPONSIVE DESIGN
------------------------------------*/

@media only screen and (min-device-width : 320px) and (max-device-width : 767px){

	
	.section,
	.media,
	text {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.media {
		top: 10%;
	}
	
		img {
		max-height: 100%;
		max-width: 100%;
	}

	
p {
	font-weight: 100;
	color:#fff;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
}

li {
	list-style: none;
}

h1 {
	color:#fff;
	font-weight: 400;
	letter-spacing: 0.3em;
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-rendering: optimizeLegibility;
	text-align: left;
}

h2 {
	font-size: 0.65em;
	line-height: 1em;
	width: auto;
	word-wrap: break-word;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
}

h3 {
	color:#fff;
	font-weight: 400;
	font-size: 1.1em;
	letter-spacing: 0.4em;
	margin: 0;
	height: auto;
}

h4 {
	font-weight: 600;
	color: #fff;
	font-size: 0.8em;
}
	
h2.sidebar-sub {
	font-size: 0.6em;
	line-height: 1em;
	width: auto;
	word-wrap: break-word;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
}
	
	/*	BIO / CV*/
	
.media-about {
	width: 95%;
	margin-left: auto;
	margin-right:auto;
	margin-top: -50px;
	z-index: -2;
	opacity: 98%;
}
	
	.text-about p {
		font-size: 0.8em;
	}

.text-about.one {
	margin-top: 0;
	width: 78%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgba(98,0,201, 0.2);
	border-radius: 50%;
	padding: 5%;
	z-index: 0;
}

.text-about.two {
	margin-top:-15px;
	margin-left: 65%;
	margin-right: 0%;
	width: 25%;
	background-color: rgba(98,0,201, 0.2);
	border-radius: 50%;
	padding: 2%;
	text-align: center;
	z-index: 1;
}
	
	
}

