body {
	background: #1f1a17;
	color: #3b2f26;
}

h1, h2, h3 {
	letter-spacing: -0.03em;
	color: #2b221b;
}

.banner .content, .spotlight .content, .wrapper.style1 {
	background: #f5eedc;
}

.banner h1 {
	font-size: 4.25rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8b6b4a;
	font-weight: 700;
}

.button {
	box-shadow: inset 0 0 0 1px #8b6b4a;
	color: #2b221b !important;
}

.button:hover {
	background: rgba(139, 107, 74, 0.12);
}

.gallery.style2 article .caption {
	background: rgba(31, 26, 23, 0.82);
}

.gallery.style2 article .caption h3,
.gallery.style2 article .caption p {
	color: #f5eedc;
}

.items.style1 > * {
	border-color: rgba(139, 107, 74, 0.25);
}

.icon.style2:before {
	box-shadow: inset 0 0 0 1px #8b6b4a;
	color: #8b6b4a;
}

.contact-card a {
	color: #6a4f3a;
}

.note {
	font-size: 0.9rem;
	color: #8b6b4a;
}

footer.wrapper.style1 {
	background: #2b221b;
	color: #d8c8a8;
}

footer a {
	color: #f5eedc;
}

@media screen and (max-width: 736px) {
	.banner h1 {
		font-size: 3rem;
	}
}
