/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Center Header Phone */
.header-contact {
    min-width: 180px;
    justify-content: center; 
}

.header-contact-text a {
    text-decoration: none;
}

.header-contact-text a:hover {
    text-decoration: underline;
}
 