/**
 * Front page
 */

.custom-logo-link {
	display:  block;
}

@media( min-width:  768px ) {
	.main-header-bar {
		height:  20em;
		position:  relative;
	}

	.main-header-bar > .attachment-full {
		position:  absolute;
		/* max-height:  20em; */
		width:  100%;
		height:  100%;
		object-fit: cover;
	}

	.main-header-bar > .ast-container {
		position:  relative;
		height:  100%;
		/* border: 1px solid blue; */
		/* background-image:  linear-gradient(to bottom, white, transparent); */
		/* background-color: pink; */
		/* z-index:  1; */
	}

	.main-header-bar .main-header-container {
		margin-top:  5em;
		/* position:  absolute; */
		/* left:  50%; */
		/* top:  50%; */
		/* transform:  translate(-50%, -50% ); */
	}

	/* .ast-header-break-point .header-main-layout-1 .site-branding */

	header .custom-logo-link img {
		background-color:  white;
	}
}

@media( min-width:  922px ) {
	.main-header-bar {
		position:  relative;
		height:  25em;
	}
}
