/*
#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: #fa807e;
	/*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;
}
#gallery {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.un_mezzo {
	width: 40%;
	display: flex;
	float:left;
	/*border: 1px solid green;*/
	padding: 30px 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #fff;
	text-decoration: unset;
}

a:hover {
	color: #fa807e;
	text-decoration: unset;
}

h2 {
	display: block;
}

#form {
	margin-top: 50px;
}