/**
 * Custom header styling. Include in front-end and admin
 * Author: Rivetica, Inc.
**/

.micr-header {
	background-color: #202538;
	background-image: url(../images/header-name.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 900px 48px;
	min-height: 48px;
}
.micr-header .wp-block-site-title a {
	display: inline-block;
	overflow-x: hidden;
	text-indent: -1000rem;
	color: white;
	width: 250px;
	height: 40px;
	line-height: 1;
}
/* .micr-header .wp-block-navigation__responsive-container-close svg, */
.micr-header .wp-block-navigation__responsive-container-open svg {
	fill: white;
}




.micr-header-spacer {
	background-image: url(../images/header-background-flex.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	min-height: 103px;
}
.micr-header-spacer:before {
	content: '';
	display: block;
	height: 0.1144%;
	width: 100%;
}
