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;
}


#impression {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.order_online {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 5% 0 5%;
}

#zamow_online {
    font-family:'Courier New', Courier, monospace;
    font-size: 3em;
    font-weight: lighter;
    color:#320a0a;
}

.opis {
    font-size: 19px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(139, 135, 135)
}

.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%;
  }

.container {
    padding: 20px;
    height: 850px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
    align-items: center;
}



.container div {
    margin: 10px;
    width: 350px;
}

.pic1 img {
   height: 290px;
   margin-bottom: 50px;
}

.pic2 img {
    height: 290px;
    margin-bottom: 50px;
}

.pic3 img {
        height: 520px;
    }

.text1 {
    min-height: 300px;
}

.text1 h1 {
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: lighter;
    color:#320a0a;
}

.text1 p {
    text-align: center;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(139, 135, 135)
}

.text2 {
    height: 300px;
}

.text2 h1 {
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: lighter;
    color:#320a0a;
}

.text2 p {
    text-align: center;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(139, 135, 135)
}

.text3 {
    min-height: 300px;
}

.text3 h1 {
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: lighter;
    color:#320a0a;
}

.text3 p {
    text-align: center;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(139, 135, 135);
}

.text1 p {line-height: 1.5;} .text2 p {line-height: 1.5;} .text3 p {line-height: 1.5;}

#opinie {
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 3em;
    font-weight: lighter;
}

.opinions {
    text-align: center;
    color: white;
}
.opinions p {
    display: inline-block;
    width: 315px;
    font-size: 17px;
    margin: 20px;
    vertical-align: top;
    font-style: italic;
}

.opinions {
    background-image: url(opinie.png);
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    background-attachment: fixed;
    margin-top: 5%;
    margin-bottom: 5%;
}


.imgsmall {
    max-height: 300px;
    width: auto;
}

.last_description {
   text-align: center;
   display: flex;
   justify-content: center;
   flex-direction: column;
   margin: 0 5% 0 5%;
}

.last_description h1 {
    font-family:'Courier New', Courier, monospace;
    font-size: 3em;
    font-weight: lighter;
    color: #320a0a;
}

.last_description p {
    font-size: 19px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(139, 135, 135)
}

.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: 700px) {

  .container {

    height: 2300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
    align-items: center;
    flex-direction: column;
  }
 
}

@media (max-width: 1200px) {
    .container {
        height: 2300px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5%;
        align-items: center;
        flex-direction: column;
        padding: 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: 800px) {
    .big_logo {
      height: 280px;
      display: flex;
      flex-direction: column;
      align-content: center;
      margin: 0;
    }
    
}  


@media (min-width: 1600px) {

    .container div {
        width: 450px;
        text-align: center;
    }
}

@media (min-width: 1950px) {
    .container div {
        width: 550px;
    }
}





