body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Limelight", cursive;
}

h1 {
  font-size: calc(30px + 2vw);
}

h2 {
  font-size: 3em;
}

a {
  opacity: 1 !important;
  color: #242424;
}

a:hover {
  color: rgb(144, 62, 15);
  opacity: 1 !important;
}

main {
  display: flex;
  flex-grow: 1;
}

.zzz {
  border: 2px solid red;
}

.xxx {
  border: 3px dotted purple;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.active {
  color: rgb(144, 62, 15);
}

.bookmark {
  right: 10vw;
  position: absolute;
  top: 0;
  height: 76vh;
  width: 1.2rem;
  background-color: #CB8169;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 5px, hsla(0, 0%, 100%, 0) 25px);
  -webkit-filter: drop-shadow(0 2px 3px hsla(0, 0%, 56%, 0.75));
  box-sizing: border-box;
  padding-top: 50px;
  font-size: 1.5em;
  text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
}

.bookmark:before,
.bookmark:after {
  content: "";
  display: block;
  position: absolute;
}

.bookmark:before {
  bottom: -50%;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(-45deg, transparent 50%, #CB8169 50%), linear-gradient(45deg, transparent 50%, #CB8169 50%);
  z-index: -1;
}

.bookmark-text {
  position: absolute;
  top: 32vh;
  right: 4.5vw;
  font-family: "Dancing Script", cursive;
  font-size: 1.4rem;
  color: #CB8169;
  transform: rotate(90deg);
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
}

.bookmark-cta {
  position: relative;
  background: #CB8169;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.bookmark-cta:hover {
  transform: scale(1);
}

.bookmark-cta:before,
.bookmark-cta:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 15px solid #CB8169;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.bookmark-cta:after {
  bottom: auto;
  top: 100%;
  border-bottom: none;
  border-top: 15px solid #CB8169;
}

.form-control {
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #C9BAB2;
  background-color: transparent;
  border-radius: 4px;
}

.form-control:focus {
  border: 1.5px solid #CB8169;
  background-color: #fff;
}

.primary {
  color: #CB8169;
}

.navbar-logo {
  max-height: 3rem;
}

.logo-title {
  font-family: "Dancing Script", cursive;
  color: #242424;
  font-size: 1.7rem;
  padding-left: 1.2rem;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  text-size-adjust: auto;
  white-space: normal;
}

.navbar-item {
  font-size: 0.85rem;
  padding: 0 2rem;
}

.last-navbar-item {
  padding-left: 2rem;
  padding-right: 0;
  margin-right: 0 !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.custom-nav {
  background-color: #fff;
  color: #242424;
  padding: 0.5rem 4rem;
}

.admin-link {
  color: rgb(255, 77, 0) !important;
}

.section-base {
  left: calc(-50vw + 50%);
  width: 100%;
  position: relative;
}

.section-one {
  background-color: #F2EAE5;
}

.bg-1 {
  height: 20px;
  background-color: #F9F3F0;
}

.separator-line {
  width: 100%;
  height: 20px;
}

.separator-half-line {
  height: 20px;
}

.separator-1 {
  background-color: #F2EAE5;
}

.bg-2 {
  background-color: #F9F3F0;
  width: 100%;
  height: 100%;
}

.separator-3 {
  background-color: #F9F3F0;
}

.separator-4 {
  background-color: #ECE1DC;
}

.bg-5 {
  background-color: #EAE3E2;
}

.section-two {
  padding-bottom: 6rem;
  padding-top: 5rem;
  background-color: #FFFBFA;
}

.bg-2 {
  background-color: #F9F3F0;
}

.section-tree {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #F2EAE5;
  min-height: 60vh;
}

.blue {
  background-color: #F2EAE5;
}

.lila {
  background-color: violet;
}

.green {
  background-color: green;
}

.hero-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.hero-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 5%;
}

.hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-text {
  max-width: 70%;
  text-align: left;
}

.library-img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.welcome-text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  padding-right: 2rem;
  padding-top: 1rem;
}

.txt-left {
  text-align: left;
}

