body {
    margin: 0;
    padding: 0;
}

nav {
	position: sticky;
	top: 0;
	z-index: 4;
}

nav {
	position: sticky;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color:#320a0a;
}

.navbar {
    background-color: #320a0a;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu {
    list-style-type: none;
    display: flex;
    gap: 150px;
    
}

.menu li {
    list-style: none;
    flex-grow: 1;
    text-align: center;
   
}

.menu a {
    color: rgb(226, 226, 226);
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 17pt;
}

.menu-toggle {
    cursor: pointer;
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
}

.big_logo {
    padding: 20px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 24%;
  }

  .cukiernia_logo img {
    height: 270px;
  }

  .contact_logo img {
    height: 50px;
  }

  .contact_logo {
    margin-left: 10%;
  }

  .oferta {
    padding: 5px;
    height: 1800px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    align-items: center;
    justify-content: space-around;
    background-image: url(background2.png);
    object-fit: scale-down;
  }


  .oferta div {
    margin: 10px;
    width: 700px;
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border: 2px solid black;
    word-break: break-word;
    overflow-wrap: break-word;
    background-color: #70070711;
}

  .oferta1 {
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
 
  .oferta2 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta3 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta4 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta5 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta6 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta7 {
    background-color: blueviolet;
    height: 400px;
  }

  .oferta8 {
    background-color: blueviolet;
    height: 400px;
  }

  .ofertaimg {
    height: 250px;
    width: auto;
    margin: 3% 0 0 3%;
  }

  .table {
    height: 100px;
    margin: 5% 0 0 5%;
  }

  .oferta p {
    text-align: center;
    margin: 0 5% 0 5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 17px;
  }

  .table {
    width: 40%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
  }
  
  .table th,
  .table td {
    padding: 15px 15px;
    border: 1px solid black;
  }
  
  .table th {
    background-color: #7007075f;
  }

  .table caption {
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 22px;
    font-weight: bold;
    color:#320a0a;
  }



  .footer {
    background-color: rgba(93, 23, 23, 0.222);
    display: block;
    width: 100%;
    padding-bottom: 0.2em;
    height: auto;
    padding-top: 5em;
    text-align: center;
    margin-top: 5%;
}

#prawa {
    margin-top: auto;
    margin-bottom: 0;
    color:rgb(139, 135, 135)
}

.logo2 {
    max-height: 250px;
    width: auto;
    margin-bottom: 25px;
}


#nrtel {
    display: inline-block;
}

@media (max-width: 800px) {
    
  .oferta {
    height: 500%;
    padding: 0;
  }

  .oferta div {
    margin: 10px;
    width: 500px;
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border: 2px solid black;
    word-break: break-word;
    overflow-wrap: break-word;
    background-color: #70070711;
    flex-direction: column;
    height: 800px;
    align-items: center;
  }
}


@media (max-width: 1600px) {
  .oferta {
    height: 500%
  }
}

@media (max-width: 800px) {
  .big_logo {
    padding: 20px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .menu { 
      gap: 100px;
  }
}    

@media screen and (max-width: 800px) {
  .menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 1%;
      right: 1%;
      background-color: #320a0a;
      text-align: center;
      gap: 10px;
      align-content: center;
      padding-left: 0;
  }

  .menu-toggle {
      display: block;
  }
}

@media (max-width: 440px) {
  .table th,
  .table td {
    padding: 0;
    border: 1px solid black;
  }
  .ofertaimg {
    margin: 0;
    width: 93%;
  }
}
