* {
  margin: 1;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*styleshit for all page excepet for index */

body {
  font-family: 'Montserrat';




}
/*top*/
.header-container {
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.top {
  display: flex;
}

.logo {
  text-align: left;
  align-items: center;
  width: 70%;
}


.nav {
  text-align: left;
  width: calc(100% - 6px);


}

.gradient {
  color: rgb(112, 46, 13);
  padding-bottom: 10px;
}

h1 {
  padding: 10px 0;
  font-family: 'montserrat';
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 30px;
  font-family: 'montserrat';
  font-weight: 400;
  font-style: normal;
}

.established {
  padding: 10px;
  font-style: italic;
  color: rgba(91, 23, 23, 0.767);
  text-align: left;
}

h1,
h2,
p {
  text-align: center;
}
/*menu*/
.menu {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

hr {

  background-color: rgba(34, 148, 34, 0.767);
  border-color: rgba(32, 138, 32, 0.767);
}
.item>img{
  width: 200px;
  border: 1px solid rgba(32, 138, 32, 0.767);
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}
.item>img:hover{
  width: 250px;
  
}
.bottom-line {
  margin-bottom: 10px;
  margin-top: 25px;
}

h1,
h2 {
  font-family: Impact, serif;
  word-spacing: 2px;
  letter-spacing: 1px;
}

.item p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;

}

.item {
  border: 1px solid black;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item:hover {
  border: 3px solid rgba(32, 138, 32, 0.767);
  box-shadow: rgba(24, 90, 24, 0.767) 0px 7px 29px 0px;
  font-size: 18px;
}

.flavor,
.dessert {
  padding: 10px;
  text-align: left;
  width: 65%;
}

.price {
  text-align: right;
  width: 25%;
}

.ciao {
  list-style: none;
}


/* FOOTER */

footer {
  font-size: 14px;
}

.address {
  padding: 10px;
  margin-bottom: 5px;
}
/*style for "domicilio" */
.domicilio-header{
  padding-top: 30px;
}
.dom-p{
  font-family: 'montserrat';
  padding:10px 0px;
  font-size: 16px;

}

/*responsive preset*/
@media screen and (max-width: 800px) {

  .logo {
    text-align: center;
    width: calc(100% - 5px);
  }

  .top {
    display: inline;
  }

  .nav {
    padding: 10px;
    width: calc(100% - 30px );
  }
}
@media screen and (max-width: 600px) {
  .nav{
    width: calc(100% - 25px);
  }
  .logo {
  
    width: calc(100% - 5px);
  }
}