/* === General Sitewide === */
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css);

/* Specify in CSS */
body { 
	/* font-family: 'Fira Code', monospace;  */
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" */
	/* font-size: 14px; */
	/* line-height: 1.5; */
	
	/* font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" */
}

@supports (font-variation-settings: normal) {
  	.code { 
	  font-family: 'Fira Code VF', monospace; 
	}
}

/*
h2 {
	border-bottom: 1px solid black;	
}
*/
.wrapper {
	max-width: 90%;
}

.page-heading {
	margin-top: 1em;
	font-size: xx-large;
	text-align: center;
}

.page-content a {
	text-decoration: underline;
}

.footer-col-3 p {
	text-align: right;
}

.due-date {
	/* font-weight: bold; */
	color: red;
}

/* .post-meta.due-date {
	float: right;
} */

/* === General Listings === */
.post-list h2 {
	font-size: x-large;
	margin-bottom: 0;
}

.post-list a {
	font-size: 1em;
}

/* .post-list > li {
	margin-bottom: 0.25em;
} */

.post-list li {
	margin-bottom: 1em;
}

.post-list li:nth-child(even) {
	background-color: #f7f7f7;
}

/* === Projects, Exercises, and Labs === */
.samples .post-list li h2,
.exercises .post-list li h2,
.labs .post-list li h2,
.projects .post-list li h2 {
	border: none;
}

.exercise ol {
	margin-top: 2em;
}

.exercise ol li {
	margin-left: 2em;
	margin-bottom: 1em;
}

/* === Lecture Notes === */
.notes .post-link {
	display: inline;
}

.notes blockquote {
	margin-left: 1em;
}

/* == Resource List == */
.resources .post-list a {
	display: inline;
}

/* === Schedule Table === */
.schedule td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	vertical-align: top;
}

.schedule tr th {
	border-bottom: 1px solid black;
}

.schedule tr:last-child td {
	border-bottom: 1px solid black;
}

.schedule tr th,
.schedule tr td {
	width: 33%;
}

.schedule tr th:nth-child(1),
.schedule tr td:nth-child(1) {
	width: 10%;
	text-align: center;
}

.people > li {
	list-style: none;
}


.textbook-cover > img {
	max-height: 200px;
	float: right;
}

.textbook-cover.required > img {
	border: 1px solid red;
}

header h3 {
	margin-bottom: 0;
}