@import url('https://fonts.bunny.net/css2?family=Amiko');
@import url('https://fonts.bunny.net/css2?family=Inria+Serif');

html, a {
     cursor: url('/assets/cursors/tan_bow.png'), auto;
}
body {
  background: #e1dedf url('/assets/backgrounds/burberry.gif') repeat;
  line-height: 1.6;
  font-family: 'Amiko';
  font-size: 13px;
  text-align: justify;
  letter-spacing: 1px;
  color: #4e4747;
}

::-webkit-scrollbar-thumb {
  background-color: #d89ea5;  
  border-radius: 0px;
  border:1px solid #999;
  border-radius: 6px;
}
::-webkit-scrollbar {
  width: 9px; height: 4px; 
  background: #fff;
}

h1, h2, h3, h4 {
  font-family: 'Inria Serif';
}
h1 {
  text-align: center;
  padding: 0 1em;
  margin: 0 auto;
  text-decoration: underline;
}
h2 {
  background: #685243;
  box-shadow: 2px 2px 2px #ffffff;
  color: #f5f2f2;
  text-align: left;
  font-size: 12px;
  padding: 2px;
}
b {
  color: #7c4b56;
}
i {
  color: #bca1a7;
}
.centering {
  text-align: center;
}
img {
  object-fit: contain;
  max-width: 100%;
}
img, video, iframe, audio {
  display: block;
  margin-inline: auto;
}
/*..........................

      links

..........................*/

a {
    text-decoration: none;
    color: #c83349;
}
a:visited {
    color: #ceb2b2;
}
a:hover {
    font-style: italic;
}
a:active {
    font-style: italic;
}

/*..........................

     lists styling

..........................*/

ul {
     padding-left: 0;
}
li {
     list-style-type: none;
}
li::before {
     margin-right: 1ch;
}
.sidebar li {
     margin: 0.5em 0;
}
.sidebar li::before {
     content: "\2661";
}

/*..........................

       header

..........................*/

.blog-header {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.55em 1em 0.75em;
  border: 1px solid #d8b7bd;
  border-radius: 0.75em;
  background: #fffafa;
  text-align: center;
}
.blog-header img {
  height: 65px;
  width: auto;
  margin-bottom: -0.35em;
}
.blog-header h1 {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  text-align: center;
  font-family: 'Inria Serif';
  font-size: 1.65em;
  line-height: 1.1;
  color: #7c4b56;
}
.blog-header p {
  max-width: none;
  margin: 0.35em auto 0;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

/*..........................

      layout & sidebar

..........................*/

#blog-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  grid-template-areas: "left main";
  gap: 1.25em;
  width: min(1200px, 94svw);
  height: calc(100svh - 40px);
  min-height: 0;
  margin: 20px auto;
  align-items: stretch;
}
.sidebar, .blog-main {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0.85em;
  border-radius: 1em;
  box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.2);
  border: 3px solid #815c62;
  min-height: 0;
  max-height: 100%;
}
.sidebar {
  grid-area: left;
  color: #636262;
  position: sticky;
  top: 20px;
  overflow-x: hidden;
  text-align:left;
}
.blog-main {
  grid-area: main;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.sidebar p {
     text-align: center;
     font-size: 0.7em;
 }
.sidebar ul {
     margin: 0;
 }
.sidebar li::before {
      content: "\2661";
 }
.sidebar-left {
  grid-area: left;
}
#links {
  padding: 0.5em 0.75em;
  font-family: 'Inria Serif';
  font-size: 1.1em;
}
#links ul {
  margin: 0;
  padding: 0;
}
#links li {
  display: block;
  margin: 0.35em 0;
  line-height: 1.35;
}
#links a {
  display: inline-block;
  color: #4e4747;
}
#links a:visited {
  color: #4e4747;
}
#links a:hover {
  color: #c83349;
  font-style: italic;
}
.title {
  background:#685243; 
  font: 14px; 
  letter-spacing: 3px;
  color:#ffffff;
  padding: 2px;
  padding-left: 4px;
  margin-bottom: 8px;
  line-height: 1.9;
  text-align: center;
}
.sidebar-topper {
  height: 22px;
  background: #685243;
  border-radius: 0.5em 0.5em 0 0;
  margin-bottom: 0.75em;
}
#burberry-img {
  border-radius: 0.5em;
  display: block;
  margin: 0 auto;
  max-height: 40%;
  border: 1px solid #ecd1b2;
  box-shadow: 0.25em 0.25em 0.25em rgba(0,0,0,0.4);
}

