@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&display=swap");
@font-face {
  font-family: Sydney_font_1;
  src: url("../fonts/Sydney_font_1-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond',Sydney_font_1,sans-serif;
}

html,
body {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  max-width: 1400px;
  font-family: 'Cormorant Garamond', sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #aaa;
}

blockquote {
  margin: 15px;
  padding-left: 15px;
  border-left: 2px solid #888;
}

h1 {
  font-weight: 400;
  margin-top: 1.568rem;
  margin-bottom: 1.568rem;
  font-size: 2.5rem;
  line-height: 0.784;
}

h2 {
  font-style: italic;
  font-weight: 400;
  margin-top: 1.866666666666667rem;
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 0.933333333333333;
}

h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 2.1777777777777778rem;
  margin-bottom: 0;
  line-height: 1.08888888888889;
}

hr {
  margin: 10px;
  border: 1px solid #eee;
}

p .subtitle {
  font-style: italic;
  margin-top: 2.1777777777777778rem;
  margin-bottom: 2.1777777777777778rem;
  font-size: 1.8rem;
  display: block;
  line-height: 1.08888888888889;
}

p, ol, ul {
  font-size: 1rem;
}

p, li {
  line-height: 1.1rem;
  padding-right: 1.1rem;
  vertical-align: baseline;
}

figure, figure img.maincolumn {
  max-width: 100%;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 3em;
}

figcaption {
  float: center;
  clear: center;
  margin-right: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.6;
  max-width: 100%;
}

