/* ====== ZÁKLAD ====== *//* ====== ZÁKLAD ====== */
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f3ede4; /* béžové pozadie */
  color: #3b2f2f; /* tmavohnedý text */
  line-height: 1.7;
}

/* ====== HLAVIČKA ====== */
h1 {
  background: linear-gradient(90deg, #b9a48c, #9b8369);
  color: #fdfcfb;
  text-align: center;
  margin: 0;
  padding: 25px 0;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

h2 {
  background-color: #d9cbb5;
  color: #3b2f2f;
  text-align: center;
  margin: 0;
  padding: 12px 0 18px;
  font-size: 1.3rem;
  border-bottom: 2px solid #b9a48c;
}

/* ====== NAVIGÁCIA ====== */
table {
  width: 100%;
  background-color: #b9a48c;
  border-collapse: collapse;
  text-align: center;
}

th {
  padding: 10px 0;
}

th a {
  color: #fffdf8;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, background 0.3s ease;
  padding: 8px 16px;
  display: inline-block;
}

th a:hover {
  background-color: #f3ede4;
  border-radius: 6px;
}

/* ====== OBSAH ====== */
p, div {
  max-width: 900px;
  margin: 12px auto;
  font-size: 1rem;
}


/* ====== ODDĽAČOVAČ ====== */
hr {
  border: none;
  border-top: 2px solid #b9a48c;
  width: 90%;
  margin: 25px auto;
}

/* ====== ODKAZY ====== */
a {
  color: #7b5e46;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #5c4333;

}

/* ====== COPYRIGHT ====== */
center font[size="3"] {
  color: #5a4631;
  font-style: italic;
}




