body {
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.heroparagraph {
  max-width: 500px;
  margin-bottom: 40px;
}

.heroparagraph.margintop {
  margin-top: 40px;
}

.button {
  width: 200px;
  min-width: 100px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #c46942;
  text-align: center;
}

.button.contatti {
  margin-top: 15px;
  background-color: #c46942;
}

.div-destra {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100vh;
  background-image: url('../images/Background-Sinistra.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link {
  padding-top: 0px;
  -webkit-transform: translate(0px, 0px) rotate(-90deg);
  -ms-transform: translate(0px, 0px) rotate(-90deg);
  transform: translate(0px, 0px) rotate(-90deg);
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #c46942;
}

.brand {
  padding-top: 20px;
}

.div-block-2 {
  z-index: -1;
}

.herocontain {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.herocontain.portfolio {
  height: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 140px 5px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(-18px, 0px) translate(0px, 0px);
  -ms-transform: translate(-18px, 0px) translate(0px, 0px);
  transform: translate(-18px, 0px) translate(0px, 0px);
}

.contactlinkcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cosa {
  font-size: 20px;
  line-height: 1.4;
}

.verticalmarqueesection {
  display: none;
  overflow: hidden;
  height: 100vh;
  padding-right: 63px;
  padding-left: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.verticalmarqueesection.prova {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-right: 75px;
  padding-left: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-sinistra {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100vh;
  background-image: url('../images/Background-Sinistra.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/watercolor-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.logo {
  position: relative;
  width: 300px;
  max-width: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.contactlink {
  overflow: visible;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

.misura-dell-opera {
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #585858;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.titilo-portfolio {
  margin-bottom: 0px;
  text-align: right;
}

.line {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.divtitolo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}

.descrizionediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-css {
  margin-bottom: 0px;
}

.titolo-dell-opera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Amatic SC', sans-serif;
  color: #993a3a;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.section-with-padding {
  display: -ms-grid;
  display: grid;
  padding-right: 75px;
  padding-left: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.titolocontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pinterestportfolio {
  padding-top: 0px;
  -webkit-column-count: 2;
  column-count: 2;
}

.cta {
  color: #c46942;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .div-destra {
    position: fixed;
  }

  .div-sinistra {
    position: fixed;
  }

  .logo {
    width: 250px;
  }

  .contactlink {
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
  }

  .misura-dell-opera {
    font-size: 14px;
  }

  .titilo-portfolio {
    color: rgba(51, 51, 51, 0.8);
  }

  .titolo-dell-opera {
    font-size: 28px;
  }

  .section-with-padding {
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .pinterestportfolio {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .sticky {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .heroparagraph.margintop {
    margin-top: 100px;
  }

  .button {
    position: relative;
  }

  .div-destra {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: 50% 100%;
    background-size: cover;
  }

  .nav-link {
    padding-top: 19px;
    background-image: url('../images/skotch.png');
    background-position: 50% 50%;
    background-size: 400px 120px;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 600;
    text-align: center;
  }

  .brand {
    position: fixed;
    left: 2%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 10;
    padding-top: 0px;
    padding-left: 0px;
  }

  .herocontain {
    position: relative;
  }

  .image {
    width: 32px;
  }

  .largercontain {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.5);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .contactlinkcontainer {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('../images/skotch.png');
    background-position: 50% 50%;
    background-size: 400px 120px;
    background-repeat: no-repeat;
  }

  .verticalmarqueesection.prova {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-sinistra {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-image: url('../images/Background-Basso.png');
    background-position: 50% 0%;
    background-size: cover;
  }

  .logo {
    width: 230px;
  }

  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contactlink {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .titilo-portfolio {
    font-size: 18px;
    line-height: 20px;
  }

  .section-with-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfoliocontain {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .heroparagraph {
    margin-bottom: 20px;
  }

  .img {
    margin-top: 57px;
  }

  .button {
    z-index: 0;
  }

  .div-destra {
    position: fixed;
    bottom: -20px;
    display: block;
    height: 60px;
    background-image: none;
    background-size: cover;
  }

  .heading {
    margin-top: 0px;
  }

  .nav-link {
    background-size: 300px 120px;
  }

  .brand {
    left: 5%;
    top: 1%;
    right: auto;
    bottom: auto;
  }

  .herocontain {
    margin-bottom: 60px;
    padding-right: 20px;
  }

  .image {
    width: 28px;
  }

  .contactlinkcontainer {
    background-size: 300px;
  }

  .verticalmarqueesection {
    display: none;
  }

  .verticalmarqueesection.prova {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-sinistra {
    height: 60px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-background {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .logo {
    width: 170px;
  }

  .section-with-padding {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .portfoliocontain {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

#w-node-278dd8df6be7-1cca5ae0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-73aa0e1869b3-6e76deab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-73aa0e1869b3-6e76deab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

