<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ============================================================
  SECTIONS
============================================================ */

.container &gt; span {

  padding: 70px 0 0 !important;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
box-sizing: initial;
height: 350px;
padding: 250px 0 0;
text-align: center;
}

section.module.culaccio { text-align:center;
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
text-align: center;
}
section.module.catebbio {
  background-image: url("../img/saturnia-yoga1.jpg");
}
section.module.parallax-1 {
  background-image: url("../img/tuscany-2.jpg");
}
section.module.parallax-2 {
 background-image: url("../img/tuscany-5.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/tuscany-8.jpg"); position: relative;
}
section.module.parallax-5 {
  background-image: url("../img/tuscany-1.jpg"); position: relative;
}
section.module.parallax-6 {
  background-image: url("../img/tuscany-7.jpg"); position: relative;
}
section.module.parallax-7 {
  background-image: url("../img/amalfi.jpg"); position: relative;
}
section.module.parallax-3 {
  background-image: url("../img/footer.jpg"); position: relative;
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }

}


</pre></body></html>