body{
    font-family: 'Work Sans';
}
.topper{
    width: 100%;
    background-color: darkorange;
    color: #333333;
    height: 30px;
}
.in-topper{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    color: white;
    font-size: 14px;
}
.in-topper .material-symbols-outlined{
    font-size: 14px;
}
.header{
    width: 100%;
    border-bottom: solid thin orange;
    height: 70px;
}
.in-header{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.logo{
    width: 30%;
}
.logo>img{
    height: 50px;
}
.menu{
    width: 70%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.btn-menu{
    appearance: none;
    border: none;
    height: 30px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Work Sans';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btn-special{
    background-color: darkorange;
    color: white;
    border-radius: 6px;
}
.btn-sm-menu{
    display: none;
}
.banner{
    width: 100%;
    aspect-ratio: 16/4;
    background-image: url(../images/ministranti-san-nicola-2025.png);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    flex-direction: column;
    padding-right: 40px;
}
.banner span:first-child{
    font-size: 6rem;
    color: white;
    font-family: 'Irish Grover';
}
.banner span:nth-child(2){
    font-size: 3rem;
    color: white;
    font-family: 'Irish Grover';
}
.btn-banner{
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    font-family: 'Work Sans';
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
}
.footer{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #333333;
    color: white;
    font-weight: 200;
    font-size: 14px;
}
.titolo{
    color: darkorange;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.cont-box-di-pagina{
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.box-di-pagina{
    width: 20%;
    flex:0 1 auto;
    border: solid thin cadetblue;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}
.box-di-pagina-singola{
    width: 40%;
}
.box-quadrato{
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.dida-box-quadrato{
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    left: 0;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.h-box-di-pagina{
    width: calc(100% + 20px);
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    background-color: cadetblue;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    text-align: center;
}
.sh-box-di-pagina{
    font-size: 12px;
}
.label-box-di-pagina{
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
}
.coming-soon{
    text-transform: uppercase;
    font-weight: 700;
    color: darkorange;
}
.smart-menu{
    position: fixed;
    top: 0;
    right: -90%;
    width: 90%;
    height: 100%;
    background-color: darkorange;
    z-index: 30000;
    transition: all ease 0.3s;
    overflow-y: scroll;
}
.btn-pers{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    color: white;
    background-color: darkorange;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.btn-pers-ORATO{
    background-color: #AEE1F9;
    color: #2C3E50;
}
.btn-pers-CATEC{
    background-color: #FFDAB9;
    color: #5A3E36;
}
.btn-pers-GIOVA{
    background-color: #D1C4E9;
    color: #2E2E2E;
}
.btn-pers-ADULT{
    background-color: #D7CCC8;
    color: #3E2723;
}
.btn-pers-MINIS{
    background-color: #FFF3B0;
    color: #4D4D00;
}



.calendario{
    width: 100%;
}
.h-calendario{
    width: calc(100% - 1px);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-h-calendario:link{ color: white; text-decoration: none;}
.btn-h-calendario:active{ color: white; text-decoration: none;}
.btn-h-calendario:visited{ color: white; text-decoration: none;}
.btn-h-calendario:hover{ color: white; text-decoration: none;}
.riga-calendario{
    width: 100%;
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: center;
}
.giorno-calendario{
    flex: 1 0 0;
    aspect-ratio: 1/1;
    border: solid thin #d1d1d1;
    padding: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.pallino-calendario{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
}
.giorno-week{
    aspect-ratio: initial;
}
.riga-calendario:last-child .giorno-calendario:first-child{
    border-bottom-left-radius: 10px;
}
.riga-calendario:last-child .giorno-calendario:last-child{
    border-bottom-right-radius: 10px;
}

.paginatore{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 30px;
    gap: 10px;
}
.paginatore button{
    appearance: none;
    -webkit-appearance: none;
    background-color: darkorange;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.cont-news{
    width: 100%;
    height: 150px;
}
.box-news{
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    height: 150px;
    gap: 20px;
    background-color: #2C3E50;
    color: white;
    border-radius: 10px;
}
.box-news div{
    text-align: left;
}
@media screen and (max-width:768px){
    .cont-news{
        width: 100%;
        height: 210px;
    }
    .box-news{
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        height: 210px;
        gap: 20px;
        background-color: #2C3E50;
        color: white;
        border-radius: 10px;
        padding-bottom: 40px;
    }
    .box-news div{
        text-align: left;
    }
    .box-di-pagina-singola{
        width: 100%;
    }
    .btn-menu-sm{
        color: white;
        padding: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }
    .cont-box-di-pagina{
        flex-direction: column;
    }
    .box-di-pagina{
        width: 100%;
    }
    .btn-menu{
        display: none;
    }
    .btn-special{
        display: flex;
    }
    .btn-sm-menu{
        display: flex;
    }
    .banner{
        align-items: flex-end;
        align-content: center;
        justify-content: flex-end;
        padding-bottom: 20px;
        text-align: right;
        aspect-ratio: 1/1;
    }
    .banner span:first-child{
        font-size: 4rem;
        color: white;
        font-family: 'Irish Grover';
    }
    .banner span:nth-child(2){
        font-size: 1.5rem;
        color: white;
        font-family: 'Irish Grover';
    }
}