@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url("../fonts/avenir_lt_std_book-webfont-GfCE5ys.woff2") format('woff2'),
         url("../fonts/avenir_lt_std_book-webfont-OMiEXtl.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url("../fonts/avenir_lt_std_black-webfont-vsuNFIm.woff2") format('woff2'),
         url("../fonts/avenir_lt_std_black-webfont-0U0O_py.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #5A6047;
	color: #fff;
	font-family: 'avenir_lt_std45_book';
}

h1 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
}

.text-light {
	font-family: 'avenir_lt_std45_book';
}

h2 {
	font-family: 'avenir_lt_std45_book';
	letter-spacing: 0.05em;
	font-size: 1rem;
}

.hero-section {
	height: 100svh;
	text-align: center;
	position: relative;
}

.scroll-down {
	height:40px;
	width:40px;
	position: absolute;
	bottom: 30px;
	font-size: 2rem;
	color: white;
	animation: bounce 1.5s infinite;
	text-decoration: none;
	cursor: pointer;
}

@keyframes bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(10px); }
}

.services-section h2 {
	font-family: 'avenir_lt_std95_black';
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	color: #a37864;
	text-align: center;
}

.services-section .container .row {
	margin-bottom: 2rem;
}

.services-section .services-section-title {
	font-family: 'avenir_lt_std95_black' !important;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #a37864;
}

.services-section .card {
	background-color: #ecded5;
}

.customers-section {
	background-color: #a37864;
}

.customers-section img {
	opacity: 0.75;
	transition: opacity 0.3s ease;
}

.customers-section img:hover {
	opacity: 1;
}

 .values-section {
	position: relative;
	min-height: 50vh;
	background: url("../images/pictures/forest-t8OBuTQ.jpg") center/cover no-repeat;
	color: white;
}

.values-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.values-section .container {
	position: relative;
	z-index: 1;
}

.values-section .card {
	background: rgba(255, 255, 255, 0.85);
	border: none;
}

.values-section .card h2 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
	font-size: 2.5rem;
	color: #5A6047;
	text-align: center;
}

.values-section .card h3 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	color: #a37864;
	text-align: left;
	margin-bottom: 0.5rem;
}

.values-section .card p {
	font-family: 'avenir_lt_std45_book';
	font-size: 1rem;
	color: #2a2b29;
	text-align: left;
	margin-bottom: 2rem;
}

.contact-section h2 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
}

.contact-form {
	background: rgba(255, 255, 255, 0.85);
}

.footer-section p {
	font-family: 'avenir_lt_std45_book';
	font-size: 0.8rem;
}

.legal-notice-section h2 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
	font-size: 2.5rem;
	color: #fff;
}

.legal-notice-section .card {
	background: rgba(255, 255, 255, 0.85);
}

.legal-notice-section .card-body h3 {
	font-family: 'avenir_lt_std95_black';
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	color: #a37864;
}

.legal-notice-section .card-body p {
	font-family: 'avenir_lt_std45_book';
	font-size: 1rem;
	color: #2a2b29;
}
