/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500;1,700&display=swap');
a:link{
	color: red;
}
a:hover{
	color: darkred;
}
a:visited{
	color: red;
}
.members {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
nav{
	text-align: center;
	color: white;
	font-family: "Cormorant Garamond", serif;
	font-style: normal;
	font-size: 20px;
	
}
body {
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-flow: column;
}
header {
	font-family: "Cormorant Garamond", serif;
	font-size: 48px;
	text-align: center;
	background-image: url("images/titlebg.gif");
	background-position: center;
	padding-top: 132px;
	padding-bottom: 132px;
	color: black;
	font-weight: bold;
	font-style: italic;
		
}
.maintext{
	
}
article{
	font-family: "Cormorant Garamond", serif;
	color: white;
	max-width: 750px;
	margin: auto;
}
html{
	background-color: black;
}
.albumcover{
	border-color: #FFFFFF;
	border-style: solid;
}
.imgleft{
	float: left;
	padding-right: 10px;
}
.imgright{
	float: right;
	padding-left: 10px;
}
h1{
	font-size: 32px;
	text-align: center;
}
