html {
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
  line-height: 1.5;
	scroll-behavior: smooth;
  color: #111111;
  font-size: 18px;
}


body {
  background-color: white;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  border: 1px solid white;
}

main {
  display: flex;
}

article, nav {
  /* padding: 1em; */
  flex: 3;
}

h1,h2,h3,h4,h5 {
  margin-top: 0;
}

a {
  color: #0074D9;
}

article {
  margin-bottom: 8em;
}

nav {
  max-width: 340px;
  flex: 1;
  padding-right: 3em;
  font-size: 0.875em;
}
nav ul {
  position: sticky;
  top: 0;
  list-style-type: none;
  padding: 0;
}

nav ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #ebebeb;
}

nav ul li a, .byline {
  color: #4c4a4a;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
  color: #111111;
}

header {
  margin: 80px 0;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: normal;
}

h2.single-post-title {
  font-size: 1.875em;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

blockquote {
  margin: 0;
  padding: 2em;
  background-color: #f6f4f3;
}

blockquote p {
  margin-top: 0;
}

.entry-content {
  margin-bottom: 4em;
}

/* overwriting something */
.abt-citation {
  display: inline;
}

.cit-popup {
  display: none;
}

.tippy-box
  .csl-entry {
    margin-bottom: 10px;
  }

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

.entry-content p {
  line-height: 1.7;
}

.toc_title {
  margin-top: 0;
  font-weight: bold;
}
.toc_light_blue.no_bullets {
  display: inline-block;
  background-color: rgb(0, 116, 217, 0.1);
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.875em;
}

.toc_light_blue.no_bullets ul {
  list-style-type: none;
  padding: 0;
}

.toc_light_blue.no_bullets li {
  margin-bottom: 0.375em;
}

.toc_light_blue.no_bullets ul a {
  text-decoration: none;
}

.toc_light_blue.no_bullets ul a:hover {
  text-decoration: underline;
}

#page_bibliography {
  cursor: pointer;
  color: #0074D9;
  text-decoration: underline;
}

.byline {
  color: #4c4a4a;
  font-size: 0.875em;
}

.byline a {
  color: #4c4a4a;
}

.byline a:hover {
  color: #111111;
}




/* MOBILE */
@media only screen and (max-width: 959px) {
  body {
    padding: 0 20px;
  }
  main {
    display: block;
  }
  nav {
    max-width: 100%;
    padding-bottom: 4em;
  }
  h1 {
    font-size: 1.875em;
  }
}


/*
ul {
  padding-left: 1em;
}
ul li {
  list-style-type: disc;
  padding-left: 1em;
} */

/* * {
  border: 1px solid salmon;
} */
