/* Header navigation must be consistent through out the site*/

header {
	width: 100%;
	margin: 0 auto;
	margin-top: 8px;
	background: #fff;
	padding: 0 70px 0 40px;
}

.main-logo {
	margin: 0em 6rem 0em 1.8em;
}

.main-logo img {
	position: relative;
	width: 326px;
	padding-top: 1.05em;
	padding-bottom: 0.1em;
	z-index: 2;
}

.logo-line {
	position: relative;
	top: -1.87em;
	/* top: -1.6em; */
	padding: 1px;
	margin-left: 19.3em;
	border: none;
	background: #ffdcb8;
	z-index: 2;
}

.navigation {
	/* position: absolute; */
	width: 100%;
	height: 0;
	z-index: 3;
}

.navigation ul li {
	list-style: none;
}

.navigation a {
	text-decoration: none;
}

.top-nav {
	position: relative;
	top: -5.6em;
	right: 6.5em;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	column-gap: 1.5em;
}

.bottom-nav {
	position: relative;
	top: -2.1em;
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 2em;
}

.top-nav .phone-number {
	position: relative;
	top: 1.5px;
	font-size: 16px;
	font-weight: bold;
	color: #195ca1;
}

.top-nav a {
	font-size: 16px;
	color: #195ca1;
}

.top-nav a:hover {
	color: #F19119;
	text-decoration: none;
}

.bottom-nav a {
	font-size: 18px;
	color: #000;
}

.bottom-nav a:hover {
	color: #F19119;
	text-decoration: none;
}

/* header ends here */