@media (max-width: 500px) {
    .titleContainer {
        background: url("../images/titlePic/imgCHR1.jpg") center/cover no-repeat;
    text-align: center;
    color: #ffffff;
    max-height: 200px;
    padding: 70px 20px;
    height: 110px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
    .titleContainer h1 {
        position: relative;
        z-index: 2; /* Text nad tmavým overlayem */
        transform: translateY(10px); /* Posunutí textu o 20px dolů */
    }
}
.titleContainer {
    background: url("../images/titlePic/imgCHR1.jpg") center/cover no-repeat;
    text-align: center;
    color: #ffffff;
    padding: 90px 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.titleContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Přidání tmavého overlaye */
    z-index: 1;
}
@media (min-width: 501px) {
    .titleContainer h1 {
        position: relative;
        z-index: 2; /* Text nad tmavým overlayem */
        transform: translateY(80px); /* Posunutí textu o 20px dolů */
        text-align: center;
    }
}
#benefits li{
    font-size: 14px;
    padding: 5px;
}
h1{
    text-align: left;
}
h3{
    padding-bottom:15px;
}
.spaceTop{
    padding-top: 60px;
}
.bigger{
    font-size: 30px;
}
.bold{
    font-weight: 700;
}
#ZDE{
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    /* display: block; */
    background-color: #988240;
    border-radius: 5px;
    transition: background-color 0.7s ease;
}
#ZDE:hover{
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    /* display: block; */
    background-color: #5b5133;
    border-radius: 5px;
    
}

/* Zde scroll funkce */

.scroll-buttons {
      margin: 20px 0px;
}
.scroll-buttons a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #3b3e2a;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
@media (max-width: 590px) {
    .scroll-buttons a {
        display: block;
    }
}
.scroll-buttons a:hover {
    background-color: #6b5d18e7;
    color: black;
}
section {
    margin-bottom: 100px;
}