.margin {
  padding: 100px 0; }

.realizzazioni {
  padding: 60px 0 0 0; }


h1,h2,h3,h4,h5,h6,p,a{
  font-family: 'Raleway';
}
h2 {
    letter-spacing: 7px;
}
header {
  background-image: url("../img/home.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  header .grid-container {
    /* background: white; */
    padding: 5px; }
    header .grid-container a {
      font-size: 19px;
      color: black; }
      header .grid-container a:hover{
        text-decoration: underline;
      }
  header #offCanvasLeft1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #2a2a2a; }
    header #offCanvasLeft1 a {
      margin: 10px;
      font-size: 18px;
      color: white; }
      header #offCanvasLeft1 a:hover {
        text-decoration: underline; }
.navbar{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.impresa .text {
  padding: 0 40px 0 100px; }

.servizi {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.servizi-testo {
  background-image: url('../img/bg_servizi.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  color: white; }
  .overlay_servizi{
        padding: 100px 0;
    background: rgba(42, 42, 42, 0.6);
    height: 100vh;
  }
  .servizi-testo .cell {
    padding: 20px; }
  .servizi-testo .down {
    margin-top: 12px; }

    img.img_realizzazioni {
        filter: grayscale(100%) !important;
    }
    img.img_realizzazioni:hover {
        filter: none!important;
    }
.realizzazioni .small-12.medium-6.large-4 {
    padding: 3px;
}

.collapse {
    margin: 50px 20px;
}
.testo{
  text-align: center;
  margin-bottom: 30px;
}
.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery img {
  padding: 4px;
}
footer {
  width: 100%;
  background: #2a2a2a;
  color: white;
  padding: 30px; }


/* PAGE */
/* .gallery{
  margin: 100px 0;
}
.gallery .small-12.medium-6.large-4 {
    padding: 4px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
} */

@media (max-width: 1024px) {
  .servizi {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

  .text {
    padding: 20px !important; } }

/*# sourceMappingURL=style.css.map */
