@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

#org-div-home-and-up {
  display: none;
}

body {
  background: white;
  font-family: Raleway,sans;
  font-size: 12pt;
  line-height: 1.5;
  background: #eee;
}

#content {
  width: 55ch;
  max-width: 80%;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5%;
}

.banner {
  width: calc(50vw+55ch);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-left: 0;
  background: linear-gradient(#0D2A4C, #7DB68C);
  margin-bottom: 3rem;
}

.title p, .author p, .date p {
  margin: 0;
  padding: 0;
}

.title {
  font-family: 'Libre Baskerville',serif;
  text-transform: capitalize;
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 0.2rem;
}

.subtitle {
  font-size: 80%;
  color: #444;
  font-weight: normal;
}

.metadata p {
  font-family: 'Libre Baskerville',serif;
  font-size: 80%;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  color: #777;
}

h2 {
  font-family: 'Libre Baskerville',serif;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h3 {
  font-family: 'Libre Baskerville',serif;
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

a {
  color: steelblue;
  text-decoration: none;
}
a:hover {
  color: #0162bc;
}

p {
  margin-bottom: 1.5rem;
}

blockquote {
  font-size: 90%;
  padding-left: 0.5rem;
  margin: 0;
  font-style: italic;
}

img {
  width: 100%;
}
.figure {
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  padding: 0.1rem;
  font-size: 90%;
  text-align: center;
}
.figure p {
  margin-bottom: 0.5rem;
}
.figure-number {
  color: #777;
  font-weight: normal;
}

table {
  margin-top: 2rem;
  margin-left: 0.5rem;
  font-size: 90%;
  border-collapse: none;
}
caption{
  font-weight: normal;
  text-align: left;
  padding-bottom: 1rem;
}
.table-number {
  color: #777;
  font-weight: normal;
}
th, td, th.org-left {
  padding: 0.2rem;
  padding-right: 0.6rem;
  text-align: left;
}

.footnotes {
  border-top: 1px solid lightgrey;
  padding-top: 2rem;
  margin-top: 3rem;
}
.footdef {
  margin-bottom: 1rem;
}
.footpara {
  display: inline;
}

.todo {
  font-family: sans;
  font-size: 10pt;
  font-weight: normal;
  color: seagreen;
  padding-right: 0.2rem;
  text-transform: lowercase;
}
.todo::before {
  content: "(";
}
.todo::after{
  content: ")";
}

.done {
  display: none;
}
