body {
  color: white;
  background: black url(images/hezbw.jpg) no-repeat fixed center;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body background {
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

ul {
  list-style: none;
}

em {
	color: #f5ff8c;
	font-style: normal;
}


/* Nav Bar */

.navigation, .navigation-mobile {
	background: rgba(0,0,0,0.95);
	border-radius: 30px;
	margin: 20px auto 30px auto;
	max-width: 95%;
	max-width: 1100px;
	user-select: none;
}

.navigation {
	position:fixed;
	top: 0;
	left:50%;
	margin-left: -500px;
	z-index: 500;
}


.navigation-mobile {
	display:none;
	max-width: 95%;
	margin-bottom:0px;
	z-index:255;
	position:relative;
}

.navigation-mobile ul {
  line-height: 2.5em;
  padding: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  letter-spacing: 3px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}

.navigation-mobile li {
  display: inline-block;
  align-content: center;
  outline: 1px solid white;
  padding:10px;
  margin:6px;
  min-width:60%;
}


.navigation-mobile li a {
  color: white;
  text-align: center;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0.5;
  font-size: 13px;
}

.navigation-mobile li a .active {
	  padding: 20px 30px;
	  margin: auto;
	  font-size: 135%;
	}
	
.inactive {
	display:none;
}

.navbutton {
	background: none;
	outline: none;
	border: none;
}
	

.navigation-mobile img {
	max-width: 35%;
	padding: 0;
	margin: 0;
}


.navigation  ul {
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 3em;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding:0 20px;
}

.navigation li {
  display: inline;
  align-content: center;
  margin: auto;
}

.navigation li a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0.5;
  font-size: 13px;
}

.home, .tutoring, .transcription, .composition, .performance, .biowrapper, .contact, .contactcomplete  {
	margin: 120px auto auto auto;
}

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

	.navigation {
		max-width: 60%;
	}
		
}

@media screen and (max-width: 1024px){
	.navigation-mobile {
		display: block;
		margin-top: 0;
	}
		
	.navigation {
		display: none;
	}
	

	
	.home, .tutoring, .biowrapper, .transcription, .composition, .performance, .contact, .contactcomplete {
	margin: 0 auto auto auto;
	}
}

.navigation li a:hover, .navigation-mobile li a:hover {
  opacity: 1;
}

.navigation .active, .navigation-mobile .active {
  color: #f5ff8c;
  opacity: 1;
  pointer-events: none;
  font-size: 125%;
}

.fade, .fade-inv {
	 z-index:100; 
	 object-fit:fill; 
	 height:100px; 
	 width:100%; 
	 position: fixed; 
	 padding:0; 
	 margin:0;
	 left:0;
	opacity:0.8;
	pointer-events:none;
	}
	 
 .fade {
	top:0;
}
		
 .fade-inv {
	transform: scale(1, -1);
	bottom:0;
 }

/* Titles */

h1 {
  text-align: center;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
  opacity: 1;
  padding: 0.2em 0em 0em 0em;
  text-shadow: 2px 5px black;
  margin: 0.2em 0em 0em 0em;
}

h2 {
  font-size: 2em;
  color: white;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 1;
  text-shadow: 1px 4px black;
  Margin: 10px 0;
}


h3 {
  text-align: center;
  font-size: 1em;
  letter-spacing: 3px;
  line-height: 1.2em;
  font-weight: 600;
  opacity: 1;
  padding: 0em 0em 1em 1em;
}

p {
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 0.9375em;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  font-weight: 400;
  opacity: 0.95;
  padding: 0em 1em 0.5em 1em;
  min-width: 12.5em;
}

.p-link {
  color: #f5ff8c;
  text-decoration: underline;
}

a {
  color: #f5ff8c;
}

@media screen and (max-width: 480px){
	h1 {
	  font-size: 2em;
	}

	h2 {
	  font-size: 1.6em;
	}

}

/* Home */

.br-mob {
	display:none;
}


.tagline {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 3px;
  line-height: 1.2em;
  font-weight: 600;
  opacity: 1;
  text-shadow: 0 0 black;
}

.home table {
	font-size: 1em; 
	width: 100%; 
	font-weight: 450;
	margin: 0 0 20px 0;
}

.home tr {
	line-height: 150%;
}

.home table td:nth-child(1){
	text-align:right; 
	padding-right:5px;
	width:50%;
	background:none;
}

.home table td:nth-child(2){
	color: #f5ff8c;
	text-align: left;
	width:50%;
	background:none;
}
	
