*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: 	1200;
}

html {
    scroll-behavior: smooth;
    background: #353b48;
  }

a{
    text-decoration: none;
    color: white;
}

h1{ 
    font-size: 3rem;
    color: white;
    font-family: "Bodoni Moda", serif;
}
a{
    text-decoration: none;
    color: white;
}
.menu-laterale{ 
    width: 450px;
    height: 100vh;
    position: absolute;
    background: #2f3640;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-box-shadow: 7px 2px 32px 5px #2F3640; 
box-shadow: 7px 2px 32px 5px #2F3640;

}

.menu-laterale-r{
    width: 450px;
    height: 100vh;
    position: absolute;
    background: #252930;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-box-shadow: 7px 2px 32px 5px #252930; 
box-shadow: 7px 2px 32px 5px #252930;
}
.titoli-pagine{ 
    width: 100%;
    height: 87vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #2f3640;
    overflow-x: auto;
    overflow-y: auto;
}
.titoli-laterali{  
    text-decoration: none;
    color: white;
    transition: 0.3s;
    border-top: 2vh solid #2f3640;
    background-color: #2f3640;
    top: 0;
}

.titoli-laterali h1{
    font-size: 2.5rem;
    background-color: #2f3640;
}
.titoli-laterali:hover{
    color: antiquewhite;
    text-decoration: underline;
    margin-left: 4%;
}
.contenuto{ 
    width: calc(100% - 450px);
    height: 100vh;
    position: absolute;
    background: rgba(18,34,74,0.3);
    left: 450px;
    z-index: 0;
}

.sfondo{   
    display: flex; 
    position: fixed;
    height: 100vh;
    width: calc(100% - 450px);
    margin-left: 450px;
    z-index: 0;
}

.alto{
    width: 100%;
    height: 13vh;
    font-size: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: .5vh solid white;
    font-family: "Bodoni Moda", serif;
}

.titolo-contenuto{
    color: white;
}

.titolo-contenuto h1{
    font-size: 4rem;
}
.titolo-contenuto{   
    width: 100%;
    height: 14vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testo-contenuto{
    height: 90vh;
    color:white;
    margin-top: 50vh;
    transform: translateY(-50%);
    line-height: 1.6;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}



#titolo-tre{
    color: antiquewhite;
    text-decoration: underline;
    margin-left: 4%;
}


#elenco-recensioni{
    z-index: 0;
    color: rgba(53,59,72,1);
}

#elenco-recensioni.active{
    color: white;
    z-index: 0;
}

#elenco-recensioni h2{
    z-index: 0;
}
.menu-recensioni{
   width: 100%;
    height: 87vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #252930;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
}

.menu-recensioni h2{
    z-index: 0;
}

.recensione{
    position: absolute;
    color: white;
    font-size: 1.2rem;
    padding: 50px 150px 150px 150px;
}

.titolo-recensione{
    text-decoration: none;
    color: white;
    transition: 0.3s;
    border-top: 2vh solid #252930;
    background-color: #252930;
    top: 0;
}

.tasto{
    display: none;
}
#rec-uno{
    display: none;
}

#rec-uno.active{
    display: block;
}

#rec-uno.disactive{
    display: none;
}

#rec-due{
    display: none;
}

#rec-due.active{
    display: block;
}

#rec-tre.disactive{
    display: none;
}

#rec-tre{
    display: none;
}

#rec-tre.active{
    display: block;
}

#rec-tre.disactive{
    display: none;
}
#rec-quat{
    display: none;
}

#rec-quat.active{
    display: block;
}

#rec-quat.disactive{
    display: none;
}

#rec-cinq{
    display: none;
}

#rec-cinq.active{
    display: block;
}

#rec-cinq.disactive{
    display: none;
}
#tit-rec-uno.active{
    text-decoration: underline;
    color: rgb(250, 213, 168);
}

#tit-rec-due.active{
    text-decoration: underline;
    color: rgb(248, 225, 196);
}

#tit-rec-tre.active{
    text-decoration: underline;
    color: rgb(248, 225, 196);
}

#tit-rec-quat.active{
    text-decoration: underline;
    color: rgb(248, 225, 196);
}

#tit-rec-cinq.active{
    text-decoration: underline;
    color: rgb(248, 225, 196);
}
#tasto-menu{
    position: absolute;
    color: white;
    padding: 10px;
    background-color: #2f3640;
    margin-left: 100%;
    text-decoration: none;
    writing-mode: vertical-lr;
    text-orientation: upright;
    -webkit-box-shadow: 7px 2px 32px 5px #2F3640; 
box-shadow: 7px 2px 32px 5px #2F3640;

}

#generale{
    z-index: 5;
    transition: 2s;
}

#generale.active{
    transform: translateX(-100%);
    transition: 2s;
}

#titolo-tre{
    color: antiquewhite;
    text-decoration: underline;
    margin-left: 4%;
}

@media only screen and (max-width: 900px){
    #tasto-menu{
        display: block;
    }
    .testo-contenuto{
        font-size: 16px;
        margin-top: 300px;
        width: 80%;
        height: 1400px;
    }
    .testo-contenuto video{
        width: 100%;
        display: block;
    }
    .menu-laterale{
        font-size: 15px;
        width: 90%;
    }

    .menu-laterale h1{
        font-size: 30px;
    }
    .titolo{
        width: 100%;
    }
    .alto{
        height: 7vh;
        border-bottom: 2px solid white;
        width: 100%;
    }
    .alto h1{
        font-size: 30px;
    }
    
    .sfondo{   
    display: none; 
    width: 100%;
    margin-left: 0;
}
    .contenuto{
        left: 0px;
        width: 100%;
    }
    .titolo-contenuto{   
    width: 100%;
    height: 14vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body{
    background-image: url(../immagini/sfondo-piazza.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
  background-size: cover;
}
.menu-laterale-r{
    width: 100%;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 2;
    transition: 2s;
}
#menu-laterale-r{
    transition: 2s;
}
#menu-laterale-r.active{
    transform: translatex(-100%);
    transition: 2s;
    width: 100%;
}
.menu-recensioni{
height: 93vh;
align-items: center ;
word-wrap: break-word;
overflow-y: scroll;
width: 80%;
padding-bottom: 100px;
z-index: 2;
}



.titolo-recensione{
    border-top: 0px;
}

.titolo-contenuto{
    display: none;
}

.contenuto{
    background-color: rgba(255,0,0,0);
    width: 100%;
    z-index: -1;
}
.recensione{
    position: absolute;
    width: 100%;
    display: none;
    z-index: 10;
    padding: 50px 20px 50px 50px;
    height: 4000px;
    background-image: url(../immagini/sfondo-piazza.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
  background-size: cover;
}
.tasto{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    background-color: green;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 11;
    background: #252930;
    color: white;
}
}

