body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1 {
  font-family: "Fira Sans Bold";
}

h2 {
  font-size: 18px;
  color: #bb9c76;
}

h3 {
  color: #bb9c76 !important;
}

.login__img-container {
  max-width: 232px !important;
}

a.d-flex.align-items-center.mt-5,
a.d-flex.align-items-center.mt-5 i,
a.d-flex.align-items-center.mt-5 p {
  color: #bb9c76;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
  font-weight: 700;
}

a.d-flex.align-items-center.mt-5:visited i,
a.d-flex.align-items-center.mt-5:visited p {
  color: #b09270;
}

a.d-flex.align-items-center.mt-5:hover i,
a.d-flex.align-items-center.mt-5:hover p {
  color: #967d5e;
}

a.d-flex.align-items-center.mt-5:active i,
a.d-flex-align-items-center.mt-5:active p {
  color: #816a50;
}

a.d-flex.align-items-center.mt-5:focus i,
a.d-flex.align-items-center.mt-5:focus p {
  color: #967d5e;
  outline: none;
}

a.d-flex.align-items-center.mt-5 i {
  margin-right: 0.5rem;
}

.p-card .card-body {
  border: 1px solid #bb9c76;
  border-top: 0;
}

.p-card .card-body i {
  font-size: 24px;
  color: #bb9c76;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 576px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cards-grid > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Base card presentation */
.p-card {
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.p-card .card-img-top {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #bb9c76;
  border-bottom: 0;
  transition: transform 0.3s ease;
}

.cards-grid > a:hover .p-card,
.cards-grid > a:focus .p-card {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.cards-grid > a:hover .p-card .card-img-top,
.cards-grid > a:focus .p-card .card-img-top {
  /* transform: scale(1.03); */
}

.cards-grid > a:active .p-card {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.cards-grid > a:focus {
  outline: none;
}
.cards-grid > a:focus .p-card {
  box-shadow:
    0 0 0 3px rgba(187, 156, 118, 0.35),
    /* matches #bb9c76 */ 0 10px 22px rgba(0, 0, 0, 0.2);
}

.cards-grid > a:hover .p-card .card-body h5,
.cards-grid > a:hover .p-card .card-body small,
.cards-grid > a:hover .p-card .card-body i,
.cards-grid > a:focus .p-card .card-body h5,
.cards-grid > a:focus .p-card .card-body small,
.cards-grid > a:focus .p-card .card-body i {
  color: #967d5e;
}

.cards-grid > a .card-body .card-text i {
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.cards-grid > a:hover .card-body .card-text i,
.cards-grid > a:focus .card-body .card-text i {
  transform: translateX(3px);
  color: #967d5e;
}

.cards-grid > a {
  display: flex;
}

.p-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-card .card-body {
  display: flex !important;
  flex-direction: column !important;
}

.p-card .card-text {
  margin-top: auto !important;
}

.p-pagination {
  margin-top: 20px;
  display: flex;
  /* gap: 8px; */
}

.p-pagination button {
  padding: 4px 8px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  color: #fff;
}

.p-pagination button.active {
  color: #bb9c76;
}

.p-pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cookies-box {
  position: fixed;
  bottom: 0;
  background-color: rgb(54, 54, 54, 0.85);
  z-index: 1;
  display: none;
  font-size: 14px;
  width: 100%;
  color: #fff;
}

/* FORCE borders on hover so they don't disappear */
/* .cards-grid > a:hover .p-card .card-img-top,
.cards-grid > a:focus .p-card .card-img-top {
  border-top: 4px solid #bb9c76 !important;
  border-left: 8px solid #bb9c76 !important;
  border-right: 8px solid #bb9c76 !important;
} */
