/* CSS Document */

#fonti .links-title {
    font-weight: 900;
    border-bottom: 3px solid #0f0f0f;
    /* margin-top: 70px; */
    font-size: 1em;
}

#fonti .links {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 0px;
    font-size: .8em;
}

.nascondi{
	display: none;
}

@media screen and (max-width: 480px) {
	#header-fisso {
		z-index: 100;
	}
}