.banner {
	width: 100%;
	text-shadow: 2px 2px 4px #333;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: white;
}
 
.banner-img {
	width: auto;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.big-text {
	font-size: 3em;
	font-weight: 600;
	animation-delay: 1s;
}

.sottoBig {
	font-size: 1.5em;
	margin: 0 auto;
	max-width: 80%;
	padding:0.3em; 
}

#topBanner {
	margin: 0 auto;
	border-bottom: 11px solid #036;
	padding: 80px 20px; 
	margin-bottom: 0px;
	position: relative;  
	z-index: 1;     
}

.banner a {
	margin-top: 1em;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	padding: 11px 27px;
	text-decoration: none;
	font-size: 1em;
	transition: .2s;
}

.banner a:hover {
	background: #036;
	color: #fff;
	padding: 11px 29px;  
}

.btn { margin-top: 1.5rem; }


@media (max-width: 767px) {
	.big-text {
						font-size: 2em;
						 
	}
	#topBanner { padding: 30px 20px; }
	.sottoBig { font-size: 1.2em; }
}

 
@media (min-width: 768px) and (max-width: 1023px) {
	.big-text {
						font-size: 2.5em;
						 
	}
	#topBanner { padding: 30px 20px; }
}
 
 
.sfondoImmagine{

	 
	background-size: cover; 
	background-position: top center; 
	background-repeat: no-repeat;
	 
} 