body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	margin: 0;
	padding: 40px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system-ui-serif, -ui-serif, -apple-system, sans-serif;
}

a {
	color: #fc3c44;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fc3c44;
	border-bottom: 1px solid #fc3c44;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
}

h1 a {
	color: black;
}

h1 a:hover,
h1 a:focus {
	color: black;
	border-bottom: 0;
}

h2 {
	font-size: 2em;
	font-weight: 500;	
}

#wrapper {
	padding: 0 80px;
	margin: 0 auto;	
	width: 940px;
}

header {
	text-align: center;
	margin-bottom: 40px;
}

header p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

nav ul {
	margin: 0 auto;
	padding: 0 25px;
	line-height: 1.5em;
	height: 50px;
	z-index: 20;
	position: relative;
	white-space: nowrap;
}

nav ul li {
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	list-style: none;
	background: #fff;
	line-height: 50px;
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: bold;
}

nav ul li a {
	border-bottom: none;
	text-transform: uppercase;
}

nav ul li a.selected {
	color: black;
}

nav ul li a.selected:hover,
nav ul li a.selected:focus {
	color: black;
	border-bottom: 0;
}


#variant-selector {
	border-bottom: 2px solid #c2cad7;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
   	align-items:center;
}

#variant-selector h2 {
	margin: 0;
	padding: 0;
}

#variant-selector .spacer {
	flex-grow: 1;
}

#variant-selector ul {
	margin: 0;
	padding: 0;
}

#variant-selector ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: bold;
}

#variant-selector ul li a {
	border-bottom: none;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fc3c44;
	opacity: 0.5;
}

#variant-selector ul li a.selected {
	color: white;
	background: #fc3c44;
	border-radius: 8px;
	opacity: 1;
}

#variant-selector ul li a:hover,
#variant-selector ul li a:focus {
	opacity: 1;
}

.album {
	padding: 10px 20px;
	background: rgba(194, 202, 215, 0.1);
	margin: 0 0 1em 0;
	border-radius: 8px;
	border: 1px solid #c2cad7;
}

.album .metadata {
	display: flex;
   	align-items:center;
   	margin: 0 0 10px 0;
}

.album img {
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	width: 100px;
	height: 100px;
}

.album .metadata .text {
	margin-left: 20px;
}

.album .metadata .albumTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}

.album .metadata a {
	color: black;
}

.album .metadata a:focus,
.album .metadata a:hover {
	border-bottom: 0;
}

.album .metadata .artistTitle {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table {
	margin: 0 0 0 120px;
}

table td {
	padding: 3px 20px 3px 0;
	vertical-align: top;
}

table .trackNumber {
	color: #c2cad7;
	font-weight: bold;
	padding-right: 10px;
	min-width: 15px;
}

table .trackTitle.short {
	width: 350px;
}

.albumAdditions {
	margin-top: 10px;
}

.albumAdditions p {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #c2cad7;
	font-size: 0.8em;
	font-weight: bold;
}

footer {
	text-align: center;
	font-size: 0.8em;
	color: #c2cad7;
	margin: 40px 20px;
}

footer a {
	color: #c2cad7;
	font-weight: bold;
}

#hero {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 60px;
}

.hero {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 60px 0;
}

#rss-feeds {
	margin: 40px 0;
	padding: 0;
	list-style: none;
}

#rss-feeds li {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	height: 30px;
	position: relative;
}

#rss-feeds li a:hover,
#rss-feeds li a:focus {
	border-bottom: 0;
}

#rss-feeds li img {
	width: 20px;
	height: 20px;
	margin-right: 2px;
	position: relative;
	top: 5px;
}

#email {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
}