* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif !important;
  background: #1452a0 !important;
  color: #fff !important;
}

h1, h2, h3 {
  margin-bottom: 2rem !important;
  color: #fff;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 1rem 0 1rem;
}

#testata {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#testata .logo {
  width: 45rem;
}

#descrizione {
  text-align: center;
  color: #1452a0;
}

#gallery {
  padding: 4rem 0 0 0;
}

#gallery .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

#gallery .wrapper img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pulsante {
  padding: .7rem 1rem;
  background: #ffd600;
  display: inline-block;
  border-radius: 1rem;
  text-decoration: none;
  color: #1452a0;
  font-weight: 600;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.pulsante:hover {
  opacity: .8;
}

.facebook {
  display: block;
}

.facebook img {
  width: 4rem;
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  #gallery .wrapper img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
  #gallery {
    padding: 2rem 0 0 0;
  }
  #gallery .wrapper img {
    height: 100px;
  }
  #testata .logo {
    width: 30rem;
  }
}
/*# sourceMappingURL=style.css.map */