body {
	font-family: "Montserrat", sans-serif;
	background-color: rgb(51,51,51);
}

.sfondo-2 {
	padding: 40% 0;
}

h1,h4 {
	color: #fff;
}

.sx h1 {
	padding-top: 70px;
}

.sx {
	text-align: center;
}

.sfondo-2 {
	background-image: url(../img/Brush.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.luce-accesa {
	text-align: center;
}

.social {
	margin-top: 70px;
}

.social a {
	padding: 0 20px;
    font-size: x-large;
	color: #fff;
}

.dx p {
	color: #fff;
	margin-top: 20px;
}

.dx a:hover {
	text-decoration: none;
	color: #97be0d;
	transition: 1s;
}

.dx a:hover p {
	color: #97be0d;
	transition: 1s;
}

@media (max-width: 1199px) {
	
	.sfondo-2 {
		padding: 30% 0;
	}
	
	.luce {
		display: none;
	}

}

@media (max-width: 575px) {
	
	.logo {
		width: 95%;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h4 {
		font-size: 1.2rem;
	}
	
	.dx {
		top: 0px;
	}
	
}


















