html {
	scrollbar-color: #b32c17 Canvas;
}

body {
	max-width: 745px;
	margin: auto !important;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;	
	padding-left: 10px;

	overflow-x: hidden;
	overflow-y: scroll;

	accent-color: #b32c17;

	text-align: justify !important;
	text-justify: inter-character;
	hyphens: auto;

	font-family: 'Noto Sans' !important;
}

em, a:link, a:visited {
	color: #b32c17;
}

a:active, a:hover {
	color: black;
	background-color: #b32c17;
}

.bawilogo {
	width: 1.2em;
	height: auto;
}

nav {
	margin-bottom: 1rem;
}

/* Effetto alone scuro per i testi del carosello */
.carousel-shadow-text {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
}