@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
	min-height:50vh;
    margin-right: -100%;
    background-size:cover !important; 
	background-repeat:none;
	background-position:center !important;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.carousel-item h1, .carousel-item p.lead{text-shadow: 0px 0px 20px rgba(0,0,0,0.5); font-weight:bold; line-height:200%;}
.container{max-width:1000px;}
.nav-link{font-size:12px; text-align:center; text-transform:uppercase;}
.text-3, .text-3 ol,.text-3 ol li{font-size:12px;list-style-type: upper-roman;}
.trio{min-height:50vh;}
.conttext{line-height:30px;}
.blog-post{font-size: 12px;     line-height: 18px;}
.logo{font-family: 'Montserrat', sans-serif; }
.mappa a path { fill: #ddd !important; }
.mappa a:hover path { fill: blue !important; }
 