/* CSS változók (színek és értékek) */
:root {
  --accent: #ff6600; /* narancssárga accent szín */
  --accent-strong: #ff8800; /* erősebb narancssárga hover esetén */
  --text-gray: #989797; /* szürke szöveg (nav, gombok) */
  --text-light-gray: #b7b5b5; /* világosabb szürke (footer) */
  --bg-dark: #000; /* fekete háttér */
  --bg-navbar: rgba(23, 22, 23, 0.95); /* navbar háttér */
  --bg-glass: rgba(21, 21, 21, 0.7); /* üveghatású overlay */
  --focus-color: rgba(255, 140, 0, 0.5); /* fókusz kiemelés */
  --focus-ring: 3px solid rgba(255, 140, 0, 0.6); /* fókusz outline */
  --shadow-accent: rgba(255, 102, 0, 0.7); /* narancssárga árnyék */
}

/* Alap stílusok */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg-dark);
  color: #fff;
}

/* ASZTALI NAVIGÁCIÓS SÁV */
.navbar {
  background: url(images_art_gallery/menu_bar.png) no-repeat top center;
  background-size: cover;
  background-color: rgba(23,22,23,0.95);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

.logo {
  width: 190px;
  height: 38px;
  margin-left: 130px;
  background: url(images_art_gallery/logo_2.png) no-repeat left center;
  background-size: contain;
}

/* ASZTALI MENÜ LINKEK */
.nav-links {
  list-style: none;
  display: flex !important;
  gap: 2rem;
  margin: 0;
  padding: 0;
  color: #989797;
  z-index: 1100;
}

.nav-links a.active {
  color: #ffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8), 0px -1px 1px rgba(255, 255, 255, 0.8);
}

.nav-links li a {
  color: #989797;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  text-shadow:
    0px 3px 3px rgba(0, 0, 0, 0.8),
    /* alsó árnyék */
    0px -1px 1px rgb(255, 255, 255);
  /* felső fény */

  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-links :hover {
  color: #fff;
  text-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.7),
    0px 0px 8px rgb(255, 255, 255);
}

.hamburger {
  display: none;
  /* asztali nézetben nem látszik */
}


/* Hamburger ikon alapstílusa */
.hamburger span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  display: block;
}

/* Amikor a hamburger aktív (X állapot) */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


/* MOBIL NAVIGÁCIÓ */
@media (max-width: 768px) {

  /* Menü elrejtése mobilon alapértelmezetten */
  .nav-links {
    display: none !important;
    flex-direction: column;
    gap: 1rem;
  }

  /* Lenyíló menü megjelenése */
  .nav-links.open {
    display: flex !important;
    position: absolute;
    top: 60px;
    right: 20px;
    background: rgba(0, 0, 0, 0.85);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    z-index: 1500;
  }

  /* Hamburger ikon megjelenítése mobilon */
  .hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 6px !important;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 1700; /* biztosan a logó és a lenyíló menü fölött legyen */
  }

  /* Mobilon a logó legyen középen */
  .logo {
    margin-left: 0px !important;
    position: absolute;
    z-index: 1650; /* a hamburger fölött, de a navigációs elemek alatt */
  }
}

.hero-banner {
  width: 100%;
  height: 480px;
  /* fix banner magasság */
  overflow: hidden;
  position: relative;
  /* a felirat pozicionálásához szükséges */
}

/* Banner kép animációval */
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* kitölti a rendelkezésre álló teret */
  object-position: center;
  /* a kép közepe marad fókuszban */
  display: block;
  animation: zoomInOut 12s ease-in-out infinite;
}

/* Nagyítás-kicsinyítés (zoom) animáció */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.22);
  }

  100% {
    transform: scale(1);
  }
}

.hero-slogen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-slogen .slogen-text {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  max-width: 700px;
  padding: 2rem 2.5rem;
}

.hero-slogen h2 {
  font-size: 3rem !important;
  margin-bottom: 1rem;
}

.hero-slogen h3 {
  font-size: 1.6rem;
  margin-bottom: 100px;
}

.hero-slogen p {
  font-size: 1.6rem;
  line-height: 1.7;
}


/* Mobil nézet beállításai a bannerhez */
@media (max-width: 768px) {
  .hero-banner {
    height: 480px;
  }

  .slogen-box,
  .hero-slogen {
    width: 100%;
    /* majdnem teljes szélesség */
    max-width: 500px;
    /* ne legyen túl széles nagyobb mobilokon sem */
  }

  .hero-slogen h2 {
    font-size: 2.2rem !important;
  }

  .hero-slogen h3 {
    font-size: 1.2rem !important;
    margin-left: 80px;
  }

  .hero-slogen p {
    font-size: 1.3rem;
  }

}

