html, body {
	margin: 0;
	font-family: Arial, sans-serif;
	padding-bottom: 6px;
}

footer {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	padding: 6px;
}

.layout {
	max-width: 1000px;
	margin: 10px auto 10px;
	background: white;
	border-radius: 4px;
	box-shadow: 0px 6px 12px 0px #444;
	padding-top: 8px;
	min-width: 800px;
}

.gradient {
	background-image: linear-gradient(to bottom, #DBD8D3, #6B6664);
	background-attachment: fixed
}

header.two-column {
	display: grid;
	grid-template-columns: 310px auto;
	text-align: center;
}

.columns {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
}

.align-center {
	display: flex;
	align-items: center;
}

h2 {
	text-align: center;
	margin-top: 0;
	font-variant: small-caps;
	font-size: 22pt;
	font-weight: normal;
	font-stretch: expanded;
}

ul.menu {
	list-style: none;
	display: flex;
	padding: 0;
	width: 100%;
	justify-content: space-evenly;
}

ul.menu li {
	margin: 0;
	padding: 4px;
}

ul.menu a {
	color: black;
	font-size: 16pt;
	text-decoration: none;
	text-transform: uppercase;
	font-stretch: condensed;
}

.fit-width {
	width: 100%;
}

.schedule {
	width: 90%;
	margin: 0 auto;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

.schedule td:nth-child(1) {
	background: #E9E9E9;
	color: #222;
}

.schedule thead th, .tablered {
	background: #CC0000;
	color: #EEE;
}

.schedule td, .schedule th {
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
}

.tableorange {
	background: #CC6633;
	color: #222;
}

.tableyellow {
	background: #CCCC33;
	color: #222;
}

.tablegreen {
	background: #009900;
	color: #EEE;
}

.columns.padded-divs > div {
	padding: 5px 20px;
}

h3 {
	margin: 3px;
}

h4 {
	margin: 0px;
	color: #CC0000;
	font-size: 15pt;
	text-align: center;
}

.resources {
	list-style: none;
}
.resources li {
	margin-bottom: 1em;
}

.banner {
	text-decoration: none;
}
.banner h3 {
	width: 60%;
	margin: 1em auto;
	background: #BC262C;
	color: #EEE;
	padding: 1em;
	border-radius: 8px;
	text-align: center;
}
