html
{
	font-size: calc(10pt + 1vh);
	color: black;
	font-family: -apple-system, Helvetica, sans-serif;
}

body
{
	font-family: -apple-system, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	/* color: #333333; */
	/* background-color: #F8F8F8; */
	color: #D6D6D6;
	background-color: #1E1E1E;
}

h1
{
	font-family: -apple-system, Helvetica, sans-serif;
	font-size: 2.0rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #FF8C00;
}

h2
{
	font-family: -apple-system, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #FF8C00;
}

h3
{
	font-size: 1.0rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #FF8C00;
}

@media screen and (orientation:portrait)
{
	html { font-size: calc(10pt + 1vh); }
}

@media screen and (orientation:landscape)
{
	html { font-size: calc(10pt + 1vw); }
}

#main a
{
	color: "#0096FF";
	text-decoration: none;
	font-weight: bold;
}

#main a.blue-link
{
	color: #0096FF;
	text-decoration: none;
}

li { margin-bottom: 0.5rem; }

img
{
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#main a
{
	color: "#0096FF";
	text-decoration: none;
	font-weight: bold;
}

/* NAVIGATION BAR */
nav
{
	position: sticky;
	margin-left: -5%;
	top: 0;
	background-color: #777777;
	text-align: left;
	padding-left: 12px;
	padding-top: 16px;
	font-family: 'Helvetica', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	width: 110%;
	box-sizing: border-box;
}

nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #777777;
	-webkit-user-select: none;
}

nav ul li { float: left; }

nav ul li a
{
	display: inline;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 14px;
}

nav ul li a:hover { /* background-color: #222; */ }
nav ul li a.active { color: #333333; }

#daily-schedule
{
	width: 100%;
	/* font-size:3vw; */
	border-collapse: collapse;
}

/* #daily-schedule tr:nth-child(even){background-color: #ddd;} */
#daily-schedule td { padding: 14px; }
#daily-schedule table, th, td { border: 1px solid white; }