.angie-header-wrapper {
	width: 100%;
}

.angie-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.angie-header-logo img {
	height: auto;
	display: block;
}

.angie-header-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.angie-header-nav li {
	margin: 0;
}

.angie-header-nav a {
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	padding: 5px 0;
}
