/* PROPERTIES SECTION STYLING */

#properties {}

#properties .title {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
}

#properties .highlight p {
	font-size: 36px;
	font-weight: 700;
	color: #baa190;
	margin-left: 30%;
}

#properties .horizontal-slide {
	display: inline-block;
	width: 70px;
	height: 500px;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#properties .highlight {
	height: 500px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}

.property-title {
	font-size: 24px;
	font-weight: 700;
	display: block;
}

.property-text {
	display: block;
}

/* EOF STYLING */
