a {
    color: #212529;
}
a:hover {
    color: #3D9D56;
}
button{
    color: white;
    padding: 0;
    border: none;
    background: none;
}
.flag-icon {
    width: 1.2em;
}
.nav-large {
    font-size: 18pt;
}
.nav-medium {
    font-size: 14pt;
    margin-top: 3px;
}
.presentazione {
    font-size: larger;
}
#foto_presentazione_desktop {
    display:block;
}
#myCarousel {
    display: block;
}
#myCarousel img{
    margin-top: 20px;
    width: 100%;
    max-height: 700px;
    object-position: left top;
    object-fit: cover;
}
#foto_presentazione_desktop img{
    display:inline-block;
    height:20rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.25);
}
#foto_presentazione_mobile {
    display:none;
}
#myCarousel_mobile {
    display: none;
}
#myCarousel_mobile img{
    margin-top: 50px;
    width: 100%;
    max-height: 400px;
    object-position: left top;
    object-fit: cover;
}
.anchor {
    position: relative;
    top: -60px;
}
#orari {
    position: relative;
    top: -100px;
}
.turni {
    font-size: larger;
}
.turni li {
    font-size: 16pt;
}
.turni ul {
    padding: 0;
}
.myTable {
    margin: auto;
}
.myTable td{
    padding-left: 10px;
    padding-right: 10px;
}

#banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3D9D56;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ccc;
    z-index: 1000;
}

@media screen and (max-width: 720px) {
    #myCarousel {
        display:none;
    }
    #myCarousel_mobile {
        display:block;
    }
    #foto_presentazione_desktop {
        display:none;
    }
    #foto_presentazione_mobile {
        display:block;
    }
    #banner {
        display: block;
    }
}

@media screen and (max-width: 392px) {
    .nav-large {
        font-size: 14pt;
    }
}

@media screen and (max-width: 348px) {
    .nav-large {
        display: none;
    }
}