body {
  overflow-x: hidden;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Times New Roman', Times, serif;
}

p {
  font-family: 'Courier New', Courier, monospace;
  font-size: larger;
}

.textBorderParag {
  text-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
}

.overflowX {
  overflow-x: hidden;
}

.pLarge {
  font-size: xx-large
}

.pSmall {
  font-size: smaller;
}

/* preloader */

/* *, *::after, *::before {
  box-sizing: border-box;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(23, 22, 22);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s linear;
}

.page-content {
  max-width: 768px;
  margin: 0 auto;
} */

  /* preloader 2 */

  /* CSS start - For Live Project */
  .preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background-color: #000000;
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: bold;
    font-size: 30vh;
    z-index: 1099;
  }
  
  .preloader span {
    display: inline-block;
    opacity: 0.8;
    animation: pulse 0.4s alternate infinite ease-in-out;
  }
  .preloader span:nth-child(odd) {
    animation-delay: 0.4s;
    z-index: 1100;
  }
  
  @keyframes pulse {
    to {
      transform: scale(0.8);
      opacity: 0.5;
    }
  }
  
  .preloader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes fadeOut {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* CSS end - For Live Project */
  
  
  /* Classes for Example Page Content */
  
  .imagen {
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
  }

  /* end preloader */

  /* stiky call to action*/

.stikyButton {
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 25px;
  border-radius: 50% ;
  border: 2px solid #000000;
  background-color:rgba(0, 0, 0, 0.057) ;
  color: #000000;
  width: 100px;
  height: 100px;
  transition: 0.5s;
}
.stikyButton:hover {
  transform: scale(1.5);
}

/* navbar */

.navbar {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.131);
}

.parallaxHeader {
      /* The image used */
      background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-artistico/img/webp/sfondo1.webp");
      min-height: 1000px;   
      background-position: center, top;
      background-size: cover;
      max-width: 100%;

      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover; 
}

.titleMainBox {
  width: 100%;
  height: 500px;
}

.titleMain {
  text-shadow: 10px 10px 5px black;
}

.section2Bg {
  background-image: url(/template-artistico/img/fata-destra.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 800px;
}

.parallax1 {
  /* The image used */
  background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-artistico/img/webp/sfondo2.webp"); 
  background-position: center;
  background-size: cover;
  max-width: 100%;
  min-height: 750px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; 
}

.carouselBorder {
  border: 1px solid black;
  border-radius: 25px;
  box-shadow: 20px 20px 20px black;
}

.section3Bg {
  background-image: url(/template-artistico/img/section3Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}

.section4Bg {
  background-image: url(/template-artistico/img/fata-sinistra.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.parallaxContact {
  /* The image used */
  background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-artistico/img/webp/matite.webp"); 
  background-position: center;
  background-size: cover;
  max-width: 100%;
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; 
}

/* canvas gallery */

canvas {
  position: relative;
  top: 50px;
  left: 50%;
  width: 572px; 
  height: 352px;
  transform: translate(-50%, -50%);
}
footer, article {
font-family: monospace;
width: 100%;
color: white;
font-size: 15px;
margin-left: 5px;
text-shadow: 1px 1px 1px #737373; 
}
article {
padding: 10px;
}
article {
width: 48%;
font-size: 15px;
}

/* canvas gallery end */

/* contact form */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:rgb(255, 255, 255);
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #000000;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}


.feedback-input:focus { border:2px solid rgb(255, 255, 255);}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;

}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#cc666600;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:rgb(0, 0, 0);
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  border:2px solid rgb(0, 0, 0);
}
[type="submit"]:hover { background:rgb(0, 0, 0); transform: scale(1.2); color: rgb(255, 255, 255); box-shadow: -10px 10px 10px black;}

.filterBlur {
    backdrop-filter: blur(10px);
}

.lpLogoNav {
  width: 50px;
  height: 50px;
  filter: invert(0%) sepia(0%) saturate(6481%) hue-rotate(246deg) brightness(102%) contrast(143%);
  transition: 1s;
}
.lpLogoNav:hover {
  transform: rotate(360deg);
}

.lpLogoNav2 {
  width: 50px;
  height: 50px;
  filter: invert(0%) sepia(0%) saturate(6481%) hue-rotate(246deg) brightness(102%) contrast(143%);
  transition: 1s;
}

.lpLogoNav2:hover {
  transform: rotate(360deg);
}

/* classes for double face parallax */

.face1 {
  /* The image used */
  background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-artistico/img/facca1.png"); 
  background-position: top, left;
  background-size: 50%;
  width: 50%;
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%; 
}

.face2 {
  /* The image used */
  background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-artistico/img/facca2.png"); 
  background-position: bottom, right;
  background-size: 50%;
  width: 50%;
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%; 
}

/* media query */

@media screen and (max-width:1200px) {
  .parallaxHeader {
    background-attachment: scroll;
  }
  .parallax1 {
    background-attachment: scroll;
  }
  .parallaxContact {
    background-attachment: scroll;
  }
}

@media (max-width:600px) {

  .linkQuery {
    width: 50%;
  }

  #canvas1 {
    display: none;
  }

}