html, body {
      position: relative;
      height: 100%;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      color: #000;
      background-image: url("img/sfondosito.png");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      grid-template-rows: auto 1fr auto;
}

/*header*/

.headline{
  z-index: 3;
  padding: 10px;
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0px 0px 30px 0px;
  background-color: #935931;
}

.navbar-toggler {
	width: 100%;
}

.navbar{
  margin-bottom: 0px;
}

.casella-logo{
  display: inline-block;
  width: auto%;
}

.logo{
  width: 160px;
  margin-top: ;
}

/*menu*/


span {
	display: inline-block;
	vertical-align: middle;
	color: white;
  }
  
  ul {
	display: block;
	list-style-type: none;
	text-align: right;
  }
  
  a {
	color: #FFF;
  }
  a:hover {
	opacity: 0.7;
  text-decoration: none;
  }
 
  
  .menu {
	margin: 0 0px 0 0;
	padding-left: 1.25em;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 50px;
	text-align: right;
  }
  
  .menu-close {
	color: white;
	font-size: 0em;
	opacity: 0;
	text-align: center;
	font-weight: bold;
  
	-webkit-transition: 0.2s;
			transition: 0.2s;
  }
  
  .menu-close-visible {
	font-size: 2em;
	opacity: 1;
  
	-webkit-transition: 0.2s 0.4s;
			transition: 0.2s 0.4s;
  }
  
  .menu-global {
	z-index: -1;
	position: absolute;
	left: 0;
	height: 5px; 
	width: 100%;
	background-color: white;
  
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: 0.2s;
			transition: 0.2s;
  }
  
  .menu-global:hover {
	left: 10px;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
  }
  
  .menu-top {
	top: 0;
  }
  .menu-middle {
	top: 18px;
  }
  .menu-bottom {
	top: 36px;
  }
  
  .menu-text{
	opacity: 0;
	font-size: 0em;
	padding: 10px 0;
	-webkit-transition: 0.1s;
			transition: 0.1s;
  }
  
  .expand {
	box-shadow: rgba(0, 0, 0, 0.1) -2.5px 5px 7.5px, rgba(0, 0, 0, 0.1) 2.5px 5px 7.5px;
	width: 200px;
	height: 50px;
  
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  
  .menu-top-expand {
	top: 50px;
	background: #FFCD9C;
  
	-webkit-transition: all 0.5s 0.2s, left 0.1s;
			transition: all 0.5s 0.2s, left 0.1s;
  }
  
  .menu-middle-expand {
	top: 100px;
	background: #DD925F;
  
	-webkit-transition: all 0.5s 0.1s, left 0.1s;
			transition: all 0.5s 0.1s, left 0.1s;
  }
  
  .menu-bottom-expand {
	top: 150px;

	background: #935931;
  
	-webkit-transition: all 0.5s, left 0.1s;
			transition: all 0.5s, left 0.1s;
  }
  
  .menu-text-expand{
	color: white;
	opacity: 0.8;
	padding: 10px;
	font-size: 1.3em;
	-webkit-transition: all 0.2s 0.7s, font-size 0.1s;
			transition: all 0.2s 0.7s, font-size 0.1s;
  }

.boxcarrello{
	float: right;
}

/*swiper*/

.swiper {
  width: 100%;
  height: 85%;
}

.swiper-slide {
  background: #DD925F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination{
	align-items: center;
}

/*intestazione home*/

#ancora{
  height: 8%;
  margin-top: -60px;
}

h1 {
  font-family: 'DM Serif Display', serif;
  text-align: center;
  color: black;
  margin: 40px auto -30px auto;
  text-shadow: 0px 0px 6px rgba(255,255,255,10);
  padding: 30px;
}


/*box prodotti*/

#box-prodotti{
  margin: 3% auto;
}

p.card-text{
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-img-top:hover {
    opacity: 0.5;  
    box-shadow: 0px 0px 40px #935931;
  }

.navbar-toggler {
  background-color: red;
}


.btn-primary {
  background-color:#935931 !important;
  border:none;
}

/*footer*/

.footer {
  background-color: #935931;
  color: white;
  padding: 10px;
}

.contatti-social{
  display:inline-block;
  margin: 0px 30px;
}

#map {
  width: auto;
  height: 150px;
  margin-right:40px
}

