@font-face {
	font-family: "Apoc-Light";
	src:
	url("assets/Apoc-Full-FamilyTrial/Apoc-Light.otf") format("opentype")
	url("assets/Apoc-Full-FamilyTrial/Apoc-Light.eot") format("eot")
	url("assets/Apoc-Full-FamilyTrial/Apoc-Light.woff") format("woff")
	url("assets/Apoc-Full-FamilyTrial/Apoc-Light.woff2") format("woff2");	
}


:root {
	--brand-color:#f00;
	--link-color:#ffffff;
	--heading-color:#111;
	--text-color:#333;
	--brand-font: "Apoc-Light", Georgia, Serif;
	--body-font: "Apoc-Light", Georgia, Serif;
}


* {
	box-sizing:border-box;
}
body {
	background-image: url("../images/civic-jams-bg-5.jpg");
	background-attachment: fixed;
	background-repeat: none;
	background-color: #111;
	background-size: cover;
	margin:0;
	text-transform: uppercase;
	font-weight: 800px;
}


  
img {
	max-width:100%;
	object-fit: cover;
}
a {
	color:var(--link-color);
	text-decoration: none;
}

.acc-btn {
	font-size: 0.7rem;
	font-weight: 400;
	background-color: white;
	width: 150px;
	margin: 2px 0px;
	padding: 7.5px;
	text-transform: uppercase;
	border-radius: 2px;
	border: none;
	cursor: pointer;

}


/* Text Styles */

body {
	color:var(--text-color);
	font-family:"Apoc-Light", Georgia, Serif;
	letter-spacing: 1.8px;

	/* add global font family, size and color */
}
h1, h2, h3, h4, h5, h6 {
	color: white;
	font-family:"Apoc-Light", Georgia, Serif;
	text-transform: uppercase;
}

p {
	font-family: 'Apoc-Light';
	font-size: 0.8rem;
	line-height: 1rem;
	text-transform: none;
	margin-top: 0;
}

a:hover {
	color: white);
}
  /* Newsletter Form Styling */

  input {
    background: transparent;
	color: #ffffff !important
	display: inline-block;
	align-items: center;
    flex-direction: column;
	font-size: 1.1rem;
    font-family: 'Apoc-Light';
  	border: 0px solid rgb(255,255,255,0.8);
    padding: 0px;
}

input #submit {
	color: red;
}

#email {
	width: 40%;
    border-bottom: 1px solid;
}

::placeholder {
	color: rgb(255,255,255,0.9);
    text-transform: capitalize;
    font-size: 0.9rem;
    padding-left: 0px;
    margin-bottom: 0px;
}


/* Components */

#followBtn {
	font-family:var(--brand-font);
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: none;
	color:var(--link-color);
	margin: none !important;
	padding: none !important;
	border: solid white 0px;
}

#followBtn:focus { 
	outline: none !important;
	border: none;
}

#followBtn:hover {
	cursor: pointer;
}

#bioBtn {
	font-family:var(--brand-font);
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: none;
	color:var(--link-color);
	margin: none !important;
	padding: none !important;
	border: solid white 0px;
}

#bioBtn:focus { 
	outline: none !important;
	border: none;
}

#bioBtn:hover {
	cursor: pointer;
}

/* Page Styles */

/* HEADER */


  /* Socials Styling */
  .socials {
	  display: flex;
	  justify-content: center;
	  margin: 20px;
  }
  .separator {
	  border: 0px solid white !important;
	  padding: 0px 5px;
  }

  @media only screen and (max-width: 840px) {
	.socials {
		display: block;
	}
	.social-link {
		padding: 5px 5px;
	}
	.separator {
		display: none;
	}

	#email {
		width: 80%;
	}
  }

  @media only screen and (max-width: 600px) {

	#email {
		width: 100%;
	}
}


.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	background-image: url("../images/civic-jams-bg-5.jpg");
	background-attachment: fixed;
	background-repeat: none;
	color: white;
	position: fixed;
	border-bottom: 1px solid rgb(255,255,255,0)
}

.nav-main {
	display: flex;
	justify-content: space-between;
}

.nav-link {
	display: flex;
	align-items: center;
	padding: 0px 10px;
}

.nav-link.follow:hover{
	border-top: 1px solid transparent;
	border-bottom: 1px solid rgb(255,255,255,0.3);
}


/* INDEX */
.main-index {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 60px 0px 60px 0px;
}


