/* custom styles */
body {
	font-family: 'Mukta', sans-serif !important;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Mukta', sans-serif !important;

}

.header_logoContainer.empty, .dottedTitems:before , .brokerItem,.header_infoContainer, .sliderContainer .button, .zoom-control, .zoom-control .button {
	background-color: #e65039;

}
.section_title, .downloadLink a, footer .socials a, .standardText a {
	color: #e65039 !important;
}
.sliderContainer .button{
	border-color: #e65039 !important;
}


#map-tooltip.building{
	background-color: #e65039;	
	color:White;
}
#map-tooltip.building:after{
	border-color: rgba(230,80,57, 0);
	border-bottom-color:#e65039;
}
#map-tooltip.building h3{
	color:white !important;
}

.zoom-control .button:hover, .zoom-control .button.active{
      background: #9b0500;
    }
