@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #333;
  }
H1 {
  color: black;
}

  /* Galerie - horní obrázek s logem */
.gallery-header {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  
  .gallery-header .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .gallery-header .header-overlay {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.64);
    padding: 10px;
    border-radius: 8px;
  }
  
  .gallery-header .header-logo {
    max-width: 200px;
  }

  .denni img {
    width: 100%;
    
  }
  
 
  .denni-menu-container H1 {

    color: black;
  }




  .footer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 30px;
    color: #777;
  }


  .footer {
    background-color: #3b3b3b;
    color: white;
    padding: 40px 20px 20px;
    font-size: 14px;
  }
  
  .footer a {
    color: #e74c3c;
    text-decoration: none;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-column {
    flex: 1 1 250px;
    min-width: 250px;
  }


  
  .footer h3 {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .footer-map {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
  }
  
  .footer-bottom {
    border-top: 1px solid #555;
    margin-top: 20px;
    padding-top: 10px; 

    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .footer-social i {
    margin: 0 8px;
    font-size: 18px;
    color: #e74c3c;
  } 

  main {
    font-family: 'Outfit', sans-serif;
  }

  @media screen and (max-width: 768px) {



/* Zachováme původní pravidla pro zobrazení na mobilu */

.menu-img {
  display: block;
  width: 100%;
  height: auto;
}
  }

/* Mobil */

  

