html,
body 
{
    height: 100%; 
    color: #505050;
}
.mobile{
    display: none;
}

.row{
    margin: 0px;
}

.well{
    background: rgba(248, 250, 248, 0.6);
}

.navigation{
    list-style: none;
}

.menu
{
    position: fixed;
    top: 50%;
    left: 85%;
    width: 100%; 
    height: auto; 
    background: transparent;
    z-index: 100;
}

a.current
{
    color: red;
}

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

#slide2,
#slide4,
#slide6
{
    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;
}

#slide3{
    padding: 75px 0;
}

.logo{
    max-width: 220px;
    margin-bottom: 10px;
}

.logo2{
    max-width: 150px;
    padding-right: 7px;
    float: left;
}

#slide1
{
    height: 100%;
    background-image:url('../sfondo1.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    text-align: -webkit-center;
    padding: 25px 0;
}

#slide2,
#slide6{
    padding: 12px 0;
}
 
#slide3
{
    background-image:url('../sfondo2.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 650px;
    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
}

#slide5
{
    background-image:url('../Locandina_Convegno_BovaLife_22-23ott21.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    height: 1890px;
    padding: 0px;
}

#slide4{
    padding: 25px 0;
}

.text-red{
    color: #a61a1c;
}

.header{
    margin-top: 5px;
}

.af1{
    background-color: rgba(248, 250, 248, 0.6);
    width: 100%;
}

.pdf,
.pdf:hover{
    color: #505050;
    font-size: 24px;
    text-decoration: blink;
    -webkit-transition-duration: 5s; /* Safari */
    transition-duration: 0.5s;
}

.pdf:hover{
    font-size: 25px;
    color: #a61a1c;
    -webkit-transition-duration: 5s; /* Safari */
    transition-duration: 0.5s;
}

.link-programma{
    position: absolute;
    top: 88px;
    left: 1060px;
}

.attivita{
	padding-bottom: 20px;
}
.attivita h2{
	margin-bottom:20px;
}



