/*
#container {
	background-image: url('soleco-bracelli-ottobre2022_106.jpg');
	background-repeat: no-repeat;
	background-position: center;
	widht: 100%;
	min-height: 500px;
	
}
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	max-height: 100vh;
	color: #fff;
	background-color: #0d2146;
	/*background-color: #265f88;*/
}

#logo {
	width: 150px;
	height: auto;
	
}

#principale {
	background-image:url('rewire-brain.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:100vh;
	
}
/*
#principale p,h3 {
	padding: 50px 20px;
}
*/
/*
#overlay {
	background-color: rgba(0,0,0,0.45);
	height:100vh;
}
*/
#contenuto {
	padding: 50px;
}


#contatti {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}


a {
	color: #fff;
	text-decoration: unset;
}

a:hover {
	color: #fa807e;
	text-decoration: unset;
}

h2 {
	display: block;
}