section.test {
	background-image: url("../img/bg-cta.jpg");
	position:relative;
	background-position:center;
	background-size:cover
}

section.piantina {
	background-image: url("../img/piantina.jpg");
	position:relative;
	background-position:right;
	background-size:cover
}

.test {
	background-image: url("../img/sfondo-tenute-camate.jpg");
	width: 100%;
	height: auto;
}

.btn-xl {
	background-color: #f9bf3c;
	color: black;
	font-weight: 900;
}

.navbar-collapse {
	color: black;
}

.bg-primary {
    background-color: #f9bf3c;
}

.titolo-home {
	color: #f9bf3c;
	font-size: 60px;
	font-weight: 700;
	/*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;*/
}
.treviso {
	font-weight: 700;
}

.bottone {
	background-color: #ffffff;
	color: black;
	font-weight: 900;
	/*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}
.bottone-bold {
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sfondo-bianco {
	background-color: #fff;
}