.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }


#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;
  }


a{
    text-decoration: none;
}



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;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.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{
    color: white;
    cursor: pointer;
    text-decoration: none;  
}

.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;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#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; 
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (min-width: 1025px){
.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 150px;
    padding-bottom: 80px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow-x: hidden;
    margin-bottom: 80px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 100%;
    display: block;
  }

  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    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;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px){

.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px){
.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    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;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px){
.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    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;
  }
}

 @media screen and (max-width: 480px){
.map-middle{
    z-index: 0;
    width: 70%;
    height: 350px;
    margin-top: 20px;
    padding-bottom: 80px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
.figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 280px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    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;
  }
}