.offers-container {
  text-align: center;
  position: relative;
  height: 50vh;
  left: calc(-50vw + 50%);
  max-width: 99.569vw;
  width: 99.569vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.offers-container::before {
  content: "";
  background-image: url("/static/library/img/our-offers-background.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.year {
  padding-top: 1rem;
}

.calendar {
  width: 100%;
  height: 80vh;
}

.maps-iframe {
  min-height: 40vh;
  height: 100%;
  width: 99%;
  border-radius: 2px;
}

.p-02 {
  padding: 0.2rem;
}

.hours-row {
  padding: 0.3rem 0;
}

.hours-card {
  height: 100%;
}

.data-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contact-data-card {
  min-height: 100%;
  flex-grow: 1;
}

.contact-data {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.borderx {
  border: 2px rgb(0, 0, 255) dashed;
}

.link {
  color: rgb(0, 0, 255);
}

.error-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.error-title {
  color: #6a0d0d;
}

.error-reason-list {
  max-width: 40vw;
}

.contact-card-1 {
  margin-right: 1.5rem;
  min-height: 4rem;
}

.contact-card-2 {
  margin: 0 1rem;
  min-height: 4rem;
}

.contact-card-3 {
  margin-left: 1.5rem;
  min-height: 4rem;
}

.wrap {
  margin: 0 auto;
  position: relative;
}

.contact-form-p {
  padding: 0 2.25rem;
}

.contact-form-btn {
  padding-left: 0.8rem;
}

.hero-title {
  position: relative;
  color: #fff;
  background-color: #242424;
  font-size: 4.1em;
  line-height: 0.9;
  text-align: center;
  border-radius: 20px;
  width: auto;
  /* Making auto-sizable width */
  height: auto;
  /* Making auto-sizable height */
  padding: 1rem 1.2rem;
  /* Making space around letters */
}

.media-tr:hover {
  background-color: rgb(246, 246, 246);
  cursor: grab;
  border-radius: 10px;
}

.media-tr:hover .media-text {
  color: #CB8169 !important;
}

.counseling-container,
.media-container,
.learning-container,
.events-container {
  background-color: #F8F6F5;
  text-align: center;
  position: relative;
  height: 50vh;
  left: calc(-50vw + 50%);
  max-width: 99.569vw;
  width: 99.569vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.counseling-container::before {
  content: "";
  background-image: url("/static/library/img/illustrations/counseling-xl.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

.media-container::before {
  content: "";
  background-image: url("/static/library/img/illustrations/media-xl.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

.learning-container::before {
  content: "";
  background-image: url("/static/library/img/illustrations/learning-xl.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

.events-container::before {
  content: "";
  background-image: url("/static/library/img/illustrations/events-xl.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

.banner-title {
  position: relative;
  color: #261e2e;
  font-size: 3em;
  line-height: 0.9;
  text-align: center;
}

.form-border {
  border: 1px solid #C9BAB2;
}

.offer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.offer-img {
  max-width: 100%;
  height: auto;
}

.pagination a {
  color: #869ecc;
}

.pagination a:hover {
  opacity: 1 !important;
  font-weight: 900;
}

.custom-active:hover {
  color: #869ecc !important;
  opacity: 1 !important;
  font-weight: 900;
}

.card-container {
  padding: 1%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #F1EEEC;
  border-radius: 15px;
  height: 100%;
}

.modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  position: relative;
  border-radius: 10px;
}

.modal-part-1 {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 71px;
  gap: 10px;
  background: #F6C7B3;
  border: 1px solid #F6C7B3;
  border-radius: 10px 10px 0px 0px;
  /* Inside auto layout */
  width: 100%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.modal-part-2 {
  box-sizing: border-box;
  /* Auto layout */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

footer {
  margin: 0;
  background-color: #C9BAB2;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2rem;
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.footer-text {
  padding: 0.7rem 2rem;
}

.index-card {
  background-color: #FFFBFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #F1EEEC;
  border-radius: 15px;
}

.index-card:hover {
  transform: scale(1.05);
  background-color: #ECE1DC;
  border-color: #d9c8c0;
}

.book-outer-container {
  cursor: pointer;
  margin-bottom: 1.4rem;
  border-radius: 10px;
  position: relative;
}

.book-outer-container:hover .book-title {
  text-decoration: underline;
}

.book-outer-container:hover .book-image {
  box-shadow: -12px 16px 18px -2px rgba(169, 94, 73, 0.7);
}

.icon {
  color: #CB8169;
}

.book-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}

.book-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  border-radius: 10px;
  gap: 0.25rem;
}

.book-container-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.book-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.book-image {
  width: 128px;
  height: 205px;
  box-shadow: -12px 16px 18px -2px rgba(169, 94, 73, 0.5);
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  width: 152px;
  height: 205px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.book-info-1 {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px;
  height: 66px;
  width: 100%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.book-info-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  width: 100%;
  padding: 0.6rem;
  gap: 0.8rem;
}

.book-title {
  font-family: "Lato", sans-serif;
  line-height: 18px;
  padding-bottom: 0.2rem;
}

.book-author {
  font-size: 0.9rem !important;
  font-family: "Lato", sans-serif;
  color: #5f5f5f;
  line-height: 18px;
}

.extra-info {
  width: 100%;
  background-color: #3f1f10;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.silent {
  color: transparent;
}

.categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.flex-row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.flex-row-eq-height .card {
  width: 100%;
}

.flex-row-eq-height .card-body {
  flex: 1;
}

.opening-hours {
  background-color: #ECE1DC;
  border-radius: 10px;
}

p {
  margin-bottom: 0;
}

@media (max-width: 1136px) {
  .bookmark {
    display: none !important;
  }

  .bookmark-container {
    display: none !important;
  }
}

@media (max-width: 992px) {

  .contact-card-1,
  .contact-card-2,
  .contact-card-3 {
    margin: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
  }

  .footer-text {
    width: 100%;
    text-align: start;
  }

  .card .card-body {
    padding: 0;
  }

  .welcome-text-container {
    padding-bottom: 4rem;
  }

  .hero-title {
    font-size: calc(1.3rem + 3.6vw);
  }

  .banner-title {
    font-size: calc(1.3rem + 3vw);
  }

  .hero-container,
  .banner-container {
    height: 20vh;
  }

  #dots {
    display: none;
  }

  .hero-left {
    order: 2;
  }

  .hero-right {
    order: 1;
  }
}

.modal,
.modal-content {
  cursor: default;
}

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