@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	vertical-align: baseline;
  box-sizing: border-box;
}
* {
  font-family: "Source Sans Pro";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #3a97bf;
	text-decoration: none;
}

a.visited {
	color: #3a97bf;
}

a:hover {
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.05)
}

/* MAIN */

.container {
  max-width: 800px;
  margin: 0 auto;
}


.panel {
  margin: 0 0 2em 0;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-left-width: 3px;
  background-color: white;
	width: 100%;
}

.panel.schedule {
	padding: 0em;
}

.red {
  border-left-color: #bd3030;
}

.blue {
  border-left-color: #2147a7;
}

.panel h1 {
    margin: 0.25em 0 0.5em 0;
}

.panel h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
	color: #990000;
	font-size: 1.5em;
}

.panel h3 {
	margin-top: 0em;
}

.panel p {
	line-height: 1.3em;
}


.panel td:first-child {
	padding-right: 10px;
}

.panel td {
	padding-bottom: 10px;
}

.panel.information table {
	font-size: 1em;
	line-height: 1.2em;
}

.info {
  display: flex;
  flex-direction: row;
}

.intro {
  display: flex;
  flex-direction: row;
}

.left {
  width: 65%;
  flex-shrink: 0;
  margin-right: 1em;
}

/* NAV */

.header {
  background-image: -webkit-linear-gradient(
    45deg,
    #e06666 0%,
    #990000 90%
  );
  padding: 1em;
  color: white;
  text-align: center;
  margin-bottom: 2em;
}

.header h1 {
  font-size: 4em;
  margin: 0;
  line-height: 1em;
}

.header h2 {
  font-weight: 500;
  margin: 0.75em 0;
  font-size: 1.5em;
}

nav {
  font-weight: 300;
  font-size: 1.25em;
}

nav a {
  color: white;
  text-decoration: none;
  text-transform: lowercase;
  opacity: 0.9;
  margin-right: 0.75em;
  border-radius: 5px;
  padding: 5px;
}


nav a:hover {
  background-color: rgba(1, 1, 1, 0.3);
}

/* schedule */

.panel.schedule table {
	margin: 1em;
}

.panel.schedule table tr {
	border-top: 1px solid #ccc;
	/* border-bottom: 1px solid #ccc;  */
}

.panel.schedule table tr.category {
	border-top-width: 0;
}

/* .panel.schedule table tr.category.category-1 {
	background-color: #ffa89f;
	border-radius: 5px;
}

.panel.schedule table tr.category.category-1 ~ tr td {
	background-color:#f7dfdc;
}

.panel.schedule table tr.category.category-2 {
	background-color: #ffc09f;
	border-radius: 5px;
}

.panel.schedule table tr.category.category-2 ~ tr td {
	background-color: #ffc09f;
}

.panel.schedule table tr.category.category-3 {
	background-color: #badd79;
	border-radius: 5px;
} */



.panel.schedule table tr.category + tr{
	border-top-width: 0;
}

tr.category td {
	text-align: center;
	padding: 1em;
	font-weight: 500;
	font-size: 1.2em;
}

code {
	font-family: monospace;
	font-size: 0.9em;
}
