/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2015, 6:45:17 PM
    Author     : fabio.pinton
*/




.slide
{
    width: 100%;
    position: relative;
    
    padding: 50px 0;
    text-align: center;

}

#slide2,
#slide4,
#slide6,
#slide8
{
    background-color:#ffffff;
     box-shadow: 0 18px 14px -14px rgba(136,136,136,0.6), 0 -18px 14px -14px rgba(136,136,136,0.6);
    z-index: 10;
}

#slide1
{
    height: 40%;
    background-image:url('../img/privacy-policy.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    

}


#slide3
{
   
    background-image:url('../img/Rotary_AMICIZIA_SOCI_1080p.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 30%;
}

#slide5
{
  height: 30%;
    background-image:url('../img/Rotary_ORIENTAMENTO_ATTIVITA_1080p.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    

}

#slide7
{
   height: 30%;
    background-image:url('../img/Rotary_PRINCIPI_ATTIVITA_1080p.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    

}
