#slide1 {
 height: 100%;
 min-height: 300px;

	background-image:url('sfondi/php.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 25px 0px #000000;
-moz-box-shadow: inset 0px 0px 25px 0px #000000;
-o-box-shadow: inset 0px 0px 25px 0px #000000;
box-shadow: inset 0px 0px 25px 0px #000000;

}
#slide2 {
 height: 100%;
 min-height: 300px;
	background-image:url('sfondi/piusocial.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 25px 0px #000000;
-moz-box-shadow: inset 0px 0px 25px 0px #000000;
-o-box-shadow: inset 0px 0px 25px 0px #000000;
box-shadow: inset 0px 0px 25px 0px #000000;
}

#slide3 {
  height: 100%;
  min-height: 300px;
	background-image:url('sfondi/futureshock.jpg');
	background-color:#fff;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 25px 0px #000000;
-moz-box-shadow: inset 0px 0px 25px 0px #000000;
-o-box-shadow: inset 0px 0px 25px 0px #000000;
box-shadow: inset 0px 0px 25px 0px #000000;
}

#slide4 {
 height: 80%;
	background-image:url('sfondi/gdpr.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: contain;
	background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 25px 0px #000000;
-moz-box-shadow: inset 0px 0px 25px 0px #000000;
-o-box-shadow: inset 0px 0px 25px 0px #000000;
box-shadow: inset 0px 0px 25px 0px #000000;
}

.codice h2{color:#000; background: #fff;padding:0px 0px;opacity: 0.8}


.piusocial{ background: url(sfondi/piusocial.jpg) no-repeat 100% 0 fixed;height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.piusocial h2{color:#000; background: #fff;padding:0px 0px;opacity: 0.8}