@media screen and (max-width: 640px){
	.home tr {
		line-height: 125%;
	}
	
	.home h1 {
		font-size:3.5em;
		margin:0;
	}
	
	.home h2 {
  font-size: 80%%;
  letter-spacing: 0.5px;
  max-width: 90%;
	}

	.home table td {
		font-size:90%;
	}
	
		.br-mob {
		display:inline;
	}
}

@media screen and (max-width: 480px){
	
	.home tr {
		line-height: 100%;
	}
	
	.home h1 {
		font-size:2em;
	}
	
	.home h2 {
		font-size: 70%;
		max-width: 90%;
		margin:0 auto;
	}

	.home table td {
		font-size:70%;
		letter-spacing:normal;
	}
	
	.homebackdrop {
		min-width: 95%; 
	}
	

}






.newscol {
  display: block;
  background: rgba(0,0,0,0.9);
  border-radius: 25px;
  margin: 2em auto;
  padding: 10px;
  max-width: 95%;
}

@media screen and (max-width: 480px){
	.newscol {
	  max-width: 100%;
	  padding: 0;
	  font-size: 0.8em;
	}
}


.newscol iframe {
  max-width: 100%;
}

.newscol img {
  max-width: 95%;
  object-fit: contain;
  }

.newscol table {
	max-width: 100%;
	overflow: hidden;
}

.feedburnerFeedBlock {
  margin: 20px auto;
  max-width: 100%;
}

.feedburnerFeedBlock div {
	padding: 15px;
}

@media screen and (max-width: 480px){
	.feedburnerFeedBlock div {
	padding: 0;
}

}

.feedburnerFeedBlock li {
  margin: 20px auto;
}

.headline {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px;
}

@media screen and (max-width: 480px){
.headline {
  font-size: 1em;
  padding: 5px;
}

}

.headline a {
  color: white;
  pointer-events: none;
  text-decoration: none;
}

.date {
  font-style: italic;
  text-decoration: none;
  font-size: 0.75em;
  padding: 10px;
  margin: 0;
}

.feedburnerFeedBlock ul {
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 0.9375em;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  font-weight: 400;
  opacity: 0.95;
  min-width: 12.5em;
  list-style-type: none;
  width: 95%;
  padding: 0 0 0 20px;

}

.feedburnerFeedBlock li {
  border-bottom: 1px solid white;
  padding: 20px 20px 40px 0;
  margin: 20px 0 0 0;
}

.newscol table {
	max-width: 100%;
	margin: 30px;
	overflow: hidden;
}

.newscol td {
	width: 25%;
	background: none;
	border: none;
}

.newsheadline {
  text-decoration: underline;
  padding: 1em 1em 0em 1em;
}



/* Homepage Background Carousel */

.cb-slideshow { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100; 
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
	animation: zoom-in 12s linear infinite;
}

@keyframes zoom-in {
	0%{transform:scale(1, 1)}
	3% {transform:scale(1, 1)}
	50% {transform:scale(1.02, 1.02)}
	100% {transform:scale(1, 1)}
}



.cb-slideshow li div h3 {
  max-width: 30em;
  z-index: 1000;	
  clear: both;
  font-family: Montserrat, sans-serif;
  text-align: right;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  position: fixed;
  bottom: 1%;
  right: 1%;
  background-color: black;
  display: block;
}

.cb-slideshow li span { 
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: transparent;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}

@media screen and (max-width: 1024px){
.cb-slideshow li span { 
    background-size: 150%;
}
}

.cb-slideshow li:nth-child(1) span {
	width: 110%;
	height: 110%;
}