/* Szűrő szekció */
.filter-section {
  position: relative;
  margin-top: -70px;
  /* rátolja a szűrőt a bannerre */
  text-align: center;
  z-index: 20;
  width: 100%;
  background-image: url('images_art_gallery/filter_bar.png');
  /* az ecsetvonásos háttérkép */
  background-size: cover;
  background-position: top center;
  /* a kép teteje legyen látható */
  background-repeat: no-repeat;
}


.filter-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 21;
  /* a gombok az ecsetvonás fölött legyenek */
}

 .paint-drop {
  position: absolute;
  top: 12px;
  /* az ecset alól indul */
  left: 50%;
  /* középre helyezzük, majd pixel-alapú eltolással finomhangoljuk */
  transform: translateX(-50%);
  /* a margó segítségével pontosítjuk az eltolást a nézőtértől függetlenül */
  margin-left: -105px;
  width: 14px;
  height: 14px;
  background: rgba(151, 50, 0, 1);
  /* a festékcsepp színe */
  border-radius: 50%;
  z-index: 10;
  animation: drip 3s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
 }

/* Fénycsík a csepp közepén a realisztikusabb hatáshoz */
.paint-drop::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  /* vékony fénycsík */
  height: 13px;
  /* elnyújtott fény */
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  filter: blur(1px);
  /* lágyabb csillogás */
  opacity: 0.9;
  pointer-events: none;
}

/* A festékcsepp lehullásának animációja */
@keyframes drip {
  0% {
    transform: translateX(-50%) translateY(0) scale(0.8, 0.8);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  85% {
    transform: translateX(-50%) translateY(20px) scale(0.4, 2.8);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(40px) scale(1.5, 0.1);
    opacity: 0;
  }
}

/* Akadálymentesség: animációk kikapcsolása, ha a felhasználó így kérte a rendszerében */
@media (prefers-reduced-motion: reduce) {
  .paint-drop,
  .hero-banner img {
    animation: none !important;
    transition: none !important;
  }
}

/* Akadálymentes fókusz stílusok billentyűzetes navigációhoz */
a:focus,
a:focus-visible,
.nav-links a:focus,
.nav-links a:focus-visible,
.filter-bar button:focus,
.filter-bar button:focus-visible,
button:focus,
button:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

/* Finomabb fókusz-gyűrű modern böngészőkben */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 6px rgba(255,140,0,0.18);
  border-radius: 4px;
}

.filter-bar button {
  margin-top: 80px;
  margin-bottom: 30px;
  background: none;
  border: none;
  color: #989797;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;

  /* Bevésett (engraved) szöveg hatás */
  text-shadow:
    0px 3px 3px rgba(0, 0, 0, 0.8),
    /* alsó árnyék */
    0px -1px 1px rgb(255, 255, 255);
  /* felső fény */

  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.filter-bar .active {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(255, 255, 255, 1);
}

.filter-bar button:hover {
  color: #fff;
  text-shadow:
    0px 2px 2px rgba(0, 0, 0, 0.7),
    0px 0px 8px rgb(255, 255, 255);
}

/* Szoftver logók konténere */
.software-logo {
  display: flex;
  justify-content: center;
  /* középre igazítás */
  align-items: center;
  gap: 1.2rem;
  /* távolság a logók között */
  flex-wrap: wrap;
  /* mobilon törjön több sorba */
  margin-bottom: 3rem;
}

/* Egyedi szoftver logó stílusa */
.single-software-logo img {
  display: block;
  width: 150px;
  /* egységes szélesség */
  height: auto;
  border-radius: 30px;
  /* kerekített sarkok */
  padding: 0.5rem;
  transition: transform 0.3s ease;
}

/* Hover effekt a logókon – finom kiemelés */
.single-software-logo img:hover {
  transform: scale(1.08);
}

/* Galéria fejléc szövege */
.hero-text {
  text-align: center;
  color: #fff;
  max-width: 900px;
}

/* Nagy, hangsúlyos főcím */
.hero-title {
  margin: 0;
  font-size: 5.5rem;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Színezett szövegrészek a címben */
.title-marcellus {
  color: #ff6600;
}

.title-3d {
  color: #ffffff;
}

.title-gallery {
  color: #999999;
}

/* Alcímek stílusa */
.hero-title-h2 {
  font-size: 2.8rem;
  font-weight: 300;
  opacity: 0.9;
  margin: 0;
  padding: 0;
}

.hero-title-h3 {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.9;
  margin: 0;
  padding: 0;
}

/* Rövid leírás a fejlécben */
.hero-title-p {
  margin-top: 0.1rem;
  font-size: 1.3rem;
  opacity: 0.8;
  margin-bottom: 3rem;
}

/* Galéria szekció */

.gallery-section {
  margin-top: -15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Galéria háttér animációval */
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images_art_gallery/banner.png');
  background-size: 110%;
  /* kicsit nagyobb, hogy legyen tere az úszásnak */
  background-position: center;
  opacity: 0.8;
  z-index: 0;
  animation: bgDriftZoom 12s ease-in-out infinite alternate;
}

/* Háttér mozgás és zoom animáció */
@keyframes bgDriftZoom {
  0% {
    background-size: 110%;
    background-position: 50% 50%;
  }

  50% {
    background-size: 150%;
    /* finom ráközelítés */
    background-position: 60% 70%;
    /* enyhe eltolódás */
  }

  100% {
    background-size: 110%;
    background-position: 52% 48%;
    /* visszatérés */
  }
}

/* Fényeffekt réteg a galéria felett */
.light-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* közvetlenül a háttér felett */
  pointer-events: none;
  overflow: hidden;
}

/* Széles fénycsík */
.light-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 15%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 140, 0, 0) 0%,
      rgba(255, 94, 0, 0.8) 50%,
      rgba(255, 140, 0, 0) 100%);
  transform: skewX(-20deg);
  animation: lightSweepWide 15s ease-in-out infinite;
}

