:root {
	--shiloh-brick: #8f2f22;
	--shiloh-brick-dark: #672116;
	--shiloh-beige: #f4eadb;
	--shiloh-beige-deep: #d7bea0;
	--shiloh-ink: #382821;
}

body {
	background-color: var(--shiloh-beige);
	color: var(--shiloh-ink);
}

h1,
h2,
h3,
h4 {
	color: var(--shiloh-brick-dark);
}

.ribbon,
#copyright,
#home-sec2,
#footer {
	background-color: var(--shiloh-brick-dark) !important;
}

.ribbon a,
#footer a,
#footer h2,
#copyright {
	color: #fff !important;
}

#masthead,
.p7dmm-fixed,
.p7DMM-toolbar,
#home-sec1,
.parallax-window {
	border-color: var(--shiloh-brick) !important;
}

.p7DMM10 ul a:hover,
.p7DMM10 ul a.open,
.p7DMM10.dmm-vertical ul a.open {
	background-color: var(--shiloh-beige-deep) !important;
	color: var(--shiloh-brick-dark) !important;
}

.p7DMM10 ul ul a,
.p7DMM10.dmm10-pop ul ul a {
	color: var(--shiloh-brick) !important;
}

.p7DMM10 ul ul a:hover,
.p7DMM10.dmm10-pop ul ul a:hover,
.p7DMM10.dmm-vertical ul ul a:hover {
	background-color: var(--shiloh-brick) !important;
	color: #fff !important;
}

#home-sec1,
.community-amenities,
.apartment-features,
.page-content .community-conveniences.max-none,
.columns-container .page-content,
.columns-container .page-content #gallery,
.columns-container .page-content #floorplans {
	background-color: var(--shiloh-beige) !important;
	background-image: none !important;
}

.but_generic,
.floating-btn,
.tkl-BGL-blue,
.tkl-BGH-skyblue:hover,
.tkl-BGH-green:hover {
	background-color: var(--shiloh-brick) !important;
	color: #fff !important;
}

.content-link:hover,
.but_generic a:hover,
.columns-container .page-content h3,
#contact h2,
.fp-container .unit-type,
.fp-container .details {
	color: var(--shiloh-brick) !important;
}

.fp-container,
.fp-container .unit-type {
	border-color: var(--shiloh-brick) !important;
}

.fp-container .unit-type,
.opm-panel-content ul {
	background-color: #ead8bf !important;
}

.gallery-sections {
	padding: 0 1em 2em;
}

.gallery-sections h2 {
	clear: both;
	padding: 1.5em .5em .75em;
	color: var(--shiloh-brick-dark);
}

.gallery-sections ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 auto;
	padding: 0 0 1em;
	list-style: none;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
}

.gallery-sections li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid var(--shiloh-beige-deep);
}

.gallery-sections img {
	display: block;
	width: 260px !important;
	height: 174px !important;
	object-fit: cover;
	max-width: 260px !important;
	max-height: 174px !important;
}
