.custom-main-color{
	color: #bf9156 !important;
}

.bg-custom-main-color{
	background-color: #bf9156 !important;
}
.hero-custom {
	margin-top: 10rem !important;
}

.hero-custom h1{
	letter-spacing: 0px !important;
	font-size: 60px;
}

.hero-custom span.teaser {
    font-family: "Georgia";
    font-style: italic;
    font-size: 20px;
}

.body-custom-main a.btn-slider:after, #mainmenu li a:after {
	color: #bf9156 !important
}


/* mobile */
@media only screen and (max-width: 767px) {
	.hero-custom {
		margin-top: 0.5rem !important;
	}
	
	.hero-custom h1{
		font-size: 50px;
	}
	
	.hero-custom span.teaser {
		font-size: 16px;
	}
}