.fot{
  display: inline-block;
  margin: 10px auto;
  vertical-align: top;
}

#rimandosocial{
  margin-left:20px ;
  padding-left:20px
}

.social{
  margin: 10px 30px 10px 0px;
  display: inline-block;
  color: white;

}

#testofooter{
  max-width: 500px;
  font-size: 12px;
  text-align: left;
  color: #FFE6AE;
}

@media screen and (max-width: 1200px){
  .logo{
    width: 100px;
  }
  
  /*menu*/

span {
	display: inline-block;
	vertical-align: middle;
	color: white;
  }
  
  ul {
	display: block;
	list-style-type: none;
	text-align: right;
  }
  
  a {
	color: #FFF;
  }
  a:hover {
	opacity: 0.7;
  text-decoration: none;
  }
 
  .menu {
	margin: auto 0px;
	padding-left: 1.25em;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: right;
  }
  
  .menu-close {
	color: white;
	font-size: 0em;
	opacity: 0;
	text-align: center;
	font-weight: bold;
  
	-webkit-transition: 0.2s;
			transition: 0.2s;
  }
  
  .menu-close-visible {
	font-size: 2em;
	opacity: 1;
  
	-webkit-transition: 0.2s 0.4s;
			transition: 0.2s 0.4s;
  }
  
  .menu-global {
	z-index: -1;
	position: absolute;
	left: 0;
	height: 5px; 
	width: 100%;
	background-color: white;
  
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: 0.2s;
			transition: 0.2s;
  }
  
  .menu-global:hover {
	left: 5px;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
  }
  
  .menu-top {
	top: 0;
  }
  .menu-middle {
	top: 10px;
  }
  .menu-bottom {
	top: 20px;
  }
  
  .menu-text{
	opacity: 0;
	font-size: 0em;
	padding: 10px 0;
	-webkit-transition: 0.1s;
			transition: 0.1s;
  }
  
  .expand {
	box-shadow: rgba(0, 0, 0, 0.1) -2.5px 5px 7.5px, rgba(0, 0, 0, 0.1) 2.5px 5px 7.5px;
	width: 200px;
	height: 50px;
  
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  
  .menu-top-expand {
	top: 50px;
	background: #FFCD9C;
  
	-webkit-transition: all 0.5s 0.2s, left 0.1s;
			transition: all 0.5s 0.2s, left 0.1s;
  }
  
  .menu-middle-expand {
	top: 100px;
	background: #DD925F;
  
	-webkit-transition: all 0.5s 0.1s, left 0.1s;
			transition: all 0.5s 0.1s, left 0.1s;
  }
  
  .menu-bottom-expand {
	top: 150px;

	background: #935931;
  
	-webkit-transition: all 0.5s, left 0.1s;
			transition: all 0.5s, left 0.1s;
  }
  
  .menu-text-expand{
	color: white;
	opacity: 0.8;
	padding: 10px;
	font-size: 1.3em;
	-webkit-transition: all 0.2s 0.7s, font-size 0.1s;
			transition: all 0.2s 0.7s, font-size 0.1s;
  }

.boxcarrello{
	float: right;
  margin-top: 10px;
}
.headline{
  z-index: 3;
  padding: 0px;
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0px 0px 30px 0px;
  background-color: #935931;
  }
  .swiper {
    width: 100%;
    height: 75%;
  }

  #box-prodotti{
    margin: 3% auto;
    text-align: center;
  }
  
  p{
    text-align: left;
  }

  .btn-primary{
    font-size: 8px;
    padding: 4px;
  }

  .footer {
    background-color: #935931;
    color: white;
    padding: 20px;
    align-content: center;
  }

  .contatti-social{
    display:inline-block;
    margin: 0px 30px;
  }
  
  #map {
    width: auto;
    height: 150px;
    margin: 0px 10px 10px auto;
  }
  
  .fot{
    display: inline-block;
    margin: auto;
    vertical-align: top;
  }
  
  h4{
    padding: 10px;
  }

  #rimandosocial{
    margin-left:0px ;
    padding-left:0px
  }
  
  .social{
    margin: 0px 10px;
    display: inline-block;
    color: white;

  }
  
  #testofooter{
    max-width: 500px;
    font-size: 12px;
    text-align: left;
    color: #FFE6AE;
  }
  
}

