/* modifiche allo stile di Bootstrap */

.card {
    width: 25rem;
}

.card-title {
    background-color: #198754;
    opacity: .8;
    border-radius: 5px;
    margin-bottom: 0px;
}

.carousel-caption {
	top: 1.25rem;
    bottom: auto;
}
.carousel-caption p {
	margin-bottom: 0px;
}

.dropdown-submenu {
    position: relative;
    margin-left: 20px;
  }
  
.dropdown-menu {
    z-index: 1050;
}

.carousel-indicators { 
    bottom: -17px
}


/* elementi Montagnando */

body {
    background-color: whitesmoke;
}

.mnt-card-img-articolo {
	max-width: 300px;
}

.mnt-card-img-articolo img {
	max-width: 300px;
    /*height: auto;*/
}

.mnt-card-img-articolo i {
	font-size: 2rem; 
	color: white
}

.mnt-titoli-contenuto-articoli {
	font-size: 1.5em; 
	text-decoration: underline;
}

.mnt-verde-gradient {
    background-image: linear-gradient(to top right, #00800038, transparent);
}

#navbar-articolo > p {
    font-size: medium;
    text-decoration: underline;
    margin-bottom: 0px;
}

#navbar-articolo .nav-link {
    font-size: medium;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9001;
}

#menu-laterale-apri {
    position: fixed;
    top: 10em;
    right: 0px;
    width: 2em;
    display: none;
}

#menu-laterale-chiudi {
    position: fixed;
    top: 10em;
    right: 11em;
    width: 2em;
    display: none;
    z-index: 9001;
}

.youtube {
    width: 600px;
    height: 350px;
}

#form-ricerca {
    background-image: linear-gradient(to top right, #00800038, transparent);
}

#scheda_percorso h2 {
    all: unset;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#scheda_percorso h3 {
    all: unset;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* h3 strong {
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
} */

.scheda-rapida {
    /*display: flex;
    gap: 0.1rem;*/
    flex-wrap: wrap;
    /*background-color: #e6f4ea;*/
    border-left: 6px solid #4caf50;
    padding: 1rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.scheda-rapida span {
    flex: 1 0 auto;
}


@media screen and (max-width: 1000px) {

    #menu-laterale-apri {
        display: block;
    }

    #menu-articolo {
        position: fixed;
        right: 0px;
        top: 4em;
        width: 15em;
        z-index: 9001;
        display: none;
    }

    .youtube {
        width: auto;
        height: auto;
    }

}
