.header {
	border-bottom: solid 2px #9e3d42;
	top: 0;
	left: 0;
	right: 0;
	height: 5rem;
	background-color: #f5f4e9;
}

.header__inner {
	max-width: 1920px;
	margin: auto;
	padding-left: .5rem;
  	height: 100%;
}

.header__nav {
	display: flex;
	list-style: none;
	padding: 0.5rem;
}

.header__nav-item {
	padding: 0.5rem;
}

.header__link {
	color: #222;
	font-weight: 500;
	text-decoration: none;
}
body > header > div > a > figure > figcaption > p {
	display: none;
}

