.listing, .realtor {
	padding-bottom: 35px;
}

.listing img, .realtor img {
	width:100%;
	border-bottom:5px solid #321d08;
}

footer .realtor {
	text-align:center;
	padding-bottom: 35px;
}

footer .realtor img {
	width:auto;
	border:0px;
	border-radius:50%;
}

.listing h3, .listing-detail h3, .realtor h3 {
    font-family: Bebas Neue;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
	margin-top: 1rem;
}

.listing .price {
    font-family: Bebas Neue;
    font-size: 1.5rem;
    font-weight: 500;
}

.listing .basic, .listing-detail .basic {
    font-weight:bold;
	font-style: italic;
	font-size: 1.25rem;
}

.listing-hero {
	background-size: cover;
	background-position: center;
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom:5px solid #321d08;
}

.realtor-hero {
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom:5px solid #321d08;
}

.listing-hero .content,.realtor-hero .content {
	text-align:center;
	color:#fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.66);
}

.listing-hero .content h2, .realtor-hero .content h2, .ccm-block-hero-image-text h2 {
    font-family: Bebas Neue;
    font-size: 4rem;
    font-weight: 400;
    text-transform: uppercase;	
}

.listing-hero .content .price {
    font-size: 2.5rem;
    font-weight: bold;
}

.listing-detail h3 {
	display: inline-block;
	padding-top: 12px;
	border-top: 5px solid #321d08;
	border-image: linear-gradient(to right, #321d08 0%, #321d08 66%,transparent 66%) 1;
}

.listing-detail .mls {
	font-weight:bold;
}

.listing-detail hr, .realtor-detail hr {
	margin: 3rem 0px;
}

.listing-detail .agent {
	text-align: right;
}

.listing-detail .agent img, img.realtor-photo {
	width:100%;
	border-radius:50%;
}

.listing-detail .agent h3 {
	margin-top: 2rem;
}

#listings-map {
	width: 100%;
	height: 100vh;
}

.navbar-nav {
	font-weight:bold;
}

footer .logo {
	text-align:center;
	padding-bottom: 35px;
}

div.ccm-block-hero-image div.ccm-block-hero-image-image {
    background-position: center 75%;
}