@media screen and (max-width: 700px){
  #map {
    width: auto;
    height: 150px;
    margin: 0px auto 10px auto;
  }

  #box-prodotti{
    margin: 3% auto;
    max-width: 80%;
    text-align: center;
  }

  .btn-primary{
    font-size: 10px;
    padding: 4px;
  }

  h4{
    border-top: 2px solid white;
    padding: 10px;
  }
}


                                                             /*carrello*/

.spazio-vuoto{
  width: 100%;
  height: 10%;
}

#titolo-carrello{
  margin: 50px auto 10px auto;
  padding: 0px;
}

#contenitore-carrello{
  background-color: white;
  margin-top: 0px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #935931;
}

tr{
  background-color: white;
  border-bottom: 1px solid #935931;
  vertical-align: middle;
}

.img_carrello{
  height:80px;
}

.table>tbody>tr>td{
  vertical-align: middle;
  max-width: 80px;
}

.form-control{
  width: 30%;
  min-width: 50px;
  padding: auto;
}

.bottoni-carrello{
  background-color: #935931;
  color: white;
  border-radius: 5px;
  width: 50px;
  border: none;
}

.footer-capriccioso{
  background-color: #935931;
  color: white;
  padding: 10px;
  position: inherit;
  bottom: 0px;
  width:100%;
}

button, input, select, textarea {
  width: 70px;
}

label {
  margin-bottom: 0px;
}


@media screen and (max-width: 768px){
  .img_carrello{
    display: none;
  }

  #contenitore-carrello{
    background-color: white;
    margin: 0px auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #935931;
    max-width: 90%;
  }

  .prezzo-singolo{
    display:none;
  }
  .footer-capriccioso{
    background-color: #935931;
    color: white;
    padding: 10px;
    position: inherit;
    bottom: 0px;
    width:100%;
  }
}

                                                            /*aboutus*/

#spazio-aboutus{
  width: 100%;
  height: 8%;
}

#fascia1{
  background-image: url(img/3chef.webp);
  width: 100%;
  min-height: 750px;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
}

#titolo-aboutus{
  color:white;
  margin: 0px auto ;
  text-shadow: 0px 0px 20px #935931;
  padding-top: 4%;
}

#testo1{
  z-index: 2;
  background-color: white;
  width: 50%;
  text-align: left;
  position: inherit;
  bottom: 40px;
  padding: 30px;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 20%;
  border-radius: 10px;
  vertical-align: bottom;
}

p{
  margin-bottom: 0px;
}
#fascia2{
  background-image: url(img/cake10intera.webp);
  width: 100%;
  min-height: 750px;
  background-position: center;
  background-size: cover;
}

#personalizzazione{
  color:#935931;
  font-family: 'DM Serif Display', serif;
  text-align: center;
  margin: 30px auto 20px auto;
}

#testo2{
  z-index: 2;
  background-color: white;
  width: 30%;
  padding: 30px;
  margin-left: 50px;
  opacity: 80%;
}

#fascia3{
  background-image: url(img/vassoio\ muffin.webp);
  width: 100%;
  min-height: 750px;
  background-position: center;
  background-size: cover;
  padding-top: 18%;
}

#testo3{
  z-index: 2;
  background-color: white;
  width: 30%;
  padding: 30px;
  margin: auto;
  border-radius: 10px;
}

#bottone-prodotti{
  background-color: #935931;
  z-index: 2;
  padding: 10px;
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
  margin-top: 20px;
  border-radius: 10px;
  border: none;
}

#bottone-prodotti a:hover{
  padding: 10%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px white;
  color:#FFE6AE;
}

