/**
 * This is the override CSS file for the Berman Theme.
 * We should incorporate these into the source once we have
 * a build system in place
 *
 * @TODO Reach out to SAI to see what they used to build
 */

 #zn-footer .zn-logo a {
	background-image: url(images/berman-logo-white-30years.svg);
	width: 400px;
	height: auto;
	max-width: 100%;
	aspect-ratio: 350/90;
 }

 #zn-header #zn-brand .zn-logo a {
	background-image: url(images/berman-logo-white-30years.svg);
 }

 @media (min-width: 1024px) {
	#zn-header #zn-brand .zn-logo a {
		width: 380px;
		height: auto;
		max-width: 100%;
		aspect-ratio: 350/90;
	}
 }

 @media (min-width: 1200px) {
    #zn-header #zn-brand .zn-stage {
		padding: 2.25rem 0 2.5rem;
	}
}

#zn-footer .znx-social-icon-bluesky,
#zn-footer a.znx-social-icon-bluesky {
	background-image: url(images/icon-bluesky-white.svg) !important;
	background-size: 2.4rem 2.4rem;
}

.znx-social-icon-bluesky, a.znx-social-icon-bluesky {
	background-image: url(images/icon-bluesky.svg) !important;
	background-size: 2.2rem 2.2rem;
}