@font-face {
    font-family: fontpers;
    src: url(/alchimia/fontpers/spaceranger.ttf);
    }
@font-face {
    font-family: fonttitolo;
    src: url(/alchimia/fontpers/spaceranger.ttf);
    }
@font-face {
    font-family: fontfooter;
    src: url(/alchimia/fontpers/montserrat-semibold.ttf);
    }
@font-face {
    font-family: fontlista;
    src: url('/alchimia/fontpers/nunito.ttf') format('truetype');
    font-display: swap; /* mostra font di riserva durante il caricamento del font personalizzato */
    }

body {
    height: 100%;
    margin: 0;
    background-color: rgba(0, 255, 0, 0.1);
    font-family: Verdana, Arial, Tahoma, sans-serif;
    }
        
#recipiente {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    }
        
#titolo {
    position: relative;
    width: 100%;
    height: 6vh;
    text-align: center;bottom: 0;
    font-family: fontpers;text-shadow: 0.2vw 0.1vw 0.1vw #694e25;
    font-size: 2.5vw;font-weight: bold;
    background-color: #f0f0f0;color: #a6a5a5;
    border-bottom: 3px solid #d3d2d2;
    letter-spacing: 3px;
    }
    
#titolosx {
    position: absolute;
    width: 10%;
    margin-left: 0;
    padding-left: 10px;
    }
    
#titolocc {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    }
    
#titolodx {
    position: absolute;
    width: 10%;
    margin-left: 90%;
    }
    
#paginamenu {
    display: flex;
    flex-direction: column;
    height: 87vh; /* Imposta l'altezza a tutta la viewport */
    }
#corpopagina {
    position: relative;
    width: 100%;
    height: 88vh;
    border-top: 2px solid #bbbaba;
    border-bottom: 2px solid #bbbaba;
    }
        
#footerdiv {
    position: fixed;
    z-index:10;
    text-align: center;
    bottom: 0px;
    width:100%;
    height: 6vh;
    border-top: solid #bbbaba 1px;
    font-family: fontfooter, Verdana, sans-serif;
    font-size: 2vh;
    background-color: #f0f0f0;color: #181818;
    border-bottom: 1px solid #a5a5a5;
    }
    
#footersx {
    position: absolute;
    width: 10%;
    margin-left: 0;
    padding-top: 2vh;
    font-weight: 900;
    }
    
#footercc {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    color: #a5a5a5;
    }
    
#footerdx {
    position: absolute;
    width: 10%;
    margin-left: 90%;
    padding-top: 2vh;
    }

@media (max-width: 780px) {
    
#titolo {
    font-size: 4.5vw;
    letter-spacing: 1px;
    height: 7vh;
    }
    
#titolocc {
    width: 90%;
    padding-top: 1.5vh;
    }

#titolodx {
    display: none;
    }
    
#footerdiv {
    height: 8vh;
    font-size: 1.4vh;
    }
    
#footersx, #footerdx {
    display: none;
    }
    
}    

