/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Signature text
--------------------------------------------------------------*/
:root {
    --thm-reey-font: 'reeyregular';
    --thm-primary: #006747;
}

.signature-text {
    font-size: 15px;
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
    position: relative;
    /*bottom: -55px;*/
    left: 60px;
    line-height: 60px;
}
#map-overlay {
	padding: 50px 0px!important;
}
