body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding:0;
    background-color: #f0f0f0;
}
p {
    font-size: 1.2em; /* Larger text */
    line-height: 1.8; /* More space between lines */
}

/* Example for headers */
h2, h3 {
    font-size: 2em; /* Larger headers */
    line-height: 1.5; /* Space between lines in headers */
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

h4 {
    font-size: 1.5em; /* Larger headers */
    line-height: 1.5; /* Space between lines in headers */
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
    padding: 1em;
}

.header-image {
    height: 100px; /* Adjust the height as needed */
    margin-right: 4em;
    margin-left: 10em;
}

header h1 {
    margin: 0;
    flex-grow: 1;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

nav ul li {
    margin-right: 30px;
    padding: 1 em;
    margin: 1 em;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

#language-switcher {
    margin-left: 1em;
}

#language-switcher button {
    margin: 0 1em;
    padding: 0.5em 1em;
    border: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

#language-switcher button:hover {
    background-color: #555;
}
.instagram-link i {
    color: white; /* Change icon color to white */
    font-size: 64px; /* Adjust the size of the icon */
    text-decoration: none;
}

.instagram-link i:hover {
    color: #dddddd; /* Optional: Change the color on hover */
}
.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0em;
    background-color: #f0f0f0;
    text-align: center;
}
.main-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#about {
    text-align: center;
}

#about img {
    float: left;
    margin-right: 20px; /* Upravte mezery podle potřeby */
    cursor: pointer;
}

#technique h2 {
    clear: both;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

section {
    padding: 2em;
    text-align: center;
}

.offer-image {
    float: center;
    margin-right: 0em;
    margin-left: 0em;
    height: 100 px; /* Adjust the height as needed */
}

.offer_pictures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.offer_pictures img {
    margin: 0.5em;
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
    cursor: pointer;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    margin: 0.5em;
    /*max-width: 400px;*/
    max-height: 400px;
    object-fit: cover;
    cursor: pointer;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.form-group label {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.form-group input, .form-group textarea {
    padding: 0.5em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.form-group input[type="submit"] {
    width: auto;
    background-color: #333;
    color: white;
    border: none;
    padding: 0.5em 2em;
    cursor: pointer;
    border-radius: 4px;
    align-self: flex-start;
}

.form-group input[type="submit"]:hover {
    background-color: #555;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#imageCaption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.back-to-home {
    text-align: center;
    margin: 2em 0;
}

.home-button {
    display: inline-block;
    padding: 0.5em 1.5em;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.2em;
}

.home-button:hover {
    background-color: #555;
}

/* Additional CSS for list spacing */
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0; /* Adjust margin as needed */
}

h3 {
    margin: 20px 0; /* Ensure no extra space around h3 */
}
