body {
	background-color: #000000;
}


.navbar  {
	background-color: #000000 !important;
	/* height: 113px; */ 
}

.navbar-brand img {
	width: 244px;
}

#navbarCollapse {
	background: #000000;
	padding-left: 28px;
	margin-top: 40px;
}

footer a {
	color: #b9b9b9;
	text-decoration: none;
}

footer a:hover {
	color: #919191;
	text-decoration: none;
}

footer .ragione-sociale-footer {
	font-size: 20px;
	font-weight: bold;
}

footer .social {
	display: block;
	margin-left: 0px;
	text-align: center;
}

footer .social img {
	width: 50px;
	margin-top: 50px;
}


@media ( min-width : 1200px) {
	
	footer .social {
		display: inline-block;
		margin-left: 13%;
	}
	
	footer .social img {
		width: 50px;
		margin-top: 0px;
	}
	
}