/* === Základní nastavení === */
body {
  margin: 0;
  padding-bottom: 50px;
  background-color: #121212;
  color: #ffcc00;
  font-family: 'Segoe UI', sans-serif;
}

#content {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* === Texty === */
.content p,
.content li,
.content a,
.about-container div,
.counter {
  color: #ffcc00;
  text-shadow: 0 0 5px #ff5500;
}

/* === Hlavička === */
.title-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #121212;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.logo {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

/* === Menu === */
.menu {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.menu a {
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ff5500, #ffcc00, #ff5500);
  box-shadow: 0 0 6px rgba(255, 100, 0, 0.4);
  color: #fff;
  transition: transform 0.2s, box-shadow 0.3s;
}

.menu a:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.7);
}

/* === Mobilní menu === */
.menu-toggle {
  display: none;
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #ffcc00;
  cursor: pointer;
  z-index: 1100;
}

@media (max-width: 700px) {
  .menu {
    display: none;
    flex-direction: column;
    background-color: #1a1a1a;
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.8);
  }

  .menu.show {
    display: flex;
  }

  .menu a {
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #333;
    box-shadow: none;
  }

  .menu a:hover {
    background: linear-gradient(to bottom, #ffcc00, #ff5500, #ffcc00);
  }

  .menu-toggle {
    display: block;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
  }

  .about-container div {
    text-align: center;
  }
}

/* === Přepínač jazyka === */
.lang-switch {
  position: absolute;
  top: 12px;
  right: 12px;
}

.lang-switch button {
  background-color: #333;
  color: #ffcc00;
  border: 1px solid #555;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.lang-switch button:hover {
  background-color: #444;
}

/* === Footer === */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, #1a1a1a, #222);
  color: #ffcc00;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  text-shadow: 0 0 5px #ff5500;
  border-top: 1px solid #333;
  z-index: 1000;
  box-sizing: border-box;
}

/* === Sekce a nadpisy === */
.section h2 {
  color: #ffcc00;
  text-shadow:
    0 0 5px #ff5500,
    0 0 10px #ff5500,
    0 0 15px #ff8800,
    0 0 20px #ffaa00;
  font-weight: bold;
  animation: flicker 10s infinite;
}

@keyframes flicker {
  0%, 100% {
    text-shadow: 0 0 5px #ff5500, 0 0 10px #ff5500,
                 0 0 15px #ff8800, 0 0 20px #ffaa00;
  }
  25% {
    text-shadow: 0 0 6px #ff6600, 0 0 11px #ff6600,
                 0 0 16px #ff9900, 0 0 22px #ffcc00;
  }
  50% {
    text-shadow: 0 0 5px #ff5500, 0 0 9px #ff5500,
                 0 0 14px #ff8800, 0 0 19px #ffaa00;
  }
  75% {
    text-shadow: 0 0 7px #ff7700, 0 0 12px #ff7700,
                 0 0 17px #ffaa00, 0 0 23px #ffee00;
  }
}

/* === O mně sekce === */
.about-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.about-photo {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  animation: photoFlicker 10s infinite;
  box-shadow: 0 0 10px 3px #ff5500;
}

.about-container div {
  flex: 1;
  min-width: 0;
}

/* === Animace obrázku === */
@keyframes photoFlicker {
  0%   { box-shadow: 0 0 10px 3px #ff5500; }
  25%  { box-shadow: 0 0 12px 4px #ff7700; }
  50%  { box-shadow: 0 0 9px 2px #ff6600; }
  75%  { box-shadow: 0 0 13px 5px #ffaa00; }
  100% { box-shadow: 0 0 10px 3px #ff5500; }
}

/* === Odznak návštěvnosti === */
.visit-badge img {
  margin-left: 8px;
  filter: drop-shadow(0 0 2px #ffaa00);
}

@media (max-width: 700px) {
  .about-container {
    flex-direction: column; /* <-- toto zajistí pod sebe */
    align-items: center;     /* zarovnání na střed */
    text-align: center;      /* text na střed */
  }

  .about-container div {
    width: 100%;             /* aby text byl přes celý */
  }
  
  .menu {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #1a1a1a;
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.8);
  }

  .menu.show {
    display: flex;
  }

  .menu a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #333;
    box-shadow: none;
  }

  .menu a:hover {
    background: linear-gradient(to bottom, #ffcc00, #ff5500, #ffcc00);
  }

  .menu-toggle {
    display: block;
  }
}
