/*Landing Page Styles*/
h5 {
	font-weight: 600;
}
header {
    padding: 1rem;
}
.top-bar.sticky.is-at-top.is-stuck ,
.top-bar.sticky.is-at-top.is-stuck ul {
	background-color:#000;
}
.top-bar.sticky.is-at-top.is-stuck ul li a {
	color:#fff;
}
.sezione-blu {
	background-color: #01579b;
	color: #fff;
    padding: 1rem;
	margin: 2rem 0;
}
.grid-container.concessionarie .cell {
    border: 1px solid #ccc;
    margin: 15px 15px 0px 15px;
	border-radius: 8px;
    box-shadow: 1px 1px 10px -3px;
}
.gamma-auto, .elenco-concessionarie {
	margin:2rem 0;
}
.grid-container.recensioni cite {
    color: #fff;
}
footer {
    background-color: #000;
    color: #fff;
    padding: 1rem;
}