/*
BLU #1d689a
NERO #000000
BIANCO #FFFFFF
GRIGIO #DDDEE1
FONT: "EB Garamond", serif;
*/

/* RESET CSS */

body{
    background: #DDDEE1;
    /* background-image: url("/media/bibbi01a-1-2000x1200.jpg"); */
    font-family: "EB Garamond", serif;
    font-style: normal;
    margin: 0;
    padding: 0; /* Aggiunge un padding superiore per far iniziare l'immagine dopo la navbar */
    background-attachment: fixed; /* Fissa l'immagine */
    background-position: center; /* Centra l'immagine */
    height: 100vh; /* Imposta l'altezza del body al 100% della finestra */
    display: flex;
    flex-direction: column; /* Imposta la direzione dei figli */
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    text-transform: uppercase;
    font-size: medium;
}
a{
    text-decoration: none  ;
    color: #000000 ;
}

/*NAVBAR*/

.nav-custom {
    background-color: #1d689a; /* Colore blu con trasparenza */
    position: sticky;
    width: 100%; /* Fa sì che la navbar occupi tutta la larghezza */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Aggiunge un'ombra */
}
.bg-dropdown{
    background-color: #1d689a;
}
.bg-dropdown-li{
    color: #FFFFFF;
}
.nav-custom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.logo-custom{
    width: 50px;
    height: auto;
}
.a-list-navbar{
    color: #FFFFFF !important ;
    margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s ease; /* Aggiunge una transizione per l'effetto hover */
    /* font-style: Light; */
}
/*CAROUSEL*/

.position-custom{
    position: absolute;
    left: 40%;
    bottom: 5%;
    z-index: 500;
    height: 70%;

}
.offset-navbar {
    padding-top: 65px; /* Regola questo valore in base all'altezza della tua navbar */
}
.bg-custom{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.border-p{
    font-size: x-large;
}

/*MAIN*/


   
.div-container-position{
    padding-left: 10%;
    padding-right: 10%;
    flex: 1; /* Permette al contenuto principale di espandersi */
}

.li-corsivo{
    font-style: italic;
}

/* .div-container{
    display: flex;
    width: 20%;
} */

.img-custom{
    width: 40%;
}



/*SOVRASCRITTURA BOOTSTRAP CARD*/
.card{
border-radius: 12px;
background-color: #DDDEE1;
border: #1d689a;
}

/* .spotify-link{
    margin-bottom:50px !important;
} */

/*TABELLASTUDI*/

.card-spotify-custom{
    padding-top: 10%;
}
.div-card-custom{
    background-color: #81b71a;
}

.padding-top-custom{
    padding-top:105px;
}

.spotify-card {
    background: #1d689a;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width:100%; 
}
.spotify-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.spotify-card h3 {
    color: #fff;
    margin-bottom: 10px;
}
.spotify-link {
    display: inline-block;
    background: #fff;
    color: #1d689a;
    padding: 10px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}
.spotify-link:hover {
    background: #f1f1f1;
}
.width-img{
    width:100px;
}

/*DOVESIAMO*/

.table-custom{
    border: solid 2px #1d689a;
    margin-left: 2px;
    margin-right: 2px;
    height: 400%;
}
.custom-frame{
    width: 100%;
    height: 100%;
}
.frame-div-custom{
    padding-bottom: 550px;
}

/*FOOTER*/

.section-padding {
    padding: 60px 0;
}

.section-padding .section-title {
    text-align: center; 
    color: #007b5e; 
    margin-bottom: 50px; 
    text-transform: uppercase;
}

#footer {
    background: #1d689a !important;
}

#footer h5{	
    padding-left: 10px;  
    padding-bottom: 6px; 
    margin-bottom: 20px; 
    color:#ffffff;
}

#footer a { 
    color: #ffffff; 
    text-decoration: none !important; 
    background-color: transparent; 
    -webkit-text-decoration-skip: objects;}

#footer ul.social li{
    padding: 3px 0;
}

#footer ul.social li a i { 
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size:30px;	
    margin-top:-10px;
}

#footer ul.social li a,#footer ul.quick-links li a{
    color:#ffffff;
}

#footer ul.social li a:hover
{
    color:#eeeeee;
}

#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover{
    padding: 3px 0;	
    margin-left:5px;
    font-weight:700;
}

#footer ul.quick-links li a i{
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i { 
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5  { 
        padding-left: 0; 
        border-left: transparent; 
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
.h5-custom{
    border:solid white; 
    border-bottom: 2; 
    border-left: 0; 
    border-top: 0; 
    border-right: 0;
}

.copyright-custom{
    color: #ffffff;
}

.copyright-position{
    text-align: center;
}

/* calendario */

.height-calendar{
    height: 1000px;
}

@media (max-width:767px){
    .height-calendar-media  { 
        height: 500px;
    }
}
.padding-li{
    padding-left: 15px;
}

@media (max-width:767px){
    .margin-top{
        margin-top: 20%;
    }
}

@media (min-width:767px){
    .margin-top{
        margin-top: 15%;
    }
}

.margin-top-offset{
    margin-top: 5%;
}
