* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background-color: white;
  background-image: url(../img/noise.png);
  background-size: 125px 125px;
  font-family: 'EB Garamond', serif;
  margin:0;
  line-height: 1.4;
  scroll-behavior: smooth;

}
main article hr {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 2rem 0;
}

blockquote {
  padding: 2rem;
  margin:0;
  font-size: 1.1rem;
  max-width: 42em;
  hyphens: auto;
  -webkit-hyphens: auto;
}

nav a {
  font-size: 150%;
  text-decoration: none;
}
h2 a, h1 a {
  text-decoration: none;
}

a:link {
  color: #003366;
}
a:visited {
  color: #993300;
}
a:hover {
  color: #663300;
}

[aria-hidden=true] {
  display: none;
}

.contact-list {
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto;
}
p+p, .sidebar+p {
  text-indent: 1.25rem;
}

abbr {
  font-variant: none;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
}

pre {
  overflow-x: scroll;
  max-width: 100%;
  background-color: white;
}

main, body > header {
  margin: 1rem;
}

.home main {
  margin: 1rem;
}

main header {
  margin: 0 -0.5rem 3rem 0;
  height: 100vh;
  background-color: 	#baffc9;
  background-color: 	#bae1ff;
  background-color: 	#ffdfba;
  background-image: url(../img/noise.png);
  background-size: 125px 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem 2rem 2rem;
}
main header > aside {
  font-size: 2rem;
  word-spacing: 2px;
  font-variant-caps: small-caps;
  text-align: right;
}
main footer {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 3rem 0;
}

main footer a {
  text-decoration: none;
}

body > footer {
  font-size: 150%;
  text-align: center;
}
.home > footer {
  position: absolute;
  top: 8em;
  left: 3rem;
  font-size: 125%;
  text-align: left;
}

main h1 {
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}