body {

		background-color: #eaece9;

		}


		.navbar-light .navbar-brand {
		height: 180px;
		}


		.nav-bar {

		margin-top: 5px;

		}
		.text-primary {
		color: #C79E10 !important;
		}


		h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

		color: #0E0A0B;
		}		

		.btn-primary:hover {
		color: #000;
		background-color: #C79E10;
		border-color: #C79E10;
		}
		.btn-primary {
		color: #000;
		background-color: #0e0A0B;
		border-color: #0e0A0B;
		}

		.bg-primary {
		background-color: #C79E10 !important;
		}

		.btn-dark {
		color: #fff;
		background-color: #0e0A0B;
		border-color: #0e0A0B;
		}

		.btn-dark:hover {
		color: #fff;
		background-color: #0e0A0B;
		border-color: #0e0A0B;
		}


		a:hover {
		color: #C79E10;
		}


		.bg-light {
		background-color: #DEDEDE !important;
		}
		.bg-dark {
		background-color: #0e0A0B !important;
		}	
		a {
		color: #C79E10;
		}


.btn-light {
    color: #fff;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
}






@media (min-width: 992px) {
  .header {
    margin-top: -180px;
  }
}


.etichetta {
	height: 400px;
}

@media (max-width: 500px) {
  .etichetta {
	height:auto;
}
}