html {
    font-size:1 rem;
    background-color: #643606;
    color: black;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: black;
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

h2.section-break {
    color: #ceac5b;
    font-size: 200%;
    margin-inline-start: 0;
    margin-inline-end: 0;
    display: ruby-text;
    margin-left: 5%;
    padding-top: 5%;
}

h2.section-break::after {
    content: " ";
    background-color: #afadad;
    width: 72%;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 10%;
    right: 0;
    position: relative;
}

div.post {
    border-bottom: 6px solid #643606;
    border-top: 6px solid #643606;

    padding: 35px;
    background-color: #82ac82;
}
div.post.biography {
    background-color: #ceac5b;
}

div.post.start {
    background-color: #c2b2a6;
}



img.post-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
nav.scrollbar-menu {
    position: fixed;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    overflow-y: auto;
    background-color: red;
    z-index: 9999;
}

nav.scrollbar-menu {
    position: fixed;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    overflow-y: auto;
    background-color: red;
    z-index: 9999;
}

header {
    background-image: url('../imgs/high-res/cover.webp');
    background-repeat: no-repeat;
    background-position: bottom center; /* e.g., 'top center', 'right 20%' */
    background-size: cover;
    color: white;
    padding: 10px;
    text-align: center;
    min-height: 100vh;
    width: 100%;
}


@media screen and (min-width: 768px) {
    main {
        max-width: 600px;
        margin: 0 auto;
    }
}

.section-break {
  padding-left: 1em;
}

.date {
  margin-bottom: -7px;
  line-height: 0;
}

.title {
  font-size: 3em;
  margin-top: 0.4em;
  line-height: 1.3;
  margin-bottom: 18px;
}
.title a {
  text-decoration: none;
  color: black;
}

img.img-fluid {
  max-width: 40%;
}

small > p {
  margin-bottom: -12px;
  
}
small > p > a {
  color: black;
  text-decoration: none;
}

#legend-wrapper {
    font-size: 1.2em;
    margin: 10px 0;
    color: white;
    padding-left: 5%;
}

.legend::before {
    content: "";
    display: inline-block;
    width: 24px;      /* size of the square */
    height: 24px;
    background: #ceac5b; /* color of the square */
    border-radius: 4px;  /* optional: rounded corners */
    margin-right: 8px;   /* space between square and text */
    vertical-align: middle;
    color: white;
}

.legend.green::before {
    background: #82ac82; /* color of the square */
    color : white;
}

a {
    color: blue;
}

.post .gallery-container     {
    display: none;
}

.post .description     {
    display: none;
}

.post.biography .gallery-container, .post.expanded .gallery-container     {
    display: block;
}

.post.biography .description, .post.expanded .description   {
    display: block;
}

.tag-history {
    font-size: 0.6em;
    font-weight: bold;
    color: #643606;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #ceac5b;
    padding: 4px;
    border-radius: 4px;
}