/* Vékony fénycsík */
.light-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 5%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 180, 80, 0) 0%,
      rgba(133, 59, 2, 0.837) 50%,
      rgba(255, 180, 80, 0) 100%);
  transform: skewX(-20deg);
  animation: lightSweepThin 15s ease-in-out infinite;
  animation-delay: 0.4s;
}

/* Fénycsíkok animációja balról jobbra */
@keyframes lightSweepWide {
  0% { left: -150%; }
  50% { left: 150%; }
  100% { left: 150%; }
}

@keyframes lightSweepThin {
  0% { left: -180%; }
  50% { left: 180%; }
  100% { left: 180%; }
}

/* Fordított fényréteg – jobbról balra mozgó csíkok */
.light-layer.reverse {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Széles csík fordítva */
.light-layer.reverse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 150%;
  width: 15%;
  height: 100%;
  background: linear-gradient(300deg,
      rgba(255, 140, 0, 0) 0%,
      rgba(255, 94, 0, 0.8) 50%,
      rgba(255, 140, 0, 0) 100%);
  transform: skewX(20deg);
  /* ellentétes irányú dőlés */
  animation: lightSweepWideReverse 15s ease-in-out infinite;
  animation-delay: 7.5s;
}

/* Vékony csík fordítva */
.light-layer.reverse::after {
  content: "";
  position: absolute;
  top: 0;
  left: 180%;
  width: 5%;
  height: 100%;
  background: linear-gradient(300deg,
      rgba(255, 180, 80, 0) 0%,
      rgba(133, 59, 2, 0.837) 50%,
      rgba(255, 180, 80, 0) 100%);
  transform: skewX(20deg);
  animation: lightSweepThinReverse 15s ease-in-out infinite;
  animation-delay: 7.9s;
}

/* Fordított irányú fény-animációk */
@keyframes lightSweepWideReverse {
  0% { left: 150%; }
  50% { left: -150%; }
  100% { left: -150%; }
}

@keyframes lightSweepThinReverse {
  0% { left: 180%; }
  50% { left: -180%; }
  100% { left: -180%; }
}


/* "Glassmorphism" hatású rátét a galéria mögött */
.glass-overlay {
  position: relative;
  z-index: 2;
  /* a fénycsíkok felett legyen */
  background: rgba(21, 21, 21, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 3rem 0;
}

/* Galéria rács (Masonry-szerű oszlopos elrendezés) */
.gallery {
  z-index: 3;
  column-count: 2;
  column-gap: 2rem;
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.gallery-h2 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  opacity: 0.95;
}

.gallery-h3 {
  margin-top: 0.5rem;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  opacity: 0.95;
  font-weight: lighter;
}

.gallery-h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  opacity: 0.95;
  font-weight: lighter;
}

.gallery-p {
  margin-top: 0.5rem;
  padding: 0;
  font-size: 1rem;
  opacity: 0.9;
}

.gallery-item {
  break-inside: avoid;
  /* megakadályozza az elem kettévágását az oszlopok között */
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
}

