body{
    font-family: 'Bahnschrift', sans-serif;
    background-color: rgb(189, 180, 180);
}

nav {
    background-color: #055772;
}

.nav-item{
    font-size: medium;
    font-weight: 500;
}

h1{
    font-family: 'Bahnschrift', sans-serif ;
    color: #067593;
    font-size: 5rem;
}

/* h2{
    font-family: 'Bahnschrift', sans-serif;
}

p{
    font-family: 'Bahnschrift', sans-serif;
} */

a{
    text-decoration: none;
}

li{
    text-decoration: none;
}

.card-body{
    background-color:rgb(206, 203, 203);
}

/* .homeBis{
    opacity: 0.5;
} */

/* .immagine{
    height: 500px;
    display: block;
} */

/* FOOTER */

footer{
    background-color: #055772;
    /* text-decoration: none; */
    /* color: white; */
}


/* CONTATTI */

.google-maps {
    position: relative;
    padding-bottom: 60%; /* Definisco l'aspect ratio */
    height: 0;
    overflow: hidden;
  }
  .google-maps > iframe {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100% !important;
    height: 70% !important;
  }

