/*

// Created :: 2025-02-23
// Updated :: 2026-03-22

*/

/* GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

/* BODY */

html { font-size: 10px; line-height: 1; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
}

/* OBECNÉ PRVKY */

a { text-decoration: none; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  line-height: 1.2;
  font-weight: 700;
}

h1 { font-size: 5rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

/* ZAHLAVI */

#zahlavi .logo a {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
}

/* MENU */

#menu ul li { list-style-type: none; }

#menu ul li a {
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* MENU :: BURGER */

.nav_close { font-size: 34px; }

.menu_all li a {
  text-decoration: none;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* KONTAKTY v záhlaví */

#zahlavi .kontakty li span {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

#zahlavi .kontakty li a {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* GALERIE */

/* SLUZBY */

.sluzby_box h2 {
  font-size: 1.9rem;
  letter-spacing: 0.01em;
}

.sluzby_box p { font-size: 1.5rem; line-height: 1.7; }

/* CENIK */

table.cenik td { font-size: 1.55rem; }
table.cenik td:last-child { font-size: 1.8rem; font-weight: 700; }
table.cenik td:nth-child(2) { font-size: 1.35rem; }

/* PATICKA */

#paticka .column h4 { font-family: 'Lato', sans-serif; }

/* COPYRIGHT */

#copyright { font-size: 1.25rem; text-align: center; }

/* ARTICLES */

.article_struktura_galerie a:hover { text-decoration: none; }

/* PROFIL */

#column_left_profil li.active { font-weight: bold; }

