/*------------------------------------------------------------
Main elements, menu and header
------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 86%;/* font sizing in ems. if you want to change anything, just change this.*/
	background-color:white;
}
#body-bg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 86%;/* font sizing in ems. if you want to change anything, just change this.*/
	background:white url("../2022/img/bg/01-0G9A1826-x.jpg");
	background-position: center top 105px;
	background-repeat: no-repeat;
	background-size: cover;
  box-sizing: border-box;
}
a {
	text-decoration:none;
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#800016;
		text-shadow:0.5px 0.5px 2px #800016; 
}

.wrap {
	width:1000px;
	max-width:85%;
	margin:0px auto;
	border:0;
	padding:0;
	padding-right:20px;
  z-index: 10;
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 861px) {
	.menu {
		width:100%;
		padding:10px 0px;
/*		box-shadow:0px 1px 1px rgba(0,0,0,0.15); */
/*		border-radius:3px; */
		background:white;
	}
}

@media print {
	.wrap {
		display: none;
	}
}

.menu ul {
	display:inline-block;
	padding:0;
	margin:0;
}

.menu li {
	margin:0px 50px 0px 0px;
	padding:0;
	float:left;
	list-style:none;
/*	font-size:17px; */
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
/*	text-shadow:0px 1px 0px rgba(0,0,0,0.5); */
/*	color:#777; */
/*	transition:color linear 0.15s; */
}

.menu .current-item a {
/*	text-decoration:none; */
/*	color:#66a992; */
		text-shadow:0.5px 0.5px 2px black; 
}

.menu a:hover {
/*	text-decoration:none; */
/*	color:#66a992; */
		text-shadow:0.5px 0.5px 2px #800016; 
}

/*----- Responsive -----*/
/*
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}
*/
@media screen and (max-width: 860px) {
body {
	font-size: 96%;/* font sizing in ems. if you want to change anything, just change this.*/
}
#body-bg {
	background:white url("../2022/img/bg/01-0G9A1826-x.jpg");
	background-position: center top 85px;
	background-repeat: no-repeat;
	background-size: cover;
}
	nav {
		width:max-content;
	}
	.menu {
		position:relative;
		display:inline-block;
  z-index: 10;
		padding:10px 0px;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
  width: max-content;
		position:absolute;
		top:110%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px black; 
		border-radius:3px;
		background:white;
	}
/*
	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	}
*/
	.menu li {
		margin:5px 0px 5px 0px;
  width: max-content;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
  width: max-content;
	}

	.toggle-nav {
		padding:0;
		float:left;
		display:inline-block;
/*		box-shadow:0px 1px 1px rgba(0,0,0,0.15); */
		border-radius:3px;
		background:white;
/*		text-shadow:0px 1px 0px rgba(0,0,0,0.5); */
		color:black;
/*		font-size:20px; */
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#800016;
	}

}

.artistname {
  z-index: 10;
  color: #222222;
  font-size: 150%;
  font-weight: 600;
  letter-spacing: 0.01em;
	padding:0;
  padding-top: 2ex;
  padding-bottom: 1ex;
	width:max-content;
}
.artistname-text {
	background-color:white;
}
.artistmore {
  z-index: 10;
  color: #222222;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.01em;
	padding:0;
  padding-top: 2ex;
  padding-bottom: 1ex;
	width:max-content;
}
.artistmore-text {
	background-color:white;
}
.break {
	clear:both;
	height:1px;
}
