﻿@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-color: #142e47;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.7;
}
a:link {
	color: #ccffff;
	text-decoration: none;
}
a:visited {
	color: #aaffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background: #4040ff;
	font-style: normal;
	text-decoration: underline overline;
}
h1 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #f4f4f4;
}
.main {
	font-size: 0.8em;
	text-align: center;
}
.nav {
	text-align: center;
	font-size: 1.125em;
	margin: 0px;
	padding: 0px;
}
.music {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.subheader {
	font-family: 'Nunito', sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.event {
	font-weight: bold;
	text-align: center;
}
.song {
	font-style: italic;
	text-align: center;
}
.special {
	color: #fff866;
}
.xWa {
	color: #ee0000;
}
caption {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
hr.mauve {
	border: 0;
	color: #ffff9f;
	background-color: #ffff9f;
	height: 2px;
	width: 90%;
}
hr.red {
	border: 0;
	color: #e4002b;
	background-color: #e4002b;
	height: 2px;
	width: 90%;
}
img.yt {
	height: 18px;
	object-fit: cover;
	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*/
}
table.page-menu {
	border-style: none;
	border-width: 1px;
	margin: 0 auto;
	min-width: 99%;
	padding: 10px;
	text-align: center;
	top: auto;
	width: auto;
	z-index: 0;
}
table.ppvmusic {
	border-collapse: collapse;
	border-style: none;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	min-width: 90%;
	vertical-align: middle;
}
table.t-years {
	min-width: 72%;
	width: auto;
	border-collapse: collapse;
	margin: 1px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}
th, td {
	margin: 1px;
	padding: 3px;
	vertical-align: middle;
}
th {
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}