
img { box-shadow: 1px 1px 3px 2px darkgray }

img.logo_fc { 
    float: left;
    margin: 0.5em;
    border: none;
    box-shadow: 0 0 0 0;
}
body {
		--pagefind-ui-primary: #eeeeee;
		--pagefind-ui-text: #eeeeee;
		--pagefind-ui-background: #152028;
		--pagefind-ui-border: #152028;
		--pagefind-ui-tag: #152028;
}

.tight {
	line-height: 90%;
}

.portrait {
	border-radius: 1em;
	box-shadow: 0.25em 0.25em 2em 0.1em #000000;
	margin-right: 3ex;
	margin-left: 1ex;
}

.album-thumb {
	border-radius: 1em;
	box-shadow: 0.25em 0.25em 2em 0.1em #000000;
	margin-right: 3ex;
	margin-left: 1ex;
	width: 150px;
}

.artist-container {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 1ex;
	gap: 5ex;
	margin: 1ex;
}

.artist-card {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	/* background: white; */
    background-image: linear-gradient(to bottom, #111144, white);
	color: black;
	border-radius: 2em;
	/*box-shadow: 0.25em 0.25em 5px 2px #aaaaaa;*/
	margin: 0 auto;
	width: 15.5em;
}


.artist-card 	a {
	color: black;
	text-decoration: none;
}

.artist-card a:hover {
	color: blue;
	transform: scale(1.05);
}

.artist-card p {
	margin: 1em;
	font-style: italic;
}

.artist-card h2 {
	border-bottom: 1px solid #000033;
	width: 100%;
	display: block;
	margin: 1em;
}

.artist-thumb {
    border-style: solid;
	border-radius: 0em;
	border-width: 2px;
	border-color: black;
	box-shadow: 0.25em 0.25em 2em 0.1em black;
	margin: 0 auto;
	margin-top: 2ex;
	/*padding: 1ex;*/
	width: 200px;
}

.desc {
	margin: 5ex;
	padding: 0;
	line-height: 93%;
}

.disco-embed {
	margin: 1ex;
}

.lined {
	margin-left: 2em;
	border-bottom: 1px solid gray;
	width: 100%;
	display: block;
}
