body{
    font-family: "Montserrat", sans-serif;
}
.bc-albicocca{
    background-color: #fd5c5c;
}

.bc-limone{
    background-color: #fdbc4c;
}

.bc-azzurro{
    background-color: #2fb1fd;
}

.bc-lilla{
    background-color: #a16ae7;
}


/* Archive Foto */


.dropdown-item:focus, .dropdown-item:hover{
    color:inherit;
    background-color: inherit;
}

.my-section {
            padding: 30px;
            margin-bottom: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        
        .dropdown-menu {
            max-height: 250px;
            overflow-y: auto; 
        }


.evento{
        width: 400px;
        height: 160px;
        margin:20px;
        border-radius: 5px;
}

.evento:hover {
            box-shadow: 0 8px 16px rgb(0 0 0 / 1.00);
}

.futuri > *{
        background-color: #fd5c5c;
}

.passati > *{
    background-color: #a16ae7;
}

/*Opportunità*/

        .logo-carousel {
            background: #f8f9fa;
            padding: 60px 0;
        }
        
        .logo-item {
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin: 0 10px;
            transition: transform 0.3s ease;
        }
        
        .logo-item:hover {
            transform: scale(1.05);
        }
        
        .logo-item img {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
        }
        
        .carousel-inner {
            padding: 20px 0;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            color: #333;
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: #333;
            border-radius: 50%;
            width: 40px;
            height: 40px;
        }
        
        .carousel-indicators button {
            background-color: #333;
        }


* {
    font-family: 'Montserrat', sans-serif;
}

  .text-justify {
    text-align: justify;
  }
form {
  max-width: 600px;
  margin: auto;
  padding: 1rem;
}

footer{
    border-radius:10px;
}


.btn-carousel{
    top: 20%; 
    right: 10px; 
    width: 30px; 
    height: 30px;
}

.span-carousel{
    width: 100%; 
    height: 100%;
}

.ourCard {
    margin: 10px;
    box-sizing: border-box;
    /* base width per mobile: 90% */
    width: 90%;
}
@media (min-width: 460px) {
    .ourCard {
        /* larghezza per avere due card per riga con margine fissato */
        width: calc(50% - 20px);
        height: auto; /* mantiene altezza automatica */
    }
}

.ourcard-img{
    height:300px;
    overflow:hidden;
    object-fit: cover; 
    object-position: center;
}

#presidente{
    max-height: 280px;
}
#manifesto{
    max-height: 250px;
}

div#carouselSingleCard{
    width:100%;
}

.useful-sites>.row{
    width:100%;
    margin: 10px auto;
}

#carouselSingleCard{
    max-width:540px;
}

#carouselSingleCard>.card{
    width: 100%; 
    height: 600px; 
    overflow: hidden;
}

#carouselSingleCard>.card-img-top{
    height: 300px; 
    object-fit: cover;
}


#mentor .card-title{
    font-size: 60px; 
    color: #fdbc4c;
}