/*
	CSS sheet for the record section
	Changes may be made in .html and not carried over to CSS
	(i'm bad at this)
*/
@font-face {
	font-family: Jost;
	src: url(/misc/fonts/Jost-VariableFont_wght.ttf);
}

@font-face {
	font-family: ComicRelief;
	src: url(/misc/fonts/ComicRelief-Regular.ttf)
}

body {
    background-color: #323232;
}

img.banner {
	display: block;
	margin: auto;
	width: 50%;
}

div {
	text-align: left;
	color: #ffffff;
}

dt {
	font-family: Jost;
	font-weight: bold;
	font-variant: small-caps;
}

dd {
	font-family: ComicRelief;
	padding-bottom: 10px;
}

a {
	color: #add8e6;
}

a.home {
	margin: 10px;
	font-family: Arial;
}

a.artist {
	/*margin: 10px;*/
	font-family: Jost;
}

a.album{
	margin: 0px;
	font-family: ComicRelief;
}

/* this section is for the album pages */
h1 {
	font-family: Jost;
	font-variant: small-caps;
}

h2 {
	font-family: Jost;
}

h3 {
	font-family: Jost;
	padding: 5px;
}

h4 {
	font-family: Arial;
	padding: 5px;
}

b {
	font-family: Arial;
	padding: 5px;
}

p {
	font-family: Arial;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}

hr {
	display: block;
	height: 3px;
	width: 600px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	border-width: 0px;
	text-align: left;
	margin-left: 0;
}

.gallery {
    width: fit-content;
}

.turnpage {
    border-radius: 0;
    height: 36px;
    width: 50%;
    color: white;
    background-color: #333333;
    border: 1px solid #444444;
}
.turnpage:hover {
    background-color:#444444;
}
.gallery > div {
    border: 1px solid #444444;
}

/*
.turnpage {
  border-radius: 0;
  height: 36px;
  width: 300px;
  color: white;
  background-color: #333333;
}

.turnpage:hover {
  background-color: #444444;
  border: 1px solid #444444;
}

.gallery > div {

}
*/
