@font-face {
  font-family: kari;
  src: url("../fonts/BerkshireSwash-Regular.ttf");
}

body {
  background-image: url("../img/1865510.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: kari;
  margin: 0;
}

/* Header */
h1 {
  background-color: rgb(255, 85, 85);
  color: rgb(193, 229, 159);
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  background-color: rgb(255, 85, 85);
  box-shadow: 0px 2px 10px #000000aa;
  text-align: center;
  padding: 10px 0;
  word-spacing: 20px;
}

.navbar a {
  padding: 10px 15px;
  color: rgb(193, 229, 159);
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.navbar a:hover {
  font-size: x-large;
  text-decoration: underline;
  color: rgb(163, 215, 138);
}

h3 {
  color: rgb(163, 215, 138);
}

p {
  color: rgb(193, 229, 159);
}

/* --- Responsive 2-column section --- */

.cseh-container {
  display: flex;
  gap: 20px;
  margin: 20px;
  justify-content: center;
  align-items: stretch;
}

.cseh-kar-leir,
.cseh-prog {
  flex: 1 1 50%;
  background-color: rgba(255, 85, 85, 0.82);
  box-shadow: 0px 2px 10px #000000aa;
  border-radius: 20px;
  padding: 15px;
  max-width: 600px;
}

.cseh-kar-leir img,
.cseh-prog img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* For small screens: switch to stacked layout */
@media (max-width: 650px) {
  .svajc-container {
    flex-direction: column;
  }
}

.footer {
  background: rgb(255, 85, 85);
  color: #fff;
  padding: 20px;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-nav {
  display: flex;
  gap: 16px;
}

.footer-nav a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #fff;
}

.mute button {
  background-color: transparent;
  border: transparent;
  transform: scale(3);
  margin-left: 1%;
  margin-top: 1%;
}
