body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15px;
    line-height: 1.5em;
    color: #333333;
}
#galleria img {
    width: 47%;
    height: 250px;
    margin: 1%;
    object-fit: cover;
}
header {
    max-width: 1000px;
    padding: 80px 10%;
    border-bottom: 1px solid lightgray;
    margin-left: auto;
    margin-right: auto;
}
section.main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 10%;
    border-bottom: 1px solid lightgray;
}
footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 10%;
    text-align: center;
    font-size: smaller;
}
header h4 {
    /* width: 50%; */
    /* float: right; */
    margin: 0;
    text-align: center;
}
h1, h2, h3, h4 {
    font-weight: 400;
    line-height: 1.5em;
}
h1 {
    font-size: 2em;
}
section.main h1 {
    margin-top: 0;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 1em;
}
li {
    margin-bottom: 10px;
}
.bottone a {
    margin: 20px 0px 0px 0;
    padding: 40px 20px;
    text-align: center;
    font-size: 200%;
    background-color: #2da8c9;
    text-decoration: initial;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    font-weight: 400;
    display: block;
    color: white;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.bottone a:hover {
    background-color: #5175a5;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer li {
    display: inline;
}
footer a {
    margin: 0 10px;
}
@media screen and (max-width: 800px) {
body {
    font-size: 90%;
}
header {
    text-align: center;
    padding: 10%;
}
header h4 {
    width: auto;
    float: none;
    margin: 0;
}
section.main {
    padding: 10%;
}
.bottone a {
    font-size: 140%;
}
footer {
    padding: 10%;
}
footer li {
    display: block;
}
	#galleria img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
}
.prodotto {
    width: 19.5%;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
}
.prodotto img {
    width: 180px;
}
.lista ul {
    columns: 3;
    margin-top: 60px;
    column-gap: 100px;
}
@media screen and (max-width: 800px) {
.prodotto {
    width: 100%;
    display: block;
}
    header img {
    width: 300px;
}
    .lista ul {
    columns: 1;
}
}