body {
	margin: 4px 0px;
	background: #3F597C url(bkg.jpg) repeat-x fixed center bottom;
	background-size: 100% auto;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: top;
}
th {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
h1, h2 {
	font-size: 130%;
	color: #006633;
	margin: 4px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin: 8px 0px 10px 0px;
}
.adhere {
	height: 250px;
	text-align: center;
	background-color: #FFFFFF;
}
.topic-links {
	padding: 8px 6px 8px 10px;
	background-color: #99BD75;
}
.in-site {
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 0px;
	padding-left: 6px;
}
.site-text {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px 10px;
}
.site-topic {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #D5E3C6;
	background-image: url(../image/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 250px;
}
.posted-date {
	font-size: 11px;
	color: #79A44F;
}
.topic-links-container {
	background-color: #99BD75;
}
.notices {
	background-color: #99BD75;
	font-size: 120%;
	color: #000000;
	text-align: center;
}
.date {
	background-color: #EEFAE2;
	padding: 4px;
	border: 1px solid #99CC66;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
.align-right {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
}
.site-text b {
	color: #FF0000;
	font-size: 14px;
}

.intro-topic {
	background-color: #E0ECD5;
	padding: 4px;
	border: 1px solid #335511;
}
.topic-links-container .topic-links ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.style2 {
	color: #CC0000;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #00FF00;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #003300;
	text-align: center;
}
b {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}
.green {
	color: #006600;
}
.services a:link {
	color: #000000;
	text-decoration: none;
}
.services a:visited {
	color: #000000;
	text-decoration: none;
}
.services a:hover {
	color: #333333;
	text-decoration: none;
}

/* nav menu */

.header ul{
	list-style: none;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 28px;
	padding: unset;
}

.header.home-header ul{
	border-bottom: none;
}

.header ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

.header ul li a:hover{
	color: #99BD75;
}


.salmon-images img {
    max-width: 49%;
    width: 100%;
}

.salmon-images{
	display: flex;
	justify-content: center;
	gap: 15px;
	overflow: hidden;
}

.salmon-single.salmon-images img{
	max-width: 100%;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.salmon-triple.salmon-images img{
	max-width: 33%;
	object-fit: cover;
	object-position: center;
	height: 275px;
}

.salmon-images.sockeye-images img {
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.trout-four {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.trout-four img{
	max-width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.kids-corner{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.kids-corner img{
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

a.active{
	color: #99BD75 !important;
}

.map-image img{
	max-width: 100%;
	width: 100%;
}

/*======================================
    contact page
======================================*/
.contact-form-wrap {
    padding: 10px 0;
}
.form-3 {
    display: flex;
    /* gap: 20px; */
}

.header ul{
	border-bottom: 1px solid #9a9a9a;
    padding-bottom: 14px;
}
.mb-3 {
    width: 100%;
    margin-bottom: 16px;
}
.form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group textarea {
    resize: none;
}
.contact-form button {
    font-weight: 700;
    background-color: #006633;
    color: #FFFFFF;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: unset;
    border: 1px solid transparent;
    margin-top: 30px;
	cursor: pointer;
}
.contact-form button:hover {
    background-color: #99BD75;;
    /* border-color: var(--dark-grey);*/
    color: #000000; 
}
.contact-form .form-control:focus {
    box-shadow: none;
    /* border-color: var(--dark-grey); */
}
.contact-form .sec-head {
    text-align: left;
}
.contact-form select:focus {
    box-shadow: none;
    /* border-color: var(--dark-grey); */
}

label.form-label {
    margin-bottom: 7px;
    display: block;
}

#Additional-information .form-control{

	width: 95%;
}

.thankyou{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0px;
	text-align: center;
}

.thankyou h1{
	font-size: 50px;
}

.form-2{
	display: flex;
}

.form-2 .form-control{
	width: 90%;
}
.phone-icon, .hamburger {
	max-height: 24px;
}
.phone-icon-wrap, .hamburger, .logo-mobile {
	display: none;
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
	* img {
		width: 100%!important;
	}
	.header-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 16px;
	}
	table, td {
		width: 100%!important;
	}
	.phone-icon-wrap, .hamburger, .logo-mobile {
		display: block;
	}
	.close-icon {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 24px;
	}
	.header ul {
		position: fixed;
		width: 80%;
		height: 100vh;
		background: white;
		left: -100%;
		top: 0;
		z-index: 1111;
		flex-direction: column;
		align-items: start;
		padding: 16px;
		transition: left 0.25s;
		margin: 0;
	}
	.logo-mobile {
		max-height: 70px;
	}
	.header ul.visible {
		left: 0;
	}
	.form-3, .form-2 {
		flex-direction: column;
	}
	#submit {
		margin-top: 12px;
	}
	.notices {
		font-size: 19px;
	}
	.site-text {
		font-size: 16px;
	}
	h1, h2 {
		font-size: 21px;
	}
}
@media (max-width: 575px){
	.salmon-images {
		flex-direction: column;
	}
	.salmon-images img, .salmon-triple.salmon-images img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.trout-four {
		grid-template-columns: 1fr;
	}
}