﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Barlow&family=Bebas+Neue&family=Bree+Serif&family=Caladea&family=Catamaran&family=Crimson+Text&family=Fira+Sans&family=IBM+Plex+Sans&family=Lato&family=Libre+Franklin&family=Lora&family=Mulish&family=Nunito&family=Nunito+Sans&family=Open+Sans&family=Roboto&family=Sanchez&family=Source+Serif+Pro&display=swap');
/* CSS Document */
BODY {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
h1 {
	color: #C8102E;
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	line-height: 1.8;
	margin: 0px;
	text-align: center;
}
h2 {
	color: #E8DDCB;
	font-family: 'Crimson Text', serif;
	font-size: 1.375em;
	line-height: 1.8;
	margin: 0px;
	text-align: center;
}
.nav {
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-size: 1.125em;
	margin: 0px;
	padding: 0px;
}
caption {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
img.yt {
	height: 18px;
	border-style: none;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
img.spotify {
	height: 18px;
	width: 18px;
	border-style: none;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
hr.mauve {
	border: 0;
	height: 1px;
	color: #e0b0ff;
	background-color: #e0b0ff;
	width: 95%;
}
hr.red {
	border: 0;
	height: 1px;
	color: #cdb380;
	background-color: #cdb380;
	width: 88%;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	min-width: 98%;
	padding: 10px;
	text-align: center;
	top: auto;
	width: auto;
	z-index: 0;
}
table.ppvmusic {
	border-collapse: collapse;
	border-color: #20b2aa;
	border-style: solid;
	border-width: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 98%;
}
th, td {
	margin: 2px;
	padding: 3px;
	vertical-align: middle;
}
th {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}