@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");
.none {
  display: none;
}

h1 {
  background-image: url("../images/book.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-clip: padding-box;
  text-align: center;
  padding: 12px 0;
  margin: 72px 0 0 0;
  font-size: 3rem;
  color: var(--dark-color);
}

.header {
  background-color: var(--main-color);
  color: var(--dark-color);
  padding: 8px 0 8px 8px;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  border-top-right-radius: 24px 24px;
  font-family: "Cabin", sans-serif;
}

.container {
  background-color: var(--subject-color);
  border-bottom: var(--subject-border-color) solid lightgray 1px;
  border-right: var(--subject-border-color) solid lightgray 1px;
  border-left: var(--subject-border-color) solid lightgray 1px;
  -webkit-box-shadow: 3px 1px 8px -5px var(--shadow-color);
  box-shadow: 3px 1px 8px -5px var(--shadow-color);
  font-family: Georgia, Times New Roman, Times, Serif;
}
.container p {
  margin: 0;
  color: var(--dark-color);
}

.bookSale-container {
  display: grid;
  display: -ms-grid;
}
@media screen and (min-width: 960px) {
  .bookSale-container {
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto auto;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    -ms-grid-rows: auto auto;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .bookSale-container {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  .bookSale-container {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
  }
}

.donation {
  margin: 16px;
}
@media screen and (min-width: 960px) {
  .donation {
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .donation {
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .donation {
    grid-column: 1/end;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
.donation div {
  padding: 12px;
}
.donation p {
  margin: 12px 0;
}
.donation p .price {
  font-size: 1.5rem;
  font-weight: bold;
}

.about {
  margin: 16px;
}
@media screen and (min-width: 960px) {
  .about {
    grid-column: 2/3;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .about {
    grid-column: 2/end;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
}
@media screen and (max-width: 768px) {
  .about {
    grid-column: 1/end;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
.about div {
  padding: 12px;
}

.photo {
  margin: 16px;
}
@media screen and (min-width: 960px) {
  .photo {
    grid-column: 1/end;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .photo {
    grid-column: 1/end;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  .photo {
    grid-column: 1/end;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
.photo div {
  padding: 6px;
}

.where {
  margin: 16px;
}
@media screen and (min-width: 960px) {
  .where {
    grid-column: 3/end;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .where {
    grid-column: 1/3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .where {
    grid-column: 1/end;
    grid-row: 4/end;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
}
.where div {
  padding: 12px;
}
.where div address {
  font-style: normal;
  color: var(--dark-color);
}
.where div address a {
  color: var(--dark-color);
  text-decoration: none;
}
.where div address a:hover {
  text-decoration: underline;
}

.carsousel-container {
  position: relative;
}
.carsousel-container svg {
  width: 32px;
  height: 32px;
  opacity: 0.9;
  position: absolute;
  top: calc(50% - 22px);
  color: var(--link-color);
  cursor: pointer;
}
.carsousel-container svg:first-of-type {
  left: 12px;
}
.carsousel-container svg:last-of-type {
  right: 12px;
}
.carsousel-container .imgBackdrop {
  max-width: 520px;
  display: block;
  margin: 0 auto;
  background-color: var(--link-color);
  padding: 0;
}
@media screen and (min-width: 715px) {
  .carsousel-container .imgBackdrop {
    width: 520px;
    height: 390px;
  }
}
@media screen and (max-width: 715px) {
  .carsousel-container .imgBackdrop {
    width: calc(100vw - 194.32px);
    height: calc((100vw - 194.32px) * 0.75);
  }
}
.carsousel-container .imgBackdrop img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=bookSale.css.map */
