:root {
    --link-color: #115BC0;
    --shadow-color: rgba(17, 91, 192, 0.3);
    --md-admonition-icon--audio: url('/images/headphones.svg')
}
pre {
    font-size: 0.8em;
 }
.md-typeset a,
.md-typeset a:hover {
    color: var(--link-color);
}
.md-typeset a:hover:not(.md-button) {
    text-decoration: underline;
}
[data-md-color-scheme="slate"] {
    --link-color: #58a6ff;
    --shadow-color: rgba(88, 166, 255, 0.6);
}
a.announce-link {
  color: var(--md-primary-fg-color);
  background-color: white;
  border: .1rem solid;
  border-radius: .4rem;
  display: inline-block;
  font-weight: 700;
  padding: .625em 2em;
}
a.announce-link:hover {
  color: white;
  background-color: var(--md-primary-fg-color);
  border: .1rem solid;
  border-radius: .4rem;
  display: inline-block;
  font-weight: 700;
  padding: .625em 2em;
}
.md-banner {
  background: linear-gradient(#65477c, #9198e5);
}
.md-banner__inner {
  text-align: center;
}
article > p {
  text-align: justify;
}
article > p.center {
    text-align: center;
}
article > p:has(br) {
  text-align: left;
  text-indent: 1em hanging each-line;
  line-height: 1.3;
  margin: 1.6em 0 1.6em 1em;
}
h1 + .md-time-to-read {
  font-size: 0.6rem;
  font-style: italic;
  margin-top: -3em;
  color: var(--md-default-fg-color--light);
}
h1 + .md-time-to-read:before {
  content: "🕑 ";
  font-style: normal;
  font-size: 0.8rem;
}
.md-typeset .md-button {
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  color: var(--link-color);
}
.md-typeset .admonition.audio,
.md-typeset details.audio {
  border-color: rgb(99, 99, 99);
}
.md-typeset .audio > .admonition-title,
.md-typeset .audio > summary {
  background-color: rgba(99, 99, 99, 0.1);
}
.md-typeset .audio > .admonition-title::before,
.md-typeset .audio > summary::before {
  background-color: rgb(99, 99, 99);
  -webkit-mask-image: var(--md-admonition-icon--audio);
          mask-image: var(--md-admonition-icon--audio);
}
img {
  border-radius: 5%;
}
.figures-wrapper {
  margin: 0px -8px;
  text-align: center;
}
.menu-figures {
  display: inline-block;
  padding: 0px 8px;
  margin: auto;
}
.menu-img {
  border-radius: 20%;
}
figure:hover > .menu-img {
  border: 2px solid var(--link-color);
}
.md-typeset figure {
  margin: 0px;
}
.md-typeset figcaption {
    margin: 0.2em auto 0.8em auto;
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 512px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -60px;
  padding: 16px;
  color: #777 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 10px 10px 0;
  user-select: none;
}

/* The Modal (background) */
.lb-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #777;
}

/* Modal Content */
.lb-modal-content {
  position: relative;
  background-color: #777;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 40px;
  right: 15px;
  font-size: 45px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.lb-mySlides {
  display: none;
}

.lb-mySlides > img {
  border-radius: 0 !important;
}

/* Next & previous buttons */
.lb-prev,
.lb-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 45px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.lb-prev {
  border-radius: 0 10px 10px 0;
}
/* On hover, add a black background color with a little bit see-through */
.lb-prev:hover,
.lb-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.lb-next, .next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

/* On hover, add a black background color with a little bit see-through */
.lb-prev:hover, .lb-next:hover {
  background-color: rgba(0,0,0,0.3);
  text-decoration: none !important;
  color: white !important;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.lb-row > .lb-column-3, .lb-column-5, .lb-column-4, .lb-column-2 {
  padding: 0 8px;
}

.lb-row:after {
  content: "";
  display: table;
  clear: both;
}

.lb-row {
  display: flex;
  flex-wrap: wrap;
}

.lb-column-2 { flex: 50%; }
.lb-column-3 { flex: 33.33%; }
.lb-column-4 { flex: 25%; }
.lb-column-5 { flex: 20%; }

img.lb-hover-shadow {
  transition: 0.3s;
  border: 1px solid #777;
}

.lb-hover-shadow:hover {
  box-shadow: 0px 0px 20px var(--shadow-color);
  border: 1px solid var(--link-color);
  cursor: pointer;
}

/* blog customizations*/

@media screen and (max-width: 76.2344em) {
  .md-content--post {
    flex-flow: column;
  }
  .md-post__title {
    display: none;
  }
  .md-sidebar.md-sidebar--post .md-nav__list {
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* cards in riddles */

.grid.cards.riddles > ul > li > .info.riddle {
  position: absolute;
  bottom: 1em;
}
.grid.cards.riddles > ul > li {
  position: relative;
  padding-bottom: 5em;
}
