*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: 	1200;
}

html {
    scroll-behavior: smooth;
  }



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;
}
.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);
    position: relative;
    background: rgba(18,34,74,0.3);
    left: 450px;
}

.sfondo{   
    display: flex; 
    position: fixed;
    height: 100vh;
    width: calc(100% - 450px);
    margin-left: 450px;
}

.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;
}

.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{
    margin-left: 5%;
    width: 50%;
    height: 90vh;
    color:white;
    margin-top: 50vh;
    transform: translateY(-50%);
    line-height: 1.6;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
}


#titolo-quattro{
    color: antiquewhite;
    text-decoration: underline;
    margin-left: 4%;
}

#generale{
    z-index: 5;
    transition: 2s;
}


#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;
display: none;
}

@media only screen and (max-width: 900px){
    #generale.active{
    transform: translateX(-100%);
    transition: 2s;
}
    #tasto-menu{
        display: block;
    }
    .testo-contenuto{
        font-size: 16px;
        margin-top: 30px;
        width: 80%;
        margin-left: 70px;
        height: 2500px;
        transform: translateY(0);
    }

    .menu-laterale{
        font-size: 15px;
        width: 90%;
    }
    .titolo-contenuto h1{
        font-size: 30px;
    }
    .menu-laterale h1{
        font-size: 30px;
    }
    .alto{
        height: 7vh;
    }
    
    .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;
}
}
