*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: 'Open Sans', serif;
}

a{
    text-decoration: none;
}

#cookiePrompt {
    position: fixed;
    bottom: 10px;
    /* left: 20px; */
    width: 100%;
    height: 130px;
    padding: 20px;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.menu ul{
    display: none;
}


.toggle{
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(img/menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 11;
}

.toggle.active{
    position: relative;
    background: url(img/close.png);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.navigation_2.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #6D1D2B;
    z-index: 10;
}

.navigation_2 li{
    margin: 40px;
    display: inline-block;
}

.navigation_2 a{
    font-size: 1.5em;
    color: #E6B432;
    letter-spacing: 0.15em;
    text-decoration: none;
}

.navigation_2 a:hover{
    color: #3F0C11;
    transition: 0.2s;
}

header{
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #6D1D2B;
}

.logo{
    width: 200px;
    height: 100px;
    left: 50px;
}

.logo_2{
    margin-left: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo_2 h3{
    font-style: italic;
    font-weight: 300;
    font-size: 36px;
    line-height: 49px;
    color: #E6B432;
}

.logo_2 h1{
    font-style: italic;
    font-weight: 500;
    font-size: 54px;
    line-height: 74px;
    color: #E6B432;
    margin-top: -1rem;
}

.menu{
    width: 4rem;
    background-color: #6D1D2B;
}

.menu img{
    width: 2rem;
    height: 2rem;
    filter: invert(1);
}

.social{
    background-color: #6D1D2B;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 8rem;
}

.social img{
    filter: invert(1);
    width: 2rem;
}

.progetto{
    width: auto;
    height: 420px;
    background-image: url(img/img_1.png);
    background-color: rgb(230, 180, 50, 1);
    background-blend-mode: saturation;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.progetto h1{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    color: #3F0C11;
    margin-top: 6rem;
}

.progetto_content{
    width: auto;
}

.progetto_content p{
    text-align: justify;
    padding: 8rem;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #3F0C11;
    margin-top: -4rem;
}



.lizzani{
    height: 1500px;
    background-color: #6D1D2B;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.lizzani p{
    margin-top: 3rem;
    text-align: center;
    padding: 4rem;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #E6B432;
}

.box_lizzani{
    width: 70%;
    height: 50rem;
    background-image: url(img/lizzani.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video{
    text-decoration: none;
    color: #E6B432;
    padding: 1rem;
}

.video_1{
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
}

.video_2{
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
}

.video_3{
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
}





.notizie{
    height: 650px;
    background-color: #6D1D2B;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.notizie h1{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    color: #E6B432;
}

.notizie_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.notizia_1{
    width: 14rem;
    height: 14rem;
    background-image: url(img/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notizia_2{
    width: 14rem;
    height: 14rem;
    background-image: url(img/2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notizia_3{
    width: 14rem;
    height: 14rem;
    background-image: url(img/3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notizia_4{
    width: 14rem;
    height: 14rem;
    background-image: url(img/2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}

figcaption {
    text-align: center;
    color: #E6B432;
    width: 40%;
    margin-top: 1rem;
    font-size: 18px;
    line-height: 36px;
}

.body_2{
    width: auto;
    height: 600px;
    background: url(img/img_1.png);
    background-color: rgb(246, 227, 202, 1);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.sala{
    width: 280px;
    height: 189px;
}

.foyer{
    width: 280px;
    height: 189px;
}

.attivita{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.sala_desc, .foyer_desc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.foyer_desc h1{
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #3F0C11;
}

.sala_desc h1{
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #3F0C11;
}

.sala_desc p{
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px; 
    color: #3F0C11;
}

.foyer_desc p{
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px; 
    color: #3F0C11;
}

.newsletter{
    width: 80%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.newsletter h1{
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
}

.newsletter p{
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.newsletter form{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.newsletter .input_1{
    background: rgb(246, 227, 202, 0.1);
    border: 1px solid #000000;
    border-radius: 14px;
    width: 580px;
    height: 56px;
    font-weight: 400;
    font-size: 24px;
}

.newsletter .input_2{
    background: rgb(246, 227, 202, 0.1);
    border: 1px solid #000000;
    border-radius: 14px;
    width: 100px;
    height: 36px;
    font-weight: 400;
    font-size: 20px;
}

footer{
    width: auto;
    height: 350px;
    background: #3F0C11;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.social_2{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.social_2 img{
    filter: invert(1);
}

.info p{
    text-align: center;
    color: #E6B432;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
}

.contatti_1{
    width: auto;
    height: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    background: #FFECD7;
}

.contact_form{
    width: 40rem;
    height: 600px;
    background-color: none;
    margin-top: 6rem;
    margin-left: 2rem;
}

.contact_form .input_1{
    width: 100%;
    height: 70px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFECD7;
}

.contact_form  textarea{
    width: 100%;
    height: 289px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFECD7;
}

.contact_form .btn{
    width: 50%;
    height: 70px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFECD7;
}

.contattaci{
    width: 25rem;
    height: 416px;
    margin-top: 6rem;
    margin-right: 2rem;
}

.contattaci h1{
    color: #3F0C11;
    font-family: Open Sans;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.contattaci p{
    color: #6D1D2B;
    font-family: Open Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.contattaci a{
    text-decoration: none;
    color: #6D1D2B;
    font-family: Open Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-right: 2rem;
}

.map p{
    color: #6D1D2B;
    font-family: Open Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.contattaci .map{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: flex-start;
}

.programmazione{
    width: auto;
    height: 1000px;
    background-color: #E6B432;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.programmazione h1{
    margin-top: 2rem;
    font-style: italic;
    font-weight: 500;
    font-size: 54px;
    line-height: 74px;
    color: #3F0C11;
}

.locandina_1{
    width: 65%;
    height: 80%;
    background: url(img/locandina_1.jpeg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
}



.locandina_2{
    width: 65%;
    height: 80%;
    background: url(img/locandina_2.jpeg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
}


.locandina_3{
    width: 65%;
    height: 80%;
    background: url(img/locandina_3.jpeg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
}


.locandina_4{
    width: 65%;
    height: 80%;
    background: url(img/locandina_4.jpeg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
}


.locandina_5{
    width: 65%;
    height: 80%;
    background: url(img/locandina_5.jpeg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
}

.date{
    background-color: #E6B432;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date ul{
    list-style: none;
}

.date li{
    font-size: 24px;
    font-weight: 700;
    padding: 0.5rem;
}

.donazione{
    height: 12rem;
    background-color: #E6B432;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donazione p{
    font-size: 1.5rem;
    width: 80%;
    text-align: center;
}

.btn4{
    display:inline-block;
    padding:1em 2em;
    border:none;
    margin:0.2em 0.1em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:"arial";
    font-weight:300;
    color:#FDFDFD;
    border-radius:3em;
    text-align:center;
    transition: 0.1s;
    background: #6D1D2B;
    cursor:pointer;
    font-weight:bold;
    letter-spacing: 0.05em;
  }
  .btn4:hover{
    background:#883f4b;
  }
  .btn4:active, .btn4:focus{
    background:#883f4b;
}


.massi{
    height: 1200px;
    background-color: #E6B432;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box_massi{
    height: 60%;
    width: 80%;
    background-image: url(img/massi_img.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.massi p{
    margin-top: -6rem;
    text-align: center;
    padding: 2rem;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #6D1D2B;
}
















@media only screen and (max-width: 1360px) {
    .notizia_1{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_2{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_3{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_4{
        width: 10rem;
        height: 10rem;
    }

    figcaption {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1200px){
    .sala{
        width: 220px;
    }
    
    .foyer{
        width: 220px;
    }

    .foyer_desc h1{
        font-size: 32px;
        line-height: 48px;
    }
    
    .sala_desc h1{
        font-size: 32px;
        line-height: 48px;
    }
    
    .sala_desc p{
        font-size: 20px;
        line-height: 28px; 
    }
    
    .foyer_desc p{
        font-size: 20px;
        line-height: 28px; 
    }

    .contattaci{
        width: 18rem;
    }
    
    .contattaci h1{
        font-size: 48px;
        font-weight: 600;
    }
    
    .contattaci p{
        font-size: 20px;
    }
    
   
    .map p{
        font-size: 20px;
    }

    .contact_form{
        width: 35rem;
    }

}

@media only screen and (max-width: 1000px){
.massi p{
    margin-top: 0;
}
}


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

    .notizie{
        height: 400px;
    }

    .notizia_1{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_2{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_3{
        width: 10rem;
        height: 10rem;
    }
    
    .notizia_4{
        width: 10rem;
        height: 10rem;
    }

    figcaption {
        display: none;
    }

    .notizie_content{
        justify-content: space-evenly;
    }

    .sala{
        width: 180px;
        height: 140px;
    }
    
    .foyer{
        width: 180px;
        height: 140px;
    }

    .foyer_desc h1{
        font-size: 28px;
        line-height: 42px;
    }
    
    .sala_desc h1{
        font-size: 28px;
        line-height: 42px;
    }
    
    .sala_desc p{
        font-size: 18px;
        line-height: 28px; 
    }
    
    .foyer_desc p{
        font-size: 18px;
        line-height: 28px; 
    }

    .contattaci{
        width: 16rem;
    }

    .contact_form{
        width: 28rem;
    }
}



@media only screen and (max-width: 880px) {
    .progetto{
        height: 520px;
    }
    
    .progetto h1{
        margin-top: 6rem;
    }

    .lizzani{
        height: 1700px;
    }
}

@media only screen and (max-width: 800px){
    .attivita{
        flex-direction: column;
    }

    .body_2{
        height: 1100px;
    }

    .sala{
        margin-top: 1rem;
        width: 280px;
        height: 180px;
    }
    
    .foyer{
        width: 280px;
        height: 180px;
    }

    .foyer_desc h1{
        font-size: 40px;
        line-height: 54px;
    }
    
    .sala_desc h1{
        margin-top: 3rem;
        font-size: 40px;
        line-height: 54px;
    }
    
    .sala_desc p{
        font-size: 24px;
        line-height: 33px; 
    }
    
    .foyer_desc p{
        font-size: 24px;
        line-height: 33px; 
    }

    .newsletter{
        margin-top: 2rem;
    }

    .contattaci{
        width: 14rem;
        margin-right: 1rem;
    }

    .contact_form{
        width: 20rem;
        margin-left: 0.5rem;
    }

    .contattaci h1{
        font-size: 36px;
        font-weight: 600;
    }
    
    .contattaci p{
        font-size: 18px;
    }
    
   
    .map p{
        font-size: 16px;
    }

    .contattaci a{
        margin-right: 0.5rem;
    }
}

@media only screen and (max-width: 720px) {
    .progetto h1{
        font-size: 40px;
        margin-top: 1rem;
    }
    
    .progetto_content p{
        padding: 4rem;
        font-size: 22px;
    }

    .notizie{
        height: 400px;
    }

    .notizia_1{
        width: 8rem;
        height: 8rem;
    }
    
    .notizia_2{
        width: 8rem;
        height: 8rem;
    }
    
    .notizia_3{
        width: 8rem;
        height: 8rem;
    }
    
    .notizia_4{
        width: 8rem;
        height: 8rem;
    }

    .lizzani{
        height: 1900px;
    }
}

@media only screen and (max-width: 600px) {
    .social{
        display: none;
    }
    
    .logo_2{
        margin-left: 0rem;
    }
    

    .logo_2 h3{
        font-size: 24px;
    }
    
    .logo_2 h1{
        font-size: 36px;
    }

    .notizie{
        height: 1500px;
    }

    .notizie_content{
        flex-direction: column;
        justify-content: space-around;
        margin-top: -6rem;
    }

    .notizie_content a {
        margin-top: 2rem;
    }

    .notizia_1{
        width: 18rem;
        height: 10rem;
    }
    
    .notizia_2{
        width: 18rem;
        height: 10rem;
    }
    
    .notizia_3{
        width: 18rem;
        height: 10rem;
    }
    
    .notizia_4{
        width: 18rem;
        height: 10rem;
    }

    figcaption{
        display: block;
    }

    .newsletter .input_1{
        width: 390px;
    }

   .contatti_1{
       flex-direction: column;
       height: 1000px;
       align-items: center;
   }

   .contattaci{
    width: 80%;
    margin-right: 0rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    }

    .contact_form{
    width: 80%;
    margin-left: 0rem;
    display: flex;
    flex-direction: column;
    }

    .map img{
        height: 2rem;
        width: 2rem;
        margin-right: 1rem;
    }

    .lizzani{
        height: 2100px;
    }
    
}

@media only screen and (max-width: 530px){
    .lizzani{
        height: 2300px;
    }
    
}

@media only screen and (max-width: 480px) {
        .progetto h1{
        font-size: 32px;
        margin-top: 1rem;
    }
    
    .progetto_content p{
        padding: 3rem;
        font-size: 18px;
    }

    .info p{
        line-height: 32px;
        font-size: 16px;
    }

    .lizzani{
        height: 2500px;
    }
    
}

@media only screen and (max-width: 440px){
    .lizzani{
        height: 2700px;
    }

    .box_lizzani{
        width: 90%;
        background-size: contain;
    }

    .date{
        height: 14rem;
    }
    
    .date li{
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 430px){
    .lizzani{
        height: 2900px;
    }

    .box_lizzani{
        width: 90%;
        background-size: contain;
    }
}

@media only screen and (max-width: 410px){
    .lizzani{
        height: 3100px;
    }

    .box_lizzani{
        width: 90%;
        background-size: contain;
    }
}

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

    .notizie{
        height: 1800px;
    }

    .notizie h1{
        margin-top: -8rem;
    }

    .notizie_content{
        margin-top: -18rem;
    }

    .notizia_1{
        width: 12rem;
        height: 10rem;
    }
    
    .notizia_2{
        width: 12rem;
        height: 10rem;
    }
    
    .notizia_3{
        width: 12rem;
        height: 10rem;
    }
    
    .notizia_4{
        width: 12rem;
        height: 10rem;
    }

    .newsletter .input_1{
        width: 300px;
    }

    .newsletter h1{
        font-size: 26px;
        line-height: 40px;
    }
    
    .newsletter p{
        font-size: 18px;
        line-height: 25px;
    }

    .foyer_desc h1{
        font-size: 32px;
        line-height: 48px;
    }
    
    .sala_desc h1{
        margin-top: 3rem;
        font-size: 32px;
        line-height: 48px;
    }
    
    .sala_desc p{
        font-size: 20px;
        line-height: 30px; 
    }
    
    .foyer_desc p{
        font-size: 20px;
        line-height: 30px; 
    }
}


@media only screen and (max-width: 386px){
    .lizzani{
        height: 2000px;
    }

    .box_lizzani{
        width: 100%;
        background-size: cover;
    }

    .lizzani p{
        padding: 2rem;
        font-size: 20px;
        line-height: 30px;
    }
    
}


@media only screen and (max-width: 368px){
    .lizzani{
        height: 2300px;
    }

    .box_lizzani{
        width: 100%;
        height: 80rem;
        background-size: contain;
    }
}

@media only screen and (max-width: 350px) {
        .progetto h1{
        font-size: 24px;
        margin-top: -3.5rem;
    }
    
    .progetto_content p{
        padding: 1rem;
        font-size: 16px;
    }

    .newsletter .input_1{
        width: 280px;
        height: 48px;
    }

    .date{
        height: 8rem;
    }
    
    .date li{
        font-size: 14px;
    }
}



@media only screen and (max-width: 335px){
.massi{
    height: 1400px;
}

.box_massi{
    height: 45%;
}
}






@media only screen and (max-width: 330px){
    .lizzani{
        height: 2500px;
    }

    .box_lizzani{
        width: 100%;
        height: 80rem;
        background-size: contain;
    }
}

@media only screen and (max-width: 305px){
    .lizzani{
        height: 2600px;
    }

    .box_lizzani{
        width: 100%;
        height: 80rem;
        background-size: contain;
    }
}

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

    .notizie{
        height: 1000px;
    }

    figcaption{
        display: none;
    }

    .newsletter .input_1{
        width: 240px;
        height: 36px;
    }

    .sala{
        width: 260px;
        height: 189px;
    }
    
    .foyer{
        width: 260px;
        height: 189px;
    }

    .box_lizzani{
        width: 100%;
        height: 120rem;
        background-size: cover;
    }
}


 @media only screen and (max-width: 305px){
    .lizzani{
        height: 2600px;
    }

    .box_lizzani{
        display: none;
    }
} 

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

    .progetto{
        height: 650px;
    }

    .progetto h1{
        margin-top: -2rem;
    }

    .notizie{
        height: 1200px
    }

    .notizie h1{
        margin-top: 2rem;
    }

    .notizie_content{
        margin-top: -8rem;
    }

    .date{
        height: 10rem;
    }
    
    .date li{
        font-size: 14px;
    }
}

@media only screen and (max-width: 270px){
    .lizzani{
        height: 1800px;
    }

    .lizzani p{
        text-align: justify;
        font-size: 16px;
        padding: 1rem;
        line-height: 28px;
    }


}

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

    .sala{
        width: 100%;
        height: 160px;
    }

    .foyer{
        width: 100%;
        height: 160px;
    }

    .newsletter .input_1 {
        width: 90%;
        height: 36px;
    }

    .date{
        height: 8rem;
    }
    
    .date li{
        font-size: 12px;
    }
    
}

@media only screen and (max-width: 255px){
    .video{
        text-decoration: none;
        color: #E6B432;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }

    .lizzani{
        height: 1900px;
    }
}

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

    .lizzani{
        height: 2100px;
    }
}

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

    .lizzani{
        height: 2300px;
    }
}





@media only screen and (max-width: 673px) {
    #cookiePrompt {
        height: 160px;
    }

    .programmazione{
        height: 800px;
    }
}

@media only screen and (max-width: 557px) {
    #cookiePrompt {
        height: 180px;
    }


    .programmazione{
        height: 650px;
    }
}

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

    .programmazione{
        height: 600px;
    }

    .programmazione h1{
        font-size: 36px;
    }
}

@media only screen and (max-width: 483px) {
    #cookiePrompt {
        height: 230px;
    }

    .programmazione{
        height: 500px;
    }

    .donazione{
        height: 18rem;
    }
}

@media only screen and (max-width: 381px) {
    #cookiePrompt {
        height: 260px;
    }
}

@media only screen and (max-width: 314px) {
    #cookiePrompt {
        height: 290px;
    }


    .programmazione{
        height: 420px;
    }

    .programmazione h1{
        font-size: 32px;
    }

}

@media only screen and (max-width: 287px) {
   .donazione{
       height: 24rem;
   }

   .massi{
        height: 1600px;
    }

    .box_massi{
        height: 35%;
    }

}

@media only screen and (max-width: 295px) {
    #cookiePrompt {
        height: 330px;
    }

@media only screen and (max-width: 262px) {
    #cookiePrompt {
        height: 380px;
    }

    .programmazione{
        height: 390px;
    }

    .programmazione h1{
        font-size: 28px;
    }
    .massi{
        height: 1600px;
    }

    .box_massi{
        display: none;
    }
}
}