/* 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 {
	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;
}

/* END RESET CSS*/
html {
	font-family: arial, sans-serif;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container a {
	color: #068abd;
}

.spacer-top {
	height: 10%;
	max-height: 100px;
}

header {
	text-align: center;
}

header img {
	max-width: 100%;
}

menu {
	font-size: 1.2em;
}

.comic {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comic h2 {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom: 5px;
}
.comic img {
	max-width: 100%;
}

.info-container {
	margin-top: 20px;
	max-width: 40em;
	line-height: 1.2rem;
}

.info-container h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.image-404{
	max-width: 200px;
}

.text-center {
	text-align: center;
}

nav {
	font-size: 1.1rem;
	margin-bottom: 30px;
}

comments {
	width: 100%;
	max-width: 1000px;
	flex: 1;
}

