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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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-size: 20px;
	width: 800px;
	max-width: 70vw;
	border-style: double;
	margin: 0.5em 0.5em 2em 0.5em;
	padding: 4em;
	text-align: left;
	font-family: baskerville, garamond, georgia, serif;
	line-height: 1;
	background-color: #FFF;
	letter-spacing: 0.08em;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.25);
}

.main {
	margin-top: 2em;
	color: #a30000;
	line-height: 1.5em;
}

.bar {
	margin-left: -1em;
	line-height: 3em;
	border-left: double;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

a, a:visited {
	color: inherit;
}

.bar a, .bar a:visited {
	text-decoration: none;
	padding: 1em;
	color: inherit;
	border-radius: 0.5em;
}

a:hover, a:active, .bar a:hover, .bar a:active {
	background-color: #E3E3E3;
	color: #000;
	text-decoration: italic;
}

p {
	color: #575757;
}

h1 {
	font-size: 3em;
	letter-spacing: -0.08em;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.08em;
}

h3 {
	letter-spacing: -0.08em;
}

h4 {
	letter-spacing: -0.08em;
}

/* Phones */
@media screen and (orientation: portrait) {
	body {
		font-size: 20px;
		padding: 1.5em;
		width: auto;
		max-width: 90vw;
		box-shadow: 0;
	}
}

@media screen and (max-width: 724px){
	h1 {
		font-size: 10vw;
	}
	body {
		font-size: 15px;
		padding: 1.5em;
		width: auto;
		max-width: 90vw;
		box-shadow: 0;
	}
}
