* {

    margin: 0;

    padding: 0;

}

.image {

    height: 600px;

    width: 100%;

    background: #55e6c5;

    z-index: 1;

    }



.content {

    min-height: 150px;

    width:100%;

    background: white;

    z-index: 2;

}

.content h1 {

    font-size: 40px;

    color: #464646;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    margin: 30px 60px;

}

.content p {

    font-size:20px;

    color: #343434;

    font-family: 'Open Sans', sans-serif;

    font-weight: 300;

    margin: 30px 60px;

}



h1 {

    font-size: 40px;

    color: #464646;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    margin: 30px 60px;

}

p {

    font-size:20px;

    color: #343434;

    font-family: 'Open Sans', sans-serif;

    font-weight: 300;

    margin: 30px 60px;

}



#intro {	

	background: url(../images/swirl_pattern.gif) no-repeat;	

	background-position: fixed;

	background-size: cover;	

}

#decorazioni {

	background: url(../images/swirl_pattern4.jpg) no-repeat;

	background-position: center center;

	background-position: fixed;

	background-size: cover;	

}

#quadri {

   background: url(../images/swirl_pattern3.JPG) no-repeat;

   background-position: center center;

   background-size: cover;	

}



#restauri {      

   background: url(../images/swirl_pattern5.jpg) no-repeat;

   background-position: center center;

   background-size: cover;	

}



#interni {

   background: url(../images/swirl_pattern2.jpg) no-repeat;

   background-position: center center;

   background-size: cover;	

}



#stili {

   background: url(../images/swirl_pattern6.jpg) no-repeat;

   background-position: center center;

   background-size: cover;	

}







#nav {

    height: 70px;

    width: 100%;

    position: fixed;

    top:0;

    left:0;

    background: rgba(255,255,255,1);

    z-index: 100;

    -webkit-box-shadow:0px 0px 20px rgba(44,44,44,.3);

}

#nav #logo {

    height: 40px;

    width: 170px;

    position: absolute;

    top: 0;

    bottom:0;

    margin: auto 100px;

}



#nav #logo img {

    height: 100%;

    width: 100%;

    

}



#content_1 {position: relative;}



h1::first-letter {

    font-size: 60px;

    font-weight: 600;

    color:#990000;

}



ul {

	font-size:20px;

    color: #343434;

    font-family: 'Open Sans', sans-serif;

    font-weight: 300;

    list-style-type: none;

    margin: 0;

    padding: 0;

    overflow: hidden;

    background-color: #FFFFFF;

}



li {

    float: right;

}



li a {

    display: inline-block;

    color:#990000;

    text-align: center;

    padding: 14px 16px;

    text-decoration: none;

	font-weight: bold;

}



li a:hover {

    font-weight: bold;

}



.button {

  position: relative;

  

  display: block;

  width: 75%;

  margin: 50px auto;

  padding: 20px 20px;

  

  border-radius: 50px;

  box-shadow: 0 5px 0 0 #e9edee, 0 5px 0 2px #ccd2d2, 0 12px 20px 6px #d5dbdb;

  

  text-align: center;

  color: dimgrey;

  text-decoration: none;

  font-weight: bold;

  font-size: 24px;

  

  -webkit-tap-highlight-color: rgba(black, 0);

  

  &:active {

    top: 5px;

    

    box-shadow: 0 1px 0 2px #ccd2d2, 0 7px 20px 6px #d5dbdb;

  }

}





.dg-picture-zoom{

	cursor : url(magnify-plus.cur), pointer !important;

}

.dg-picture-zoom-large{

	cursor : url(cursors/magnify-minus.cur), pointer !important;



}



.dg-picture-zoom-border-container{

    border : 2px solid #FFF;

    background-color: #FFF;

    margin-left:-7px;

    margin-top:-7px;

    padding:7px;

    box-shadow:10px 10px 20px #000000;

    border-radius: 5px;


}



#sliding-container {
  display: flex;
  font-family: Avenir, Helvetica, sans-serif;
}

#sliding-container figure {
  position: relative;
  flex: 1;
  font-size: 0;
  overflow: hidden;
  margin: 0;
}

#sliding-container img {
  /* transition: 4.4s linear; */
  max-width: 100%;
}
#sliding-container figure:first-of-type img {
  animation: passeggiata 10.4s infinite alternate;
  width: 133%;
  max-width: initial;
}
@keyframes passeggiata {
  0% {transform: translateX(0%);}
  100% {transform: translateX(-24%);}
}
#sliding-container figure:first-of-type:hover img {
  /*transform: translateX(-24%);*/
}
