/*
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(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
    z-index: 10;
}

#slide1
{
    height: 50%;
     background-image:url('../img/nextEvent.jpg');
    
    background-color:#000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   

}


#slide3
{
   

    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
}

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

}

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

}


