.parking-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1030;

	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
}

.parking-header a {
	display: block;
	height: 100%;
	line-height: normal;
	text-decoration: none;
}

.parking-header img {
	height: 100%;
	width: auto;
	object-fit: contain;
	display: block;
}

.parking-header .subdomain-name {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
