@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

main{
	line-height: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

#toTop {
	border: 1px solid;
}

#navbarCollapse {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.footer-inferiore .container {
	padding: 2em 0 1em;
	border-top: 1px solid #fff;
}

.text-white a:not(.btn) {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.text-white a:not(.btn):hover {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}