.gallery-featured {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.gallery-item.featured {
  max-width: 900px;
  width: 100%;
  margin: 0;
}

/* Kép és képaláírás tároló */
.img-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.img-wrapper img {
  border: 2px solid #ff6600;
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.7);
  opacity: 0.6;
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-wrapper img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.8);
  opacity: 1;
  filter: brightness(1.2);
  /* extra fényesség hover esetén */
}

/* Képaláírás a képen */
.caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.95rem;
  font-style: italic;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  transition: background 0.3s ease;
  margin-bottom: 0.5rem;
}

.img-wrapper:hover .caption {
  background: rgba(0, 0, 0, 0.75);
}

/* Mobil beállítások */
@media (max-width: 768px) {
  .paint-drop {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 105px;
  }

  .filter-bar button {
    font-weight: bold;
    font-size: 1rem;
  }

  .gallery {
    column-count: 1;
    /* mobilon egy oszlopos megjelenítés */
    max-width: 100%;
  }

  .gallery-featured {
    padding: 0 1rem;
  }

  .single-software-logo img {
    width: 90px;
    border-radius: 15px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-title-h2 {
    font-size: 1.12rem;
    text-transform: uppercase;
  }

  .hero-title-h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero-title-p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .gallery-p {
    font-size: 0.9rem;
    margin: 5px 20px 10px 20px;
  }

  .gallery-h2 {
    font-size: 2.2rem;
  }

  .gallery-h3 {
    font-size: 0.9rem;
    margin: 0 30px 5px 30px;
  }

  .gallery-h4 {
    font-size: 0.9rem;
    margin: 0;
  }

  .img-wrapper img {
    border: 1px solid rgba(255, 102, 0, 0.5);
    box-shadow: 0 2px 6px rgba(255, 102, 0, 0.7);
    opacity: 1;
  }

  .paint-drop {
    left: 50%;
    transform: translateX(-50%);
  }

  .light-layer,
  .light-layer.reverse {
    z-index: 3;
    opacity: 0.3;
    /* mobilon halványabb fényeffekt */
  }
}

/* Lightbox (felugró képnézegető) */
.lightbox {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.lightbox.show {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85%;
  overflow-y: auto;
  text-align: center;
  padding: 1rem;
}

.lightbox-img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  line-height: 1;
  transition: background 0.3s ease, transform 0.2s ease;
}

.lightbox .close:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

/* Lábléc (Footer) */
.footer {
  position: relative;
  background-color: #171617;
  width: 100%;
  padding-top: calc(2rem + 50px);
  /* 50px extra hely a tartalom lejjebb tolásához */
  padding-bottom: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  max-height: 780px;
  background-image: url(images_art_gallery/footer_bg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto auto;
  z-index: 0;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
  /* tartalom maximális szélessége */
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
  /* kisebb képernyőn az oszlopok egymás alá kerülnek */
}

.footer-column {
  flex: 1 1 220px;
  /* flex-grow, flex-shrink, basis */
  min-width: 200px;
}

.footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}

.footer-column h3 {
  color: #ff6600;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;

}

.footer-column p,
.footer-column li {
  color: #b7b5b5;
  opacity: 0.85;
  line-height: 1.5;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  color: var(--accent);
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

/* Copyright */
.copyright {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  color: var(--text-light-gray);
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.copyright a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #fff;
}

/* Social media ikonok stílusa */
.social-links {
  margin-top: 1.5rem;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.8rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.social-links li {
  display: inline-block;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  color: var(--accent);
  font-size: 2.5rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-3px) scale(1.1);
}

@media (max-width: 768px) {
  .footer-inner {
    text-align: center;
    gap: 2rem;
  }

  /* Lábléc oszlopok középre igazítása mobilon */
  .footer-column {
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .social-links ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap !important;
  }

  .social-links li {
    display: inline-block !important;
  }

  .footer-column ul {
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .footer-column ul li {
    display: block;
    margin: 0.25rem 0;
    text-align: center;
  }
}

/* Reszponzív finomhangolás: a festékcsepp igazítása az ecsetvéghez különböző szélességeken */
@media (max-width: 1400px) {
  .paint-drop { margin-left: -110px; }
}

@media (max-width: 1200px) {
  .paint-drop { margin-left: -105px; }
}

@media (max-width: 992px) {
  .paint-drop { margin-left: -105px; }
}

@media (max-width: 768px) {
  .paint-drop { margin-left: -102px; }
}

@media (max-width: 480px) {
  .paint-drop { margin-left: -102px; }
}