/*..........................

     entries

..........................*/

.entry-stack {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  gap: 1em;
  overflow-y: auto;
  padding-right: 0.5em;
}
.blog-entry {
  position: relative;
  padding: 0.75em;
  border: 1px solid #d8b7bd;
  border-radius: 0.85em;
  background: #fffafa;
  box-shadow: inset 0 0 0 3px #fff;
}
.entry-date {
  background: #685243;
  box-shadow: 2px 2px 2px #ffffff;
  color: #fffbf3;
  text-align: left;
  font-size: 12px;
  padding: 0.25em 0.6em;
  margin: 0 0 0.65em;
  border-radius: 0.35em;
  font-family: 'Inria Serif';
}
.entry-body {
  max-height: clamp(20rem, 45svh, 35rem);
  overflow-y: auto;
  padding: 0.75em;
  border: 1px solid #e7e1d7;
  border-radius: 0.6em;
  background: #ffffff;
}
.entry-body > img {
  display: block;
  max-width: min(80%, 500px);
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 1em auto;
  object-fit: contain;
}
.entry-body > img {
  display: block;
  margin: 1em auto;
  max-height: 32rem;
  object-fit: contain;
}
.blog-entry::after {
  content: "";
  display: block;
  margin: 1em auto 0;
  width: 100%;
  height: 1.3rem;
  pointer-events: none;
  opacity: 0.7;
  background: url('/assets/dividers/divider.gif') center / contain repeat-x;
}
.photo-set {
    margin: 1.25em auto;
    text-align: center;
}
.photo-set img {
    max-height: 300px;
    max-width: 800px;
    width: auto;
    border: 2px solid var(--gallery-border);
    border-radius: 0.4em;
    box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.25);
}
.photo-set figcaption {
    max-width: 110ch;
    margin: 0.75em auto 0;
    font-size: 0.9em;
    color: var(--text-color);
    text-align: center;
}
.photo-set-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}
.photo-set-grid img, .photo-set-grid video, .photo-set-grid iframe {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 300px);
    max-height: 320px;
    object-fit: contain;
    border: 2px solid var(--gallery-border);
    border-radius: 0.4em;
    box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.25);
}

/*..........................

      extra things

..........................*/

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.gallery img {
  height: clamp(95px, 14vw, 150px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border: 2px solid black;
  margin: 0;
}
blockquote {
     margin: 0px 50px 0px 50px;
     padding: 30px 30px 30px 50px;
     background-color: #f9f9f9;
     border: 1px solid #ccc;
     border-radius: 6px;
     box-shadow: 1px 1px 1px #ccc;
}

/*..........................

      mobile girls

..........................*/

@media (max-width: 1024px) {
  #blog-layout {
    display: flex;
    flex-direction: column;
    width: 95vw;
    height: auto;
    min-height: 0;
    gap: 1em;
  }
  .sidebar, .blog-main {
    width: 100%;
    max-height: none;
    position: static;
  }
  .sidebar {
    text-align: center;
    overflow: visible;
  }
  .entry-stack {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .entry-body {
    max-height: none;
    overflow: visible;
  }
  .blog-header img {
    height: 42px;
  }
  .blog-header h1 {
    font-size: 1.45em;
  }
  .gallery img {
    height: auto;
    max-width: 45%;
  }
}

@media (max-width: 950px) {
  .gallery img {
    width: 30%;
  }
}