@charset "utf-8";
/* Základný štýl pre stránku dlhovekost.eu */

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fdfcf7;
  color: #2c2c2c;
  line-height: 1.6;
}

header {
  background-color: #b4d455;
  color: white;
  padding: 1em; /*20px 0;*/
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-bottom: 1px solid #ccc;
}

header h1 {
  margin: 0;
  font-size: 2.5em;
}

nav {
  background-color: transparent; /*#f0f0f0;*/ 
  padding: 10px;
  text-align: center;
}

nav a {
  /*margin: 0 15px;*/
  margin: 0 1em;
  text-decoration: none;
  color: #009933; /*#333;*/
  font-weight: bold;
}

nav a:hover {
  color: #003300;  /*#82CC00; #b4d455;*/
}

main {
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
}

section {
  margin-bottom: 40px;
}

strong {
  font-weight: 500;
}

ul {
  margin-left: -20px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: 0.9em;
}

.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-height: 80px;
}

.page-title h1 {
  margin-top: 1em;
  font-size: 2em;
}

.breadcrumb p {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.3em;
}

.clanky-zoznam {
  list-style-type:none;
}

.projekt-zoznam {
  list-style-type:none;
}

.text-obrazok {
  font-style: italic;
}

.text-obrazok::before {
  content: "Obrázok (Ai): ";
}