.accordion {
	font-family: "Apoc-Light", Georgia, Serif;
	display: flex;
	font-size: 14px;
	line-height: 2;
	background-color: transparent;
	padding: 12.5px 10px;
	color: white;
	cursor: pointer;
	border-top: 1px solid rgb(255,255,255,0.3);
}



.accordion.release:hover {
	color: black;
	background-color: rgb(211, 208, 223);
	transition: ease-in 0.2s;
}


.accordion.performance:hover {
	color: black;
	background-color: #ACA9BB;
	transition: ease-in 0.2s;
}


.accordion.composition:hover {
	background-color: #ADA7CB;
	color: white;
	transition: ease-in 0.2s;
}


.accordion.installation:hover {
	background-color: #498392;
	color: white;
	transition: ease-in 0.2s;
}

.accordion.film:hover {
	background-color: lightsteelblue;
	color: white;
	transition: ease-in 0.2s;
}

.accordion.film.installation.composition.performance.release:active {
	background-color: white;
	color: black;
	transition: ease-in 0.2s;
  }

.accordion.release:active {
	background-color: white;
	color: black;
	transition: ease-in 0.2s;
  }
  

.panel {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0px 10px 10px 10px;
	color: white;
	display: none;
	overflow: hidden;
}

/*.panel.one {
	display: flex;
	overflow: visible;
}
*/

.accordion.categories {
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	background-color: rgb(0,0,0,0);
	border: none;
}



.dropdown-description {
	text-align: left;
	width: 25%;
	padding-right:20px;
}

.dropdown-links {
	text-align: left;
	justify-content: center;
	width: 54.6%;
}

.date {
	width: 5%;

}

.title {
	width: 25%;

}

.category {
	width: 20%;

}

.detail {
	width: 60%;


}

@media only screen and (max-width: 1000px) {
	.accordion {
		font-size: 12px;
	}

	.dropdown-description {
		width: 40%;
	}
  }

  @media only screen and (max-width: 850px) {
	.accordion {
		font-size: 11px;
	}
  }

@media only screen and (max-width: 750px) {
	.date {
		width: 10%;
	}
	
	.title {
		width: 50%;
	}
	
	.category {
		width: 30%;
	}
	
	.detail {
		display: none;
	}

	.panel {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin: 10px;
		color: white;
		display: none;
		overflow: hidden;
	}

	.dropdown-description {
		text-align: center;
		order: 2;
		width: 100%;
		padding:20px 0px;
	}
	
	.dropdown-links {
		text-align: left;
		justify-content: center;
		width: 100%;
	}

  }

  @media only screen and (max-width: 470px) {
	.date {
		width: 15%;
		margin: 2.5px !important;
	}
	.accordion {
		padding-left: 2px;
		font-size: 10px;
	}

	.dropdown-description {
		text-align: center;
		width: 100%;
		padding-right:20px;
	}

	.panel {
		justify-content: center;
	}

	.dropdown-links {
		text-align: left;
		justify-content: center;
		width: 100%;
	}

	.nav-link {
		padding: 0px 5px;
		order: 2;
	}

	.nav-link.logo {
		order: 1;
	}

	.ds-logo {
		display: none;
	}
  }

.separator {
	border: 0.2px solid white;

}

.site-footer {
display: none;
background-color:#111;
background-image: url("/images/civic-jams-bg-5.jpg");
width: 100vw;
bottom: 0;
position: fixed;
}

.footer-logo {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* follow modal (background) */
.modal {
	display: none;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgba(8, 8, 8, 0.5);
	z-index:3;
  }
  
  /* follow box */
  .modal-content {
	color: white;
	background-color: rgba(0,0,0,0.8);
	margin: 5% auto; 
	padding: 50px 20px;
	border: 1px solid rgb(255, 255, 255, 0.3);
	text-align: center;
	width: 95%;
  }
  
  /* follow close button */
  .close {
	position: relative;
	color: #aaa;
	float: top;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: rgb(218, 218, 218);
	text-decoration: none;
	cursor: pointer;
  }

  /*BIO*/

  .bio {
	justify-content: center;
	text-align: left;
	color: white;
	padding: 5% 20%;
	z-index: 1000;
  }
 
  .ds-quote {
	font-style: italic;
	margin-left: 50px;
  }

  @media only screen and (max-width: 950px) {
	.bio {	
		font-size: 9px;
		padding: 10%;
	}
	.ds-quote {
		font-style: italic;
		margin-left: 20px;
	  }
  }

  @media only screen and (max-width: 500px) {
	.bio {	
		padding: 15% 10%;
	}
  }
 