.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caveat-fon {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#as{
  font-family: "Caveat", cursive;
  color: #f0e0c0;
  font-size: 30px;
  text-align: center;
  margin: 0 auto; /* Center the title */
}
body {
    background: #6e4023;
    background: linear-gradient(90deg, #6e4023 0%, #964f29 50%, #6e4023 100%);
    margin: 0;
    font-family: "Caveat", cursive;
    display: flex;
    flex-direction: column;
    height: 100%;
}

main {
    flex: 1; /* Push the footer to the bottom */
}

/* Navbar styles */
.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center all content horizontally */
    align-items: center;
    padding: 15px 20px;
    background: #4A2B18;
    background: linear-gradient(180deg, rgba(74, 43, 24, 1) 0%, rgba(110, 64, 35, 1) 93%);
    color: #f0e0c0;
    text-align: center;
}

.nav-left {
    display: flex;
    justify-content: center; /* Center the logo horizontally */
    width: 100%; /* Make the logo span the full width */
}

.nav-left img.logo {
    height: 70px;
}

.nav-right {
    display: flex;
    gap: 20px;
    margin-left: auto; /* Push the links to the right */
}

.nav-right a {
    text-decoration: none;
    color: #f0e0c0;
    font-size: 1rem;
}

.nav-right a:visited {
    color: #c2c5aa;
}

/* Dropdown menu styles */
.dropdown {
  display: none; /* Hidden by default */
  position: relative;
}

.dropdown-btn {
  background-color: #4A2B18; /* Lighter brown for the button */
  color: #f0e0c0; /* Cream text color */
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  border-radius: 5px; /* Optional: Add rounded corners */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8a5635; /* Slightly lighter brown for the dropdown */
  width: 100%;
  z-index: 1;
  flex-direction: column;
  border-radius: 5px; /* Optional: Add rounded corners */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

.dropdown-content a {
  color: #f0e0c0; /* Cream text color */
  padding: 10px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #a46b4a; /* Even lighter brown for hover */
  color: #ffffff; /* White text on hover */
}

/* Show dropdown menu on button click */
.dropdown.open .dropdown-content {
  display: flex;
}

.pliki{
    padding-left: 100px;
    position: absolute;
    
  }
  .slideshow-container {
    max-width: 700px;
    position: relative;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }

  .slideshow-container {
    max-width: 800px;
    position: relative;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

  }
  
  .mySlides {
    display: none;
  }
  
  .mySlides img {
    width: 100%;
    display: block;
  }
  .bot{
    position: absolute;
    text-align: center;
    top: 400px;
    left: 44%;
    color: #f0e0c0;
    font-family: "caveat";
  }
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgba(0,0,0,0.4);
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  .dots {
    text-align: center;
    margin-top: 10px;
  }
  
  .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  .galeria-img{
    height: 450px;
  }
  .galeria-tlo{
    background: #855538;
    background: linear-gradient(90deg, rgba(133, 85, 56, 1) 0%, rgba(125, 85, 66, 1) 50%, rgba(133, 85, 56, 1) 100%);
    width: 100%;
    padding-left: 2.4%;
    margin-left: -2%;
    padding-top: 4px;
  }
  .opis-lewo{
    font-size: 123%;
    color:#F2D3B9;
    border-radius: 8%;
    background: #4A2B18;
    background: linear-gradient(90deg, #4A2B18 0%, #692912 50%, #692912 100%);
    padding-top: 1%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    margin-left: 10%;
    float: left;
    width: 35%;
  }
  .opis-prawo{
float: left;
padding-left: 6%;
width: 45%;
  }
  .omnie-logo{
    border-radius: 8% 8% 8% 8%;
    height: 500px   ;
  }
/* Footer styles */
footer {
    text-align: center;
    padding: 20px;
    background: #4A2B18;
    background: linear-gradient(0deg, rgba(74, 43, 24, 1) 0%, rgba(110, 64, 35, 1) 93%);
    color: #f0e0c0;
    width: 100%;
    position: relative; /* Ensure the footer stays at the bottom of the content */
    bottom: 0;
    margin-left: 0;
}

.kontakt {
    padding-top: 1%;
    text-align: center;
}

.kontakt a {
    color: #f0e0c0;
    text-decoration: none;
}

.kontakt a:hover {
    color: #ffffff; /* White text on hover */
}
  .odkryj{
    color: #F2D3B9;
    font-family: Story Script;
    font-size: 200%;
float: left;
padding-left: 11%;
  }
  .l1{
    color: #F2D3B9;
    padding-top: 2%;
    margin-left: -2%;
    width: 35%;
    float: left;
  }
  
  .l2{
    
    padding-top: 2%;
    
    width: 35%;
    float: right;
  }

/* Responsive styles */
@media (max-width: 1024px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-right {
        flex-direction: column;
        gap: 10px;
    }
    .opis-lewo, .opis-prawo {
        width: 100%;
        float: none;
    }
    .opis-lewo {
        margin-bottom: 20px;
    }
    .fb-page {
        width: 100% !important;
    }
    .zdj1, .zdj2, .zdj3 {
        max-width: 500px; /* Adjusted maximum width for medium screens */
        width: 100%;
        height: auto;
    }
    .za1, .za2, .za3 {
        width: 100%;
        margin-left: 0;
    }
    .therapy {
        flex-direction: column;
    }
    .therapy-text, .therapy-image {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-right a {
        font-size: 0.9rem;
    }
    .opis-lewo, .opis-prawo {
        padding: 10px;
    }
    footer {
        font-size: 0.9rem;
    }
    .therapy {
        padding: 10px;
    }
    .zdj1, .zdj2, .zdj3 {
        max-width: 400px; /* Adjusted maximum width for smaller screens */
    }
    #as {
        font-size: 24px; /* Smaller font size for tablets */
    }
    .za1, .za2, .za3 {
        font-size: 16px; /* Smaller font size for tablets */
        width: 100%; /* Make the text container full width */
        margin-left: 0; /* Remove left margin */
    }
    .dropdown {
        display: block; /* Show dropdown menu on smaller screens */
    }

    .nav-right {
        display: none; /* Hide the regular navbar links */
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 10px;
    }
    .nav-left img.logo {
        height: 50px;
    }
    .nav-right a {
        font-size: 0.8rem;
    }
    .opis-lewo, .opis-prawo {
        padding: 5px;
    }
    footer {
        font-size: 0.8rem;
    }
    .zdj1, .zdj2, .zdj3 {
        width: 100%;
        height: auto;
        max-width: 350px; /* Further adjusted maximum width for very small screens */
    }
    .za1, .za2, .za3 {
        font-size: 14px; /* Even smaller font size for phones */
        padding: 10px; /* Adjust padding for smaller screens */
    }
    .therapy {
        padding: 5px;
    }
    #as {
        font-size: 18px; /* Even smaller font size for phones */
    }
}