#diningTitle {
    color: #5b3a29; /* Tomato red, a friendly, warm color often used for casual dining */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* A softer text shadow to make it more casual */
    padding-top: 30px; /* Slightly reduced padding for a more casual look */
    font-family: "Bruno Ace SC"; /* Keeping the font as requested */
    display: flex;
    justify-content: center; /* Centers the title horizontally */
    text-align: center;
    margin: 0 auto;
    background-color: #FFF8DC; /* Light cream background for a relaxed, inexpensive vibe */
    border-radius: 10px; /* Soft rounded corners to make it feel more approachable */
    padding: 20px 30px; /* Added padding for comfort and balance */
    width: 80%; /* Adjusted width for a more open and casual feel */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth but not too extravagant */
    font-size: 28px; /* Slightly larger font for readability and emphasis */
}

.barMleczny{
    background: linear-gradient(45deg, #f5f3e0, #e6e1c7); /* Soft cream gradient for a warm, inviting feel */
    padding: 20px; /* Increased padding for a cozier appearance */
    margin: 15px; /* Slightly larger margin for better spacing */
    width: 300px; /* Adjusted width for a more balanced look */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Softer corners for a homely touch */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); /* Softer shadow for warmth */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Georgia', serif; /* A more traditional font for a rustic vibe */
    font-weight: 400; /* Normal weight for a relaxed feel */
    text-transform: none; /* Keep text in its natural case */
    transition: transform 0.3s ease; /* Smooth scale effect on hover */
    color: #5b3a29; /* Warm brown for text */
}

.barMleczny:hover {
    transform: scale(1.05); /* Slightly enlarge on hover for emphasis */
}

.baryMleczne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

/* Container that holds the gallery and the arrows */
.gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    margin-bottom: 20px; /* Adds space below the gallery container for better separation from the map */
  }
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;       /* Center items vertically */
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 100%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 100%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 300px;  /* Adjust this to the desired width */
    height: 200px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    float: center;

}

figcaption{
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    float: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
  
  /* Ensure the map is positioned below the gallery */
  .map-middle {
    display: block; /* Ensures it behaves as a block element */
    margin: 20px auto; /* Adds space around the map and centers it */
    width: 100%; /* Makes the map responsive */
    max-width: 640px; /* Sets a maximum width to keep it visually appropriate */
    height: 480px; /* Keep the original height, you can adjust this if needed */
  }
  
  .below-article{
    display: flex;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 100px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  #unit{
    font-size: 1.5em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 1500;
    justify-content: space-between;
    display: inline-flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 150px;
    height: 40px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    right: 20;
    top:-12px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    display: inline-flex;
    color: inherit;
    font: white;
    padding: 10px;
    height: 50px;
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

    
  .article-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .article, .properties{
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
  }

  .article a{
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
  
  .site h2{
    font-size: 24px;
    color: #333;
  }
  
  .site p{
    font-size: 18px;
    color: black;
  }
  
  .site.hidden{
    display: none;
  }

  .hidden{
    display: none;
  }

.text, .articles{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 0;
    width: 80%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;

}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}





.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

nav>a{
    padding: 10px;
    padding-left: 0;
    color: inherit;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}


div{
    margin-left: 0;
}

ul{
    margin-left: 0;
    padding-left: 0;
}

ol{
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}



img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

footer{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


footer>div>p{
    margin: 0;
    padding: 5px;
}

footer>div>p>a{
    color: white;
}


.flexbox97{
    text-align: left;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 200px;
    padding-right: 10px;
}

.flexbox98{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox99{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox100{
    text-align: right;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox101{
    float: right;
    display: inline-flex;
    padding-right: 200px;
  }


.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

ol{
    padding-left: 20px;
}

footer a:hover{
    color: #BFA14A;
}

nav a:hover:not(#homelogo) {
    transform: scale(1.05); /* Applies transform on hover for all except the logo */
  }
  
nav #homelogo:hover {
    transform: none !important; /* Prevents the transform on hover for the logo */
  }
  

nav>div>a{
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    width: 100%;   
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }




.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 90px;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 100px;
}



.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}



