@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Rasa:ital,wght@0,300..700;1,300..700&display=swap");

body {
  font-family: "Rasa", serif;
  background-color: #dfdbcb;
  font-size: 0.9rem;
  margin: 0px;
  padding: 10px;
  line-height: 1rem;
  color: rgb(0, 92, 0);
}
.menu {
  position: fixed;
  width: 99%;
  font-size: 1rem;
  color: rgb(0, 92, 0);
  bottom: 0px;
  z-index: 100;
}
.menuTxt {
  display: inline-block;
  margin-top: 10px;
  padding-right: 20px;
}
.menuHR {
  margin: 0px 0px 5px 0px;
}

.pathhr {
  border: 0.5px solid rgb(0, 92, 0);
  left: 0px;
  margin: 5px 0px 0px 0px;
}

.clarification {
  /* text-align: center; */
  float: left;
  padding-left: 30px;
}
.infocontainer {
  padding-top: 55px;
  width: 18vw;
  height: 85vh;
  float: left;
}
.detailcontainer {
  padding-top: 55px;
  width: 78vw;
  height: 85vh;
  float: left;
}

.container {
  width: 17vw;
  height: auto;
}

.title {
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding-bottom: 5px;
  margin: 0px;
}
a:hover {
  color: rgb(0, 92, 0);
}

.tags {
  display: block;
  font-size: 0.8rem;
  margin-left: 5px;
}
.tinyImages {
  display: block;
}
.tinyImages img {
  padding-right: 5px;
  width: 17vw;
}
.baseinfo {
  width: 17vw;
}
.descriptive {
  max-height: 68vh;
  width: 78vw;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 5px;
  overflow: scroll !important;
  display: none; /* Initially hidden */
}

.active {
  display: block; /* Visible when active */
}

.path {
  color: rgb(0, 92, 0);
  position: fixed;
  width: 99%;
}
.hehehe {
  position: absolute;
  bottom: 50px;
  color: #c1beaf;
}
.hehehe p {
  font-size: 0.8rem;
  margin: 0px 0px 5px 0px;
  line-height: 1rem;
  padding: 0px;
  gap: 2px;
}

::selection {
  background-color: rgb(0, 92, 0);
  color: white;
}

hr {
  border: 0.3px solid rgb(0, 92, 0);
  margin: 3px;
}

a {
  text-decoration: none;
  color: rgb(0, 92, 0);
}
a:active {
  color: rgb(0, 92, 0);
}

/*
SLIDESHOW CSS NOTES
-------------------
- .mySlides img applies to the first slider
- .mySlides-process img applies to the second (Process) slider
- To add a third slider, add a new rule for .mySlides-third img if you want custom styles
- .slideshow-container is shared for all sliders (height is set by JS)
- If you want a different container style for a new slider, add a new class and style it here
*/

.slideshow-container {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  background: transparent;
}

.mySlides img,
.mySlides-process img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.arrowwrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.prev,
.next {
  pointer-events: auto;
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
  font-size: 2rem;
  color: #f2f2f2;
  border: none;
  outline: none;
  z-index: 2;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.cc {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 10px;
  color: rgb(155, 155, 155);
  font-size: 0.7rem;
}
.mobileinbetweenbar {
  display: none;
}
#relativeLinks a {
  text-decoration: underline;
}

#resources a {
  text-decoration: underline;
}

/* PhOoone+Mobilie */
@media (max-width: 600px) {
  body {
    padding: 5px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  /* Stack the info and detail containers vertically */
  .infocontainer {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10%;
    margin: 0 auto;
  }
  .detailcontainer {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .mobileinbetweenbar {
    display: block;
    border: 0.9px dashed rgb(0, 92, 0);
  }
  .container,
  .baseinfo {
    width: 100%;
    margin: 0 auto;
  }
  .tinyImages img {
    width: 90%;
    padding: 0;
    margin: 10px auto;
    display: block;
  }
  .descriptive {
    width: 95%;
    margin: 0 auto;
    max-height: none;
    overflow: auto;
  }

  /* menuu */
  .menu {
    position: fixed;
    bottom: 0;
    width: 98%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    background-color: #dfdbcb;
  }
  .menuTxt {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
  }
  .menuHR {
    border: 0.5px solid rgb(0, 92, 0);
    margin-bottom: 10px;
  }

  /* path bar at the top */
  .path {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px 5px;
    font-size: 1rem;
    background-color: #dfdbcb;
  }

  .hehehe {
    display: none;
  }

  /* slideshow */
  .slideshow-container {
    max-width: 100vw;
    height: 60vw;
  }
  .mySlides img,
  .mySlides-process img {
    height: 100%;
    width: auto;
  }
  .arrowwrapper {
    width: 100%;
    height: 100%;
  }
  .prev,
  .next {
    min-width: 36px;
    min-height: 36px;
    font-size: 1.5rem;
  }
  .cc {
    display: none;
  }
}
@media (max-width: 800px) {
  .slideshow-container {
    max-width: 100vw;
    height: 60vw;
  }
}