@media screen and (max-width: 1200px){
  #testo1{
    z-index: 2;
    background-color: white;
    font-size: 10px;
    width: 60%;
    text-align: left;
    position: inherit;
    bottom: 40px;
    padding: 20px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20%;
    border-radius: 10px;
    vertical-align: bottom;
  }

  #testo2{
    z-index: 2;
    background-color: white;
    font-size: 10px;
    width: 40%;
    padding: 20px;
    margin-left: 4%;
    opacity: 80%;
  }

  #testo3{
    z-index: 2;
    background-color: white;
    width: 40%;
    font-size: 10px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
  }
  
  #bottone-prodotti{
    background-color: #935931;
    z-index: 2;
    padding: 10px;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
  }

  #bottone-prodotti a:hover{
    padding: 10% 20%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px white;
    color:#FFE6AE;
  }

  #spazio-aboutus{
    width: 100%;
    height: 4%;
  }

  #fascia1{
    background-image: url(img/3chef.webp);
    min-height: 500px;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
  }

  #fascia2{
    background-image: url(img/cake10intera.webp);
    min-height: 500px;
    background-position: center;
    background-size: cover;
  }

  #fascia3{
    background-image: url(img/vassoio\ muffin.webp);
    min-height: 500px;
    background-position: center;
    background-size: cover;
    padding-top: 20%;
  }
  
  #testo3{
    z-index: 2;
    background-color: white;
    width: 40%;
    font-size: 10px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
  }
  
  #bottone-prodotti{
    background-color: #935931;
    z-index: 2;
    padding: 10px;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
  }

  #bottone-prodotti a:hover{
    padding: 10% 20%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px white;
    color:#FFE6AE;
  }
}

@media screen and (max-width: 700px){
  #testo2{
    z-index: 2;
    background-color: white;
    font-size: 8px;
    width: 80%;
    padding: 10px;
    margin: auto;
    opacity: 80%;
  }
}

@media screen and (max-width: 550px){
  #spazio-aboutus{
    width: 100%;
    height: 4%;
  }

  #fascia1{
    background-image: url(img/3chef.webp);
    min-height: 250px;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 8%;
  }

  #titolo-aboutus{
    font-size: 20px;
    color:white;
    margin: auto;
    text-shadow: 0px 0px 8px #935931;
    margin-top: 30%;
    margin-bottom: -20px;
    }

  #testo1{
    z-index: 2;
    background-color: white;
    font-size: 8px;
    width: 85%;
    text-align: left;
    position: inherit;
    bottom: 40px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
    vertical-align: bottom;
  }

  #fascia2{
    background-image: url(img/cake10intera.webp);
    min-height: 250px;
    background-position: center;
    background-size: cover;
  }

  #personalizzazione{
    color:#935931;
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
  }

  #fascia3{
    background-image: url(img/vassoio\ muffin.webp);
    min-height: 250px;
    background-position: center;
    background-size: cover;
    padding-top: 15%;
  }
  
  #testo3{
    z-index: 2;
    background-color: white;
    width: 60%;
    font-size: 8px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
  }
  
  #bottone-prodotti{
    background-color: #935931;
    z-index: 2;
    padding: 8px;
    font-size: 8px;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
  }

  #bottone-prodotti a:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 20px white;
    color:#FFE6AE;
  }
}




                                                              /*box prodotto*/
#prodotti-singoli{
  margin-top: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #935931;
  background-color: white;
  z-index: 3;
  width: 70%;
  height: auto;
  padding:3%;
}

#spazio-prodotto{
  height: 10%;
  width: auto;
}

.immagine-prodotto{
  width: 100%;
  margin: auto;
}

#titolo-cupcake{
  font-family: 'DM Serif Display', serif;
  text-align: center;
  color: black;
  margin: auto;
  padding: 0px;
}



@media screen and (max-width: 768px){
  #prodotti-singoli{
    margin-top: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #935931;
    background-color: white;
    z-index: 3;
    width: 80%;
    height: auto;
    padding:3%;
  }

  #titolo-cupcake{
    margin: 0px auto;
    padding: 20px;
  }

  p.mb-4{
    margin-top: 20px;
  }
  
}







display:flex;