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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

p {
  margin-bottom:0.5em;
}

s {
  text-decoration: line-through;
}

ol,
ul {
  margin-top: 6px;
  margin-left:8px;
  list-style: square inside;
}

blockquote,
q {
  quotes: none;
}

i {
  font-style:italic;
}

.small {
  padding:10px;
  font-size:11px;
}

.smallquote {
  padding:10px;
  font-size:11px;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #ede7e4;
}

a:hover {
  color: DodgerBlue;
}

.house:hover {
  color: DodgerBlue !important;
}

blockquote {
  background: inherit;
  border-left: 5px solid rgba(204,204,204,0.5);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Linden Hill";
}

h1 {
  font-size: 2.2em;
  font-style:italic;
  font-weight:normal;
  color:black;
  background:#ede7e4;
  display:inline-block;
  line-height:1em;
  margin:0px;
  position:absolute;
  left:-10px;
  top:-40px;
  padding:10px;
}

img {
  width:100%;
}

.big {
  color:#050505;
  background:#ede7e4;
  display:block;
  padding:6px;
  font-size:20px;
  margin-top:20px;
}

.big:hover {
}

.subheader {
  color:#ede7e4;
  display:block;
  font-size:18px;
  text-decoration:underline;
  margin-bottom:1.1em;
}

footer {
  text-align:center;
}

html {
  background-color: #050505;
  color: #ede7e4;
  font-family: "Cormorant", Georgia, "Times New Roman", Times, serif;
}

::-webkit-scrollbar {
  width: 0;
}

.scroll::-webkit-scrollbar-thumb {
  background: url() no-repeat;
  background-size: 12px;
  display: block;
  size: 12px;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#container {
  max-width:600px;
  min-width:100px;
  display:block;
  margin:0 auto;
  margin-top:10vh;
  position:relative;
  max-height: 60vh;
  margin-bottom: 10vh;
}

#box {
  display:flex;
  flex-flow:row wrap;
  gap:20px;
  background:black;
  border-radius: 3px;
  border: 1px solid;
  padding: 10px 10px;
  color:#ede7e4;
  background-image: url();
  background-blend-mode: screen;
}

aside {
  flex:1 2 15%;
  min-width:100px;
}

article {
  overflow-y:scroll;
}

main {
  flex:2 1 50%;
  max-height:80vh;
  min-height:200px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-top:15px;
}
