body {
	margin: 0 15px;
	padding: 0;
	background: #fff;
	font-family: Times New Romance;
	font-size: 1.1em;
	cursor: default;
	-webkit-font-smoothing: none; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox on Mac */
	font-smooth: never;
}

a {
	color: black;
	cursor: pointer;
	text-decoration: none;
}

img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


header {
	position: sticky;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 20px -1px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
}

.title {
	display: flex;
	flex-direction: column;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica, 'Inter', Arial, sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	letter-spacing: -.12em;
	margin: 0;
	padding: 0;
}

.barcode img {
	display: block;
  max-height: 50px;

}

#star {
	font-family: monospace;
	font-style: normal;
	font-size: 1.6em;
	line-height: 0;
	display: inline-block;
	transition: transform 0.3s ease;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;  

}

#star:hover {
	transform: rotate(-22deg);
}

nav {
	padding: 0;
	margin: 0;
}

nav ul {
	font-family: monospace;
	font-size: .9rem;
	font-weight: 500;
	display: flex;
	list-style: none;
	padding: 0;
	padding-left: 2px;
	margin: 0;
	line-height: 1;

}

nav ul li a {
	text-decoration: none;
	padding: 0 3px;
}

nav ul li a:hover {
	color: white;
	background: black;
}

nav ul li a.current {
	color: white;
	background: black;
}

nav ul li a.current:hover,
nav ul li a.current:active {
	animation: flash 0.2s;	
}

@keyframes flash {
  0%   { background-color: black; }
  25%  { background-color: white; }
  50% { background-color: black; }
  75%  { background-color: white; }
  100% { background-color: black; }
}

nav ul li:last-of-type {
	padding-left:2px;
	text-decoration: line-through;
}

figure {
	margin: 0;
	box-sizing: border-box;
}

figcaption {
	text-align: justify;
	padding: 5px 2px 5px 0;
}

.fm-icon {
	width: 50px;
	padding-left: 50px;
	padding-top: 12px;
}

.sections {
	max-width: 600px;
	margin: 5px 0;
	padding: 5px 0;
}

footer {
	position: fixed;
	  bottom: 0;
	  left:600px;
}

#about-section {
	text-align: justify;
}

#about-section ul {
	padding: 10% 20%;
	margin: 0;
}

#about-section ul li {
	list-style-type: none;
	font-size: .7rem;
	font-family: monospace;
	text-decoration: line-through;
	text-decoration-thickness:9px;
	text-decoration-color: rgba(250,250,250,.985);
}

.show {
	text-decoration: none !important;
}

#contact-section {
	padding: 0 9px;
}

h2 {
	font-family: Times New Romance;
	font-weight: 500;
	font-size: 1.3rem;
	text-decoration: underline;
	text-align: justify;
	margin: 5px 0;
	padding: 0 3px;
	line-height: .95em;
}

section p {
	margin: 0;
	letter-spacing: -.02em;
	line-height: 1em;
	padding: 0 0 20px;
}

article {
	padding: 10px 0;
	text-align: center;
}


section p a:hover::before {
  content: "➹";
}

.get {
	padding: 0 3px;
	color:white;
	background:black;
}

.get:hover {
	background:#ddd;
	animation: flash 0.2s;

}

.tracklist {
	list-style: none;
	padding: 0;
	width: 200px;
	margin: auto;
}

.tracklist li {
	display: grid;
	grid-template-columns: auto 20%;
}

.tracklist li:first-of-type {
	text-decoration: underline;
	grid-template-columns: auto 100%;
	text-transform: uppercase;

}

.tracklist .time {
	text-align: left;
}


.post-separator {
	font-family: monospace;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: -10px 0 80px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;  
}

.back-to-top {
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
}