.cb-slideshow li div { 
    z-index: -1000;
    position: absolute;
/* TITLES DISABLED */
    display: none;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff; 
    animation: titleAnimation 30s linear infinite 0s;
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    3% { opacity: 1; animation-timing-function: ease-out; }
    28% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    3% { opacity: 1; animation-timing-function: ease-out; }
    28% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/homeslideshow/1back.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(images/homeslideshow/2back.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(images/homeslideshow/3back.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(images/homeslideshow/4back.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(images/homeslideshow/5back.jpg);
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}

/* Composition */

.composition {
	width: 100%;
	padding: 0;
    max-width: 1000px;
}


.compvid img {
	max-height: 320px;
	max-width: 95%;
	display:block;
	filter:saturate(25%);
	margin:auto auto 3em auto;
}

@media screen and (max-width: 1024px){
.compvid img {
	filter:saturate(100%);
}

}

.compvid img:hover {
	filter:saturate(100%);
}

.compvid p {
	margin: auto auto 3em auto;
}
.portfolio {
  display: inline-block;
  text-align: left;
  padding: 0% 10%;
}

iframe {
  padding: 20px;
  margin: 0 auto;
  display:block;
  max-width: 90%;
}



/* Transcription */

.transcription {
  text-align: center;
  max-width: 900px;
  min-width: 300px;
}

.transcriptioncontainer p {
  max-width: 500px;
  margin: 5px auto;
  text-align:center;
}

@media screen and (max-width: 480px){
	.transcriptioncontainer p {
	font-size:75%;
	}
}

.transcription h3 {
  margin: auto;
}

.transcription a {
  color: #808080;
  text-decoration: none;
  margin: auto;
}

.transcription a:hover {
  text-decoration: underline;
}




.transcriptioncontainer {
	background: rgba(0,0,0,0.5);
	border-radius: 100px;
	padding: 60px 60px 20px 60px;
	margin: 30px 0;
	border: 1px solid white;
}




.transcription img {
  display: block;
  max-width: 100%;
  max-height: 15em;
  width: auto;
  height: auto;
  border-radius: 25px;
  margin: 20px auto 20px auto;
  	opacity: 0.95;
}

.transcription img:hover {
	opacity: 1;
}



/* Tutoring */

.tutoring {
  text-align: center;
  max-width: 900px;
  min-width: 300px;
}

.tutoring img {
	max-height: 20em;
	max-width: 95%;
	margin:auto;
	display:block;
	border-radius:100px;
	padding-bottom: 30px;
}

.tutorcontainer {
  width: 100%;
}

.tutorcolumn {
  display: inline-block;
  margin: auto;
  max-width: 30%;
  min-width: 300px;
  float: left;
  padding: 10px;
}

.tutorcolumn p {
  max-width: 100%;
  padding: 0 15px;
}

.tutorcolumn h3 {
  padding: 0;
}

.tutorcolumn img {
  border-radius: 25px;
  margin: 0% 0% 0% 22%;
}

.reviews {
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	padding: 45px;
}


.reviews h2 {
	padding: 0;
}

.reviews a {
	color:white;
	text-decoration:none;
}

.reviewbox {
	background: rgba(0,0,0,1);
	border-radius: 15px;
	padding: 20px;
	margin: 30px 0;
	border: 1px solid white;
	opacity: 0.8;
}

.reviewbox:hover {
	opacity: 1;
}

@media screen and (max-width: 480px){
		.reviews {
		padding: 45px 0 45px 10px;
	}

	.reviewbox {
		padding: 20px 10px;
		opacity: 1;
	}

}

.type {
	font-weight: 600;
	padding: 10px 0 20px 0;
	font-size: 1.1em;
	text-decoration: underline;
}

.quote {
	font-style: italic;
	padding: 10px;
	margin: 5px;
}

.author {
		font-weight: 600;
		font-size: 1em;
		padding: 0;
		margin: 0;
		color: #f5ff8c;
}

/* Gigs */

.gigstable {
  width: 100%;
  overflow-x: auto;
}

.event-table {
  margin: 10px auto 30px auto;
  width: 90%;
  min-width: 360px;
}

.event-table td img {
	max-height: 200px;
	max-width:20em;
}

.event-table tr {
  background: rgba(255,255,255,0.5);
  width: 100%;
}

.event-table tr:hover {
  filter:brightness(125%);
}

.event-table tr:nth-child(even) {
		background: rgba(255,255,255,0.25);
}


.event-table table, th, td {
	border-collapse: collapse;
	text-align: center;
	color: white;
	background-color: rgba(0,0,0,0.75);
}

.event-table table {
	padding: 30px auto;
    margin: 10px 0;	
}

.event-table th {
	font-weight: bold;
	padding: 10px;
}

.event-table td {
	font-size: 14px;
	padding: 10px;
	border: none;
}

.event-table td a {
	filter:saturate(85%);
}

.event-table td a:hover {
	filter:saturate(100%);
}

#gigs2030
#gigs2029,
#gigs2028,
#gigs2027,
#gigs2026,
#gigs2025,
#gigs2024,
#gigs2023,
#gigs2022,
#gigs2021,
#gigs2020,
#gigs2019,
#gigs2018,
#gigs2017,
#pastgigs2030,
#pastgigs2029,
#pastgigs2028,
#pastgigs2027,
#pastgigs2026,
#pastgigs2025,
#pastgigs2024,
#pastgigs2023,
#pastgigs2022,
#pastgigs2021,
#pastgigs2020,
#pastgigs2019,
#pastgigs2018,
#pastgigs2017,
#pastgigs2016,
#pastgigs2015,
#pastgigs2014,
#pastgigs2013,
#pastgigs2012 {
	background: rgba(255,255,255,0.1);
}

.gigsyear:hover {
  text-decoration: underline;
  cursor: pointer;
}

.gigs-videos {
	padding: 0 30px;
}

.gigs-videos a img {
	display:inline-block;
	max-width: 29%;
	max-height:320px;
	margin: 10px auto;
	filter:saturate(25%);
	padding:0 2%;
}

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

	.gigs-videos a img {
		filter:saturate(100%);
		display:block;
		max-width: 95%;
	}
}



.gigs-videos a img:hover {
	filter:saturate(100%);
}

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

	.event-table td {
		font-size: 12px;
		padding: 6px;
		border: none;
	}

	.event-table {
	  margin: 10px auto 30px auto;
	  width: 95%;
	}


	.event-table td img {
		max-height: 100px;
		max-width:120px;
	}


}

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

	.event-table td {
		font-size: 10px;
		padding: 5px;
		border: none;
	}

	.event-table {
	  margin: 10px auto 30px auto;
	  width: 100%;
	}


	.event-table td img {
		max-height: 75px;
		max-width:90px;
	}

}

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

  .event-table td {
	font-size: 7px;
	padding: 3px;
	border: none;
  }

  .event-table {
    margin: 6px auto 20px auto;
    width: 100%;
  }

  .event-table td img {
  	 max-height: 50px;
	 max-width:50px;
  }

}
/* About */

