@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    line-height: 28px;
    background-color: #fff;
}

a {
	color: rgb(33, 37, 41);
	text-decoration: none;
}

a:hover, a:focus {
	color: rgb(33, 37, 41);
	text-decoration: underline;
}

.text-right {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b8bc2 !important;
}

.lead {
    font-size: 1.5rem;
}

.bg-light {
    background-color: #f5f7fa!important;
}

.imghead {
    max-width: 80%;
    border-radius: 10%;
}

.card {
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(107, 210, 164, 0.3);
    transition: transform .2s, box-shadow .2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(107, 210, 164, 0.15);
}

.cardbia {
    padding: 40px 40px 24px 40px;
}

header {
    /*background: #64b3f4;*/
    /*background: -webkit-linear-gradient(to right, #c2e59c, #64b3f4);
    background: linear-gradient(to right, #c2e59c, #64b3f4);*/
    color: #333;
    border-bottom: 5px solid #6bd2a4;
}

/*
header h2 {
    color: #333 !important;
}
*/

.header-left {
    color: #2b8bc2 !important;
}

.presentation {
    padding: 2rem;
    text-align: center;
}

.presentation h1 {
    font-size: 10vw;
}

.presentation p {
    font-size: 1.5rem;
}

.card-title {
    font-weight: 700;
}

/*
.bg-box2 {
    background-color: #e8f7ff;
    padding: 40px;
}
*/

.bg-box1 {
    background-color: #eafff2;

}

.bg-footer {
    background-color: rgb(45, 119, 194);
}

.bottomline {
    border-bottom: 5px solid #6bd2a4;
}

#gallery img {
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.imgpercorso {
    width: 200px;
}

#visita-nutrizionale h3 {
    text-align: center;
}

.divzucca {
    text-align: center;
}

.zucca {
    width: 50%;
    max-width: 300px;
    margin-bottom: 50px;
}

.contatti {
    margin-bottom: 50px;
    text-align: center;
}

.iconcontainer {
    margin-right: 10px;
    display: inline-block;
}

.footdecor {
    height: 80px;
    background: url("../img/striscia.jpg") repeat-x;
    background-size: auto 80px;
}

.accordion-button {
    background-color: var(--bs-accordion-active-bg);
}

@media (min-width: 768px) {
    .presentation {
        text-align: right;
    }

    .presentation h1 {
        font-size: 2.5rem;
    }

    #visita-nutrizionale h3 {
        text-align: left;
    }

    .footdecor {
        height: 105px;
        background-size: auto auto;
    }
}

@media (min-width: 992px) {
    .presentation h1 {
        font-size: 3.5rem;
    }

    .padfooter {
        padding: 0 40px;
    }

    .divzucca {
        text-align: right;
    }

    .zucca {
        width: 100%;
    }

    .contatti {
        text-align: left;
    }
}
