* {
  box-sizing: border-box;
}

body {
  background-color: #f9f8f4 !important;
}

h1, h2, h3, h4, h5, h6,
.tableheader {
  color: #d87093 !important;
}

nav.navbar a.navbar-brand:hover {
  color: #d87093 !important;
}

.fancy-link {
  position: relative;
  display: inline-block;
  color: #000 !important;
  text-decoration: none;
}
.fancy-link.active {
  color: black;
  font-weight: bold;
}
.fancy-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: #d87093 !important;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.fancy-link.hovered::after {
  width: 110%;
}

@media (max-width: 990px) {
  .navbar-nav .nav-link:hover {
    color: #d87093 !important;
  }
  .fancy-link::after {
    display: none;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card:hover {
  transform: translateY(-10px);
}
.card-img-top {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .card-img-top {
    height: 150px;
  }
}
.card-body {
  text-align: center;
  flex-grow: 1;
}
.card-text {
  font-style: italic;
}
.card-title {
  font-weight: bold;
  margin-top: 10px;
}
.card-header {
  color: #d87093 !important;
}

.text-muted {
  font-size: 0.9em;
  color: #6c757d;
}

.kisKep {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 8px;
  border: 2px solid #d87093;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kisKep:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#felugro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  flex-direction: column;
}
#felugro img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px #ffffff;
}
#felugro #zaras {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
}
#felugro #zaras:hover {
  color: #d87093;
}
#felugro #bal, #felugro #jobb {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(-50%);
}
#felugro #bal {
  left: 30px;
}
#felugro #jobb {
  right: 30px;
}

.alahuzas {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 0.5px;
}

.bi-person,
.bi-1-square-fill,
.bi-2-square-fill,
.bi-3-square-fill,
.bi-4-square-fill {
  color: #d87093 !important;
}

.btn-primary {
  background-color: #d87093 !important;
}

.footerbg {
  background-color: #d87093;
}

.footericon {
  color: #f8f9fa;
  text-decoration: none;
}
.footericon:hover {
  color: rgba(196, 196, 196, 0.83);
}

.marka img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  width: 80%;
  margin: 0;
  padding: 0;
}
.marka img:hover {
  filter: none;
  opacity: 1;
}

#cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  margin: 0;
  display: none;
  opacity: 0.9;
}/*# sourceMappingURL=style.css.map */