@media screen and (max-width: 480px){
	
	.biowrapper {
		max-width: 480px;
	}
	
	.biocolumn img  {
		max-width: 100%;
	}
	
		.biocolumn {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
		.biotext {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

}

.biotitle {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  line-height: 2em;
  text-align: center;
  margin: 20px auto;
  padding: 0;
  font-size: 1.2em;
  max-height: 2em;
  max-width: 95%;
  max-width: 600px;
}

.bioartists {
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  line-height: 2em;
  margin: auto;
  padding: 15px;
  text-align: center;
  max-width: 95%;
  max-width: 800px;
}

.biowrapper {
	max-width: 100%;
}

.bioartists div {
	max-width: 95%;
	margin: auto;
}

.biocontainer {
  width: 100%;
  min-width: 320px
}

.biocolumn {
  float: left;
  width: 44.5%;
  padding: 0% 0% 0% 2.5%;
  display: inline-block;
  max-width: 50%;
  min-width: 320px;
}

.biotext {
  display: inline-block;
  max-width: 600px;
  min-width: 300px;
  min-height: 321px;
  margin: 0% 0% 8% 0%;
}

.biocolumn img {
  display: block;
  float: right;
  max-width: 100%;
  width: 600px;
  min-width: 150px;
  border-radius: 25px;
  margin: 5%;
}

.bandsbutton {
  background:none!important;
  border:none; 
  padding: 20px;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  font-weight: bold;
  opacity: 0.95;
  max-width: 320px;
}

.bandsbutton img {
	max-width: 150px;
	opacity: 1;
	margin: 5px 50px;
}

.bio p {
	border: 1px solid white; 
	border-radius: 15px; 
	padding: 10px
}

/* Contact */

.contact {
  max-width: 1024px;
}

.contact input[type=text] {
  width: 250px;
  padding: 12px 20px;
  margin: 5px;
  background:black;
  border-radius:8px;
}


.contact input[type=submit] {
  width: 150px;
  color:white;
  font-family:montserrat;
  background:none;
  padding: 20px;
  margin: 50px 5px 20px 5px;
  border-radius:8px;
}

.contact input[type=submit]:hover {
  color:#f5ff8c;
  cursor: pointer;
}

.contact select {
  padding: 8px;
  border-radius: 8px;
  width: 300px;
  height: 3em;
  font-family:montserrat;
  background:black;
  color:#f5ff8c;
  margin-left: 5px;
  font-weight:600;
}

.contact textarea {
  padding: 12px 20px;
  margin: 5px;
  max-width: 500px;
  min-width: 250px;
  color:#f5ff8c;
  font-family:montserrat;
  background:black;
    border-radius:8px;
}

.formcolumn {
  float: left;
  margin: 15px 30px;
}

.contact input[type="text"], .contact textarea {
	background: black;
	color:#f5ff8c;
}

.contact img {
	max-height: 500px;
	max-width: 95%;
	margin:auto;
	display:block;
	border-radius:100%;
	padding:40px;
}



/* Social Media Footer */

hr {
  display: none;
}

.footer {
  margin: auto;
  width: 100%;
  height: 100px;
  text-align: center;
  display: inline-block;
  z-index: 999;
  position:relative;
}

.footer img {
	max-width: 25px;
	max-height: 25px;
	color: white;
	padding: 60px 25px;
	opacity: 0.25;
}

.footer img:hover {
	opacity: 0.75;
}

/* Misc */

.error {
  color: red;
  font-stlye: italic;
  display: inline;
}

.endbreak {
	width:100%; 
	padding: 20px 0;
}