
/*
Additions to default pandoc CSS
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: unset;
  max-width: unset;
  padding: unset;
  hyphens: unset;
  overflow-wrap: unset;
}

body {
  font-family: Noto Serif, serif;
  padding-bottom: 50px;
}

#content-main, #supertitle-block {
  margin: 0 auto;
  max-width: 36em;
  padding-left: 50px;
  padding-right: 50px;
}

#supertitle-block {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 4em;
  margin-top: 1em;
}

#supertitle-header {
  background-image: url('media/auraglyphHand2.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

.supertitle {
  color: #fdfdfd;
  font-family: Noto Serif, serif;
}

h1.supertitle {
  font-size: 5em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: 0.5em;
}

h2.supertitle {
  font-size: 2em;
  font-weight: 300;
  margin-top: 0.25em;
  margin-bottom: 1em;
}

h3#author {
  color: white;
  font-size: 1.35em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-family: Inter;
  text-align: right;
}

#supertitle-header a {
  text-decoration: none;
}

figure {
  margin: 2em;
}

figcaption {
  font-weight: 300;
  font-style: italic;
  margin-top: 0.6em;
}

div.csl-entry {
  margin-bottom: 1em;
}

div.csl-right-inline {
  margin-left: 1.75em;
}

#nav h3 {
  font-weight: 400;
  font-family: Noto Serif, serif;
  font-size: 1em;
}

p#copyright {
  margin-top: 5em;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  /* CSS rules for mobile devices */
  #content-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #content-main h1 {
    font-size: 3em;
  }

  #supertitle-block {
    padding-top: 0.5rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  h1.supertitle {
    font-size: 3.5em;
  }
  
  h2.supertitle {
    font-size: 1.7em;
  }
}

