.header {
	font-family: 'Inter', sans-serif;
	width: 100%;
	max-width: 1200px;
	height: 300px;
	margin: auto;
	flex-direction: column;
}

	
}
.headerImg img{
	width: 100%;
	height: auto;
}

		/*Large*/
	
.largeHeader {
	width: 100%;
	display: flex;
	align-items: bottom;
}

.largeHeader img {
	width: 100%;
	height: auto;
}

.hoverHeaderItem {
	display: none;
	position: absolute;
	width: 20px;
	height: 8em;
}

.nav {
	width: 100%;
	height: 5em;
	background-color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;

}


.navItems {
	display: flex;
	margin-top: 2em;
	align-items: center;
	height: 6em;
	width: 8em;
	background-color: black;
	border-radius: 12px;

	
}



.largeHeaderItem {
	font-family: 'Inter', sans-serif;
	font-size: .75em;
	font-weight: 800;
	display: flex;
	width: 8em;
	height: 4em;
	background-color: black;
	color: gold;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 12px;
	/flex-direction: column;

	
}
a {
	text-decoration: none;
}

.largeHeaderItem:hover .item {
	display: none;
	
}

.largeHeaderItem:hover .hoverHeaderItem {
	display: flex;
	background-color: gold;
	color: black;
	font-size: .8em;
	font-style: italic;
	align-items: center;
	width: 12em;
	height: 6em;
	border-radius: 12px;
}





