body,
h1,
h2, h3 {
    font-family: "Raleway", sans-serif
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

p {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}

.bgimg, .bgimg4{
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bgimg2, .bgimg3 {
    min-height: 30%;
    background-position: center;
    background-size: cover;
}

.bgimg {
    background-image: url("content/par4.jpg")
}

.bgimg2 {
    background-image: url("content/par1.JPG");
}

.bgimg3 {
    background-image: url("content/par3.jpeg")
}

.bgimg4{
    background-image: url("content/plaz.jpg");
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    max-width: 100%;
  }

.row1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.row-container{
    width: 100%;
    max-width: fit-content;
}

.column {
flex: 25%;
max-width: 25%;
padding: 0 4px;
}

.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
    flex: 50%;
    max-width: 50%;
}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
  
.map{
    width: 100%;
    height: 400px;
    margin: 15px 0px;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); 
}

#dary, #pomoc{
    position: relative;
}

.w3-content {
    position: relative; /* Zajistí, že obsah bude nad overlay */
    z-index: 2;
}

.nadpis {
    z-index: 2;
}

.profile{
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    padding: 15px;
}
.profileHeading{
    
    margin: 0;
}

.darkPine{
    background-color: #434b3f;
    color: white;
}
.darkPine h1{
    color: #FFF4F4;
}

.hlavicka{
    z-index: 10;
}
.survio-widget{
    z-index: 10;
    position: relative;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

video {
    transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  }