.navbar {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h4 {
  font-size: 1.5rem;
  color: var(--bs-primary);
}

.card:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

.navbar-sticky {
  opacity: 0.8;
}

.header .slide {
  width: 80%;
  margin: 0 auto;
}

.img-portrait {
  width: 44.5%;
  height: auto;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcb' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcb' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.close {
  font-size: 1.5rem;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transition: top 300ms;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms;
}

@media (max-width: 576px) {
  .header .slide {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
@media (min-width: 1921px) {
  .modal-dialog {
    width: 1300px;
    margin: 30px auto;
  }
}
.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}
#gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}

.item {
  flex: 1 1 auto;
  display: flex;
  width: 150px;
}

.item img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.img-thumbnail:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}
