.home-wrapper h3 {
    font-size: 4rem;
}

/* nav{
    text-align: center;
}

.navbar {
    min-height: 0;
    margin: 20px 0 0 0;
}

nav a{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-bottom: 1px solid black;
}

nav div i{
    font-size: 3rem !important;
} */

hr{
    width: 70%;
    margin: 0 auto;
}

.sfondo{
    background: url("../images/bg2.jpg") center center;
    background-size: cover;
    width: -webkit-fill-available;
    position: relative;
    margin-bottom: -3px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.sfondo .social-icon li a{
    margin: 6px 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.sfondo .social-icon li a:hover{
    background: #62BBE9;
    color: white;
    transform: scale(1.1);
}

/* Pulsante dona ora */
.dona{
    text-align: center;
    margin-top: 0.6rem;
}
.dona a{
    display: inline-block;
    background-color:#62BBE9;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    font-style: italic;
    padding: 0.5rem 1rem;
    border-radius: 5px;

    position: fixed;
    z-index: 999;
    bottom: 1.3rem;
    left: 1rem;
    border: 3px solid;
}

.dona a:hover{
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1.1);
}

/* Pulsante dona ora */


/* iban footer */
#puliban{
    background-color: #f4f4f4;
    text-align: center;
}
#puliban:hover{
    cursor: pointer;
}

#niban{
    font-weight: bold;
}
/* iban footer */


.trasp{
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(184,243,255,0.35057773109243695) 100%);
height: 100%;
width: 100%;
}

#brpo a:last-child{
    border: none;
}

.anteprima {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }
.anteprima iframe,
.anteprima object,
.anteprima embed,
.anteprima video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        border-radius: 5px;
        background-color: black;
    }

#videodesc p{
    font-weight: bold;
    background-color: white;
    padding-top: 0.8rem;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.evento{
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    margin-bottom: 4rem;
    }

.evento h2{
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
}

.evento a, .vivalink{
        background: rgb(0, 0, 0);
        border: none;
        border-radius: 50px;
        font-weight: bold;
        padding: 1rem;
        color: white;
}
.evento p{
    margin: 0;
}

#locandina{
        background: none;
        padding: 0;
}
#locandina img{
    border-radius: 5px;
    margin: 0 auto;
    width: 250px
}

    .evento a:hover{
        background: #d7b065;
        transform: scale(1.1);
    }

@media (min-width:768px){
    #bott{
        display: none !important;
    }

    #brpo{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    }
    
    #brpo a{
        min-width: 80px;
        border: none;
        font-size: 1.5rem;
    }

    #brpo a:hover{
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #d7b065;
        color: white;
        transform: scale(1.1);
        border-radius: 5px;;
    }
}

@media (max-width:991px){
    #about .col-md-8, #about .col-md-4{
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width:992px){
    #about .col-md-4{
        padding-right: 0;
        padding-left: 0;
    }
}

/*BIOGRAFIA*/

#biografia .home-wrapper{
    padding: 1rem;
    text-align: center;
    background: white;
}

#biografia h3, #biografia h1{
    margin: 0;
}

#biografia .about-thumb{ 
    transition: none;
    cursor: default;
}
#biografia .about-thumb:hover{
    box-shadow: none;
    margin: 0;
}

/*BIOGRAFIA*/


/* EVENTI */
#new{
    margin-top: 2rem;
    margin-bottom: 2rem
}

#new img{
    border-radius: 5px;
    width: 400px;
    margin: auto;
}
/* EVENTI */