@font-face {
	font-family: 'Louis George Cafe';
	src: url('fonts/lgc.ttf');
}

@font-face {
	font-family: 'CaviarDreams';
	src: url('fonts/CaviarDreams.ttf');
}
@media screen and (max-width: 500px) {
	/*
	nav ul li ul {
		flex-direction: column !important;	
	}
	*/
	#mobile {
		display: block !important;
		position: fixed;
		background: yellow;
		color: black;
	}
	#container>div {
		width: 100% !important;	
	}

	header {
		margin-bottom: 0 !important;
	}

	nav {
		flex-direction : column !important;
	}
	nav>ul>li:nth-child(2n+1){
		display: none !important;
	}
	nav ul {
		height: auto !important;	
		align-items: stretch !important;
		flex-direction: column !important;
	}
	/*
	nav ul li {
		height: auto !important;
	}
	nav ul li ul li {
		display: block !important;
		flex-basis: 30px !important;
	}
	*/
	#logo-bigs {
		order: -1;
	}

	.only-mobile {
		display: block !important;	
	}

	.dropdown {
		position: fixed;
		top: 20px;
		left: 20px;
	}

	#menu-toggle {
		display: none;
	}

	.dropbtn {
		background-color: yellow;
		margin: auto;
		color: black;
		padding: 16px;
		font-size: 16px;
		border: none;
		cursor: pointer;
		display: inline-block;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 200px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	.dropdown-content a.active {
		background-color: #555555;
	}
	.dropdown-content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.dropdown-content a:hover {
		background-color: yellow;
		color: black;
	}

	#menu-toggle:checked + .dropbtn + .dropdown-content {
		display: inline-block;
	}

}

#mobile {
	display: none;
}
.only-mobile {
	display: none;
}

html {
	font-family: "Louis George Cafe","Helevetica Neue", Helvetica;
	background-color: black;
	color: white !important;
}

h1, h2, h3, h4, h5, h6, header {
	font-family: 'CaviarDreams';
}

nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style-type: none;
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
	padding-left: 0px;
	align-items: center;
	height: 100px;
	/*margin: 0;*/
}
header {
margin-bottom: 50px;
}

nav ul li {
	height: 50px;
	flex-grow: 1;
	flex-basis: 100px;
}
nav ul li a {
	color: white;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 1em;
	text-decoration: none;
}
nav ul li a.active {
	background-color: #555555;
}


#logo-bigs {
	height: 100%;
	text-align: center;
	flex-grow: 0;
}
nav ul li a:hover {
	background-color: yellow;
	color: black;
}

.line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.line div img {
	 height: 100%;
}

.img-line {
	display: flex;
	margin: auto;
	max-width: 100%;
}
.line > .img-line  img {
	/*height: 80%;*/
	width : 100%;
	object-fit:contain;
}
.img-wrapper {
margin: auto;
}

h1 {
	font-size: 2.5em;
}

.main {
	display: flex;
	flex-direction: column;
}
.rs {
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: space-around;
flex-wrap: wrap;
}
.rs > a {
	flex-basis 100px;
	width : 150px;
	align-content: center;
}
.rs > a > img {
	width: 100%;
}
.reverse {
	flex-direction: row-reverse
}
.text-content {
	align-content: center;
}
.text-content-parent {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-grow: 1;
}


blockquote {
margin: 5px;
font-size: 1em;
}
blockquote p {
	font-size: 0.9em;
	font-style: italic;
	margin : 10px;
	padding: 10px;
	border-left: 2px dotted white;
}

.dates {
	list-style: square;
	margin: 0;
	padding: 0;
	width: 100%
}
.dates li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	vertical-align: center;
	padding: 10px;
	border-bottom: 1px dashed white;
}
.dates a {
	color: white;
	display: block;
	border: 1px dashed white;
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	line-height: 50px;
}
.dates li:last-child{
	border: none;
}
.dates a:hover {
	background-color: yellow;
	color:black;
}
ul {
	list-style: square;
}
strong {
	background-color: yellow;
	display: inline-block;
	color: black;
	font-weight: normal !important;
	font-size: 1.15em;
}
#container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#container>div {
	max-width: 1200px;
	margin: 0 10px 0 10px;
	flex-grow: 1;
}

.live {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
flex-wrap: wrap;
gap: 5px;
}

.live>div {
	flex-basis: 560px;

}
.live>div>p {
height: 60px;
}

#mail {
	display:inline-block;
	padding: 10px;
	border: 1px dashed yellow;
	color: white;
	font-size: 1.5em;
	text-decoration: none;
}

#repertoire {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
#repertoire li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px 0;
}
#repertoire ul {
flex-basis: 400px;
padding: 0;
margin:0;
}
#repertoire span {
	font-style: italic;
}
#repertoire li:nth-child(2n) {
	border-bottom: 1px dashed yellow;
}
#repertoire li:nth-child(2n+1) {
	border-bottom: 1px dashed white;
}
#repertoire li:last-child {
	margin-bottom: 0;
}

.iframe-wrapper {
	max-width: 560px;
}
.live-iframe {
	width: 100% !important;
	aspect-ratio: 16 / 9;
}
