/* Eric Meyer's Reset Reloaded */ /* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "calluna-1", "calluna-2", serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	line-height: normal;

	background-color: #efebe0;
}

img.float {
	padding-left: 10px;
	padding-bottom: 10px;
}

h1 {
	font-family: "apolline-sc-1", "apolline-sc-2", serif;
	font-variant: small-caps;
	font-size: xx-large;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #d2d2d2;
	font-weight: bold;
}

h1 span,
h1 small {
	font-size: x-small;
}

h2 {
	font-size: x-large;
	font-variant: small-caps;
	padding: 5px 0;
}

h3 {
	font-size: large;
	border-color: black;
	border-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-align: right;
}

h4 {
	padding: 6px 0;
	margin-top: 1em;
}

p {
	padding: 6px 0;
}

p img {
	float: right;
}

a {
	color: #732616;
	text-decoration: none;
}

a:hover {
	color: #571c12;
}

#Site {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#Content {
	display: block;
	display: flex;
	flex-flow: row wrap;
	padding: 50px;
	gap: 5%;
}
#Content > * {
	flex-basis: 45%;
	flex-grow: 1;
}

.Nav {
	text-transform: uppercase;
	padding: 15px 0;
	font-family: "apolline-sc-1", "apolline-sc-2";
	font-size: x-large;
}

.Nav li {
	font-family: "apolline-sc-1", "apolline-sc-2";
	padding: 5px 0;
	list-style-type: none;
}

hr {
	border-width: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: black;
}

address {
	padding: 5px 0;
	margin-bottom: 1em;
	font-style: normal;
}

address > * + * {
	margin-top: 5px;
}

.contact,
.email {
	letter-spacing: 1px;
	font-family: "calluna-1", "calluna-2";
	font-size: small;
	font-weight: 600;
}

.contact span {
	font-style: italic;
	font-size: smaller;
}

li.ActiveNav {
	color: #732616;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
}

li.ActiveNav:hover {
	color: #2f0100;
}

p.larger {
	font-size: larger;
}

.hide {
	display: none;
}

#Email-Contact form,
#Email-Contact form p,
#Email-Contact form > div,
#Email-Contact label,
#Email-Contact input,
#Email-Contact textarea {
	clear: both;
	padding: 1px;
}
#Email-Contact input,
#Email-Contact textarea {
	border: 1px solid #666666;
	padding: 3px 6px;
	margin: 0 0 8px;
}
#Email-Contact form p {
	margin: 0 0 10px;
}

details {
	border: 1px solid #571c12;
	background-color: #efebe0;
}
details:not(:first-child) {
	border-top-color: #efebe0;
}
[open]::details-content {
	padding: 0.5rem 1rem;
}

summary {
	color: white;
	background-color: #571c12;
	font-weight: bold;

	padding: 10px 6px;
	cursor: pointer;
}
summary::marker,
:is(::-webkit-details-marker) {
	font-family: monospace;
}
details[open] > summary::marker {
}

summary:hover {
	background-color: #8a5046;
}
