/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&display=swap');

body {
margin: 0 auto 0 auto;
max-width: 1100px;
background: #e3e3e3;
font-family: "EB Garamond", serif;
letter-spacing: 0.02em;
/* line-height: 1; */
}

p {
font-size: small;
}


article {
margin: 0 30px 0 30px;
max-width: 1000px;
}

article ul {
margin: 0px;
padding: revert-layer;
}

nav ul {
border-left: grey 1px dotted;
list-style: none;
}

nav a {
color: black !important;
}

img, video, iframe {
max-width: 250px;
min-height: 300px;
height: auto;
display: block;
border: 1px #979797 solid;
}

a {
color: #36c;
text-decoration: none;
}

figure {
float: right;
max-width: 250px;
margin: 0 0 1em 1em;
background: #c8c8c8;
padding: 10px;
border: 1px #979797 solid;
}

ul {
display: grid;
padding-left: 10px;
}

li p {
margin-top: 5px;
margin-bottom: 5px;
}

h1 a {
text-decoration: none;
color: inherit;
}

h3, h4, h5 {
margin: 20px 0 5px 0;
border-bottom: 1px solid #ccc;
}

#footer {
width: 100%;
border: 0;
border-collapse: collapse;
}

#footer td {
text-align: center;
}

#gallery {
border-left: 1px dotted #000;
padding: 20px;
max-width: 200px;
}

#right {
float: right;
text-align: right;
}

.gallery {
display: flex;
flex-wrap: wrap;
}

.thumb {
width: 260px;
height: 260px;
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
}
