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%;
  }

  .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;
}


.contact {
    background-image: url(contactbackground.png);
    background-size: cover;
    background-position: center center;
    min-height: 650px;
    background-attachment: fixed;
    margin-top: 5%;
    margin-bottom: 5%;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contact div {
    margin: 10px;
    width: 600px;
}

.dane {
    line-height: 25px;
}

.formularz label {
    display: none;
}

.formularz {
    color: red;
    display: flex;
    flex-direction: column;
    background: none !important;
    color: white;
}

.pole {
    background: none !important;
    border: white 1px solid;
    border-radius: 5px;
    color: white;
    font-size: 22px;
    margin-bottom: 1%;
}

input {
    height: 20px;
}

.dane p {
    color: white;
    font-size: 22px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1 {
    font-size: 3em;
    color: white;
}

@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: 1150px) {
    .contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact div {
        width: 80%;
    }

    form {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

   h1 {
    font-size: 2em;
   }
  }