@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #177e89;
}

a {
	color: #0f99ee;
}

body {
	background-color: #fff;
	background-image: url('body_bg.jpg');
	background-size: cover;
}

.header__logo {
	position: absolute;
	left: 0;
	top: 3px;
}

.header__logo:hover {
	text-decoration: none;
}

.harrison-county {
	color: #fff;
	display: block;
    text-align: center;
    font-family: 'Centaur',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    left: 2px;
}

.header__logo:hover {
	text-decoration: none;
}

.header__logo img {
	width: 133px;
}

.header {
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-wrapper {
	background: linear-gradient(5deg, #116169, #167a85 100%);
	border-top: 15px solid #161616;
}

.header-wrapper::after {
	display: block;
	height: 428px;
	content: "";
	background: url('plans_bg.jpg') center center / cover no-repeat;
}

.header__nav {
	display: flex;
}

.header__nav a {
	display: block;
    text-decoration: none;
    color: #fff8e8;
    font-size: 18px;
    font-weight: 700;
    padding: 23px 25px 23px;
    letter-spacing: .3px;
}

.header__nav a:hover {
	background-color: #177E89;
	text-decoration: none;
}

.container {
	width: 1100px;
}

.main {
	box-shadow: 0px 2px 25px 0px rgb(0 0 0 / 10%);
	margin-top: -300px;
}