/*
.book-background-img-current {
  background-image: url("../img/mountains2.jpg");
} /*

.book-background-img-1 {
  background-image: url("../img/IMG_0014.jpg");
}
.book-background-img-2 {
  background-image: url("../img/IMG_0631.PNG");
}
.book-background-img-3 {
  background-image: url("../img/IMG_5643.jpeg");
}
.book-background-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  height: fit-content;
  position: relative;
}
/*
.book-background-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}*/

.current-book-section-wrapper {
  border: 1px solid #162916d9;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  border-width: 10px 7px 0.5px 0.5px;
  /*background-color: rgba(117, 116, 116, 0.676);*/
}
.current-book-section-wrapper,
.book-section-wrapper {
  margin-top: 100px;
  padding: 50px 0px;
  display: flex;
  justify-content: space-evenly;
  color: #162916d9;
  max-height: 20%;
  align-items: center;
  text-align: center;
}
.current-book-description {
  display: flex;
  justify-content: flex-start;
  max-width: 300px;
  font-size: clamp(0.5rem, 1.5vw, 1.5rem);
  line-height: 40px;
  z-index: 1;
}

.book-description {
  display: inline-block;
  font-size: clamp(0.5rem, 1.5vw, 1.5rem);
  line-height: 40px;
  border: 2px solid #162916d9;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  align-items: center;
  width: 40vw;
}

.current-book-release-date,
.book-release-date {
  font-size: 20px;
  margin-top: 0;
}

.series-header {
  margin: 15px;
  margin-top: 50px;
  font-size: 40px;
  text-align: center;
  padding: 5px;
}
.series-header::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40%;
  margin-bottom: 5px;
  border: 1px solid #162916d9;
}
.series-header::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  margin-top: 5px;
  border: 1px solid #162916d9;
}
