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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

body {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background-image: url("/brian.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

main {
	padding: 2rem;
	background-color: rgba(238,238,238,0.8);
	border: 1px solid #bbbbbb;
	max-width: 800px;
	margin: 3rem auto;
}

h1, h2, p {
	text-align: center;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.2rem;
}

p {
	font-size: 0.8rem;
}

small {
	font-size: 75%;
}

div.slideshow {
	width: 320px;
	margin: 1rem auto;
}

@media (min-width: 700px)  {
	div.slideshow {
		width: 640px;
	}
}




video {
	border: 1px solid #bbbbbb;
	width: 100%;
}

div.download {
	text-align: center;
}

div.download ul {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

div.download ul li {
	font-size: 0.9rem;
	text-align: right;
	padding-bottom: 0.7em;
}

div.download ul+ul li {
	text-align: left;
}