figure.fullwidth figcaption {
  float: center;
  margin-right: 0%;
  margin-left: 0%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.sidenote, .marginnote {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1.96rem;
  font-size: 1.0rem;
  line-height: 1.96;
  vertical-align: baseline;
  position: relative;
}

li .sidenote, li .marginnote {
  margin-right: -80%;
}

blockquote .sidenote, blockquote .marginnote {
  margin-right: -79%;
}

.sidenote-number {
  counter-increment: sidenote-counter;
}

.sidenote-number:after, .sidenote:before {
  content: counter(sidenote-counter) " ";
  font-family: et-bembo-roman-old-style;
  color: #efefef;
  position: relative;
  vertical-align: baseline;
}

.sidenote-number:after {
  content: counter(sidenote-counter);
  font-size: 1rem;
  top: -0.5rem;
  left: 0.1rem;
}

.sidenote:before {
  content: counter(sidenote-counter) ". ";
  color: #efefef;
  top: 0rem;
}

p, footer, .MJXc-display {
  width: 55%;
}

@media screen and (max-width: 760px) {
  p, footer {
    width: 90%;
  }

  pre code {
    width: 87.5%;
  }

  ul {
    width: 87.5%;
  }

  figure {
    max-width: 90%;
  }

  figcaption, figure.fullwidth figcaption {
    margin-right: 0%;
    max-width: none;
  }

  blockquote p, blockquote footer, div.epigraph > blockquote > footer, .MJXc-display {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.marginnote code, .sidenote code {
  font-size: 1rem;
}

pre {
  width: 52.5%;
  padding-left: 2.5%;
  overflow-x: auto;
}

.fullwidth, li.listing div {
  max-width: 87.5%;
}

.full-width .sidenote, .full-width .sidenote-number, .full-width .marginnote {
  display: none;
}

.custom-video {
  width: 87.5%;
  /* Adjust the width as needed */
  max-width: 800px;
  /* Set a maximum width if desired */
  height: auto;
  /* Allow the video to scale proportionally */
}

.smaller {
  font-size: 0.8em;
  text-align: right;
  /* Example: reducing the font size */
  /* Other styles you want to apply */
}

span.newthought {
  font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: 0.05rem;
}

input.margin-toggle {
  display: none;
}

label.sidenote-number {
  display: inline;
}

label.margin-toggle:not(.sidenote-number) {
  display: none;
}

@media (max-width: 760px) {
  label.margin-toggle:not(.sidenote-number) {
    display: inline;
    color: #efefef;
  }

  .sidenote, .marginnote {
    display: none;
  }

  .margin-toggle:checked + .sidenote,
  .margin-toggle:checked + .marginnote {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
  }

  label {
    cursor: pointer;
  }

  pre, pre code, p code, p pre code {
    width: 90%;
    padding: 0;
  }

  .table-caption {
    display: block;
    float: left;
    clear: both;
    width: 98%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: baseline;
    position: relative;
  }

  div.table-wrapper, table, table.booktabs {
    width: 85%;
  }

  div.table-wrapper {
    border-right: 1px solid #efefef;
  }

  img {
    max-width: 100%;
  }

  figcaption.maincolumn-figure, figure.fullwidth figcaption {
    float: left;
    text-align: left;
  }

  figure.fullwidth figcaption {
    margin-left: 0;
  }
}
.no-bullets {
  list-style: none;
}

tbody tr:hover {
  background-color: #f5f5f5;
}

td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

th {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}

a.reversefootnote {
  display: none;
}

body.full-width, .content-listing, ul.content-listing li.listing {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0%;
}

ul.content-listing .smaller {
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0%;
  text-align: right;
}

.full-width article p {
  width: 87.5%;
}

/* Remove bullets and adjust indentation */
ul.category-list {
  list-style-type: none;
  padding: 0;
}

ul.category-list > li.category {
  margin-left: 0;
  /* Remove indentation */
  text-align: left;
  /* Left-align the categories */
}

/* Style for category titles with class .larger */
.category.larger {
  font-size: 1.2em;
  /* Adjust font size */
  /* Add any other styling you desire */
}

/* Style for the list items */
.posts-for-category {
  list-style-type: none;
  /* Remove bullets for post list */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove any margin */
}

.posts-list-item {
  display: block;
  line-height: 24px;
  margin: 0;
  /* Add other styles as needed */
}

h1.content-listing-header {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}

li.listing hr {
  width: 1%;
}

.listing, .listing h3 {
  display: inline-block;
  margin: 0;
}

li.listing {
  margin: 0;
}
li.listing p {
  width: 100%;
}

li.listing:last-of-type {
  border-bottom: none;
  margin-bottom: 1.1rem;
}

li.listing h3.new {
  text-transform: uppercase;
  font-style: normal;
}

hr.slender {
  border: 0;
  height: 1px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}

.container-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.container-header {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 0px #aaa;
  overflow: hidden;
}

.container-main {
  width: 97.5%;
  margin: 0px auto;
  min-height: calc(100vh - 159px);
}

.container-footer {
  padding: 10px 0;
  border-top: solid 0px #aaa;
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-center {
  text-align: center;
}

.header-info {
  display: block;
  position: relative;
  margin: 10px;
}

.header-info-name {
  font-size: 2em;
  font-weight: bold;
}

.header-info-desc {
  font-size: 0.9em;
}

.header-main-nav {
  margin: 0;
  padding-left: 20;
  list-style: none;
}

.header-main-nav-item {
  display: block;
  position: relative;
  float: left;
  line-height: 24px;
  margin: 0 10px;
}

.page-author {
  display: none;
}

.page-content p {
  line-height: 20px;
}

.posts-list-item {
  display: block;
  line-height: 24px;
  margin: 0px 0;
}

.posts-list-item-name {
  width: 20%;
  font-weight: 300;
}

.post-title {
  font-weight: 400;
  margin-top: 1.568rem;
  margin-bottom: 1.568rem;
  font-size: 2.5rem;
  line-height: 0.784;
}

.post-content p {
  line-height: 20px;
}

.post-content img {
  display: block;
  margin: 10px auto;
}

.post-info {
  line-height: 24px;
  margin: 10px 0;
}

.post-category,
.post-tag {
  margin: 0 5px;
}

.highlight > pre,
pre.highlight {
  line-height: 18px;
  margin: 10px 0;
  padding-left: 3px;
  border: 1px solid #ccc;
  overflow-x: auto;
  font-size: 14px;
  text-indent: 0px;
  background-color: #eee;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.highlighter-rouge {
  font-size: 14px;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  /* reset default styles */
  img {
    width: 100%;
    max-width: 300px;
  }

  /* Posts list */
  .list-pagination {
    margin: 10px 0 5px 0;
  }

  /* Footer */
  .footer-copyright .float-left,
  .footer-copyright .float-right {
    float: none;
  }
}
.print-post-author {
  display: none;
}

@media print {
  /* Header */
  .container-header {
    display: none;
  }

  /* Footer */
  .container-footer {
    display: none;
  }

  /* Post */
  .post-title {
    text-align: center;
  }

  .post-author {
    display: block;
    text-align: center;
  }

  .post-info {
    display: none;
  }

  /* Highlight */
  pre.highlight {
    overflow-x: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
  }
}
.task-list-item {
  list-style: none;
}

.task-list-item-checkbox {
  position: relative;
  right: 15px;
}

code.language-mermaid {
  display: block;
  text-align: center;
}
