/* WSNIA */

/* HOME PAGE */
body.home .site-main {
	padding-top:0;
	max-width: 100%;
}
.homeHero, .homeHero2 {
	position: relative;
	background:url('images/hero2025CoeurDAlene.jpg') center center no-repeat;
	background-size:cover;
	min-height:440px;
}
.homeHeroTextBox {
	position:absolute;
	top:80px;
	right:10%;
	width:fit-content;
	background:rgba(223,223,223, 0.85);
	background:rgba(238,233,227, 0.9);
	padding:40px;
	border:solid 1px #060e32;
	box-shadow:5px 5px 5px rgba(0,0,0,0.85);
	transition:0.2s all;
}
.homeHeroTextBox h1,
.homeHeroTextBox h2, 
.homeHeroTextBox h3 {
 	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color:#2f2f2f;
	line-height: 1em;
	margin:0 0 15px 0;
}
.homeHeroTextBox h1 {
	font-size:38px;
}
.homeHeroTextBox h2 {
	font-size:36px;
	font-weight:400;
} 
.homeHeroTextBox h3 {
	font-size:24px;
	font-weight:300;
}
.homeHeroTextBox .ctaBtn {
	display:inline-block;
	width:fit-content;
	color:#FFF;
	text-decoration:none;
    text-align: center;
    line-height: 1.5em;
	background:#060e32;
	padding:4px 15px;
	border-radius:8px;
	margin:20px 10px 0 0;
	transition:0.2s all;
}
.homeHeroTextBox .ctaBtn:hover,
.homeHeroTextBox .ctaBtn:active,
.homeHeroTextBox .ctaBtn:focus {
	background:#0000ff !important;
}

.homeHero2 {
	background:url('images/heroWAflag.jpg') center center no-repeat;
}
.homeHero2TextBox {
	top:40px;
	right:auto;
	left:10%;
	width:540px;
}

.homeIntro h2 {
	font-weight:bold;
	font-style:italic;
}
.homeIntro .entry-content img {
	float:left;
	max-width:435px;
	border:solid 1px #000;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	margin:20px 30px 40px 0;
}


.homeBlogPosts {
	width:90%;
	margin:40px auto;
}
.homeBlogPosts h3 {
	text-align:center;
}
.homeBlogPosts article {
	display:inline-block;
	width:33%;
	padding:0 2%;
	vertical-align: top;
}
.homeBlogPosts .entry-header {
	clear:both;
}
.homeBlogPosts .post-thumbnail {
	text-align:center;
}
.homeBlogPosts .post-thumbnail img {
	height:270px !important;
	width:auto !important;
}
.homeBlogPosts h4 {
	font-weight:400;
	line-height: 1.3em;
	margin:0 0 30px 0;
}
.homeBlogPosts h4 a {
	text-decoration: none;
}
.homeBlogPosts .excerpt {
	margin:25px 0 0 0;
}
.homeBlogPosts .excerpt p {
	font-size:16px;
}
.homeBlogPosts .excerpt p a.more-link {
	display:none;
}
.homeBlogPosts .entry-footer {
	text-align:right;
	padding-bottom:10px;
}


.homeVideo {
	max-width:94%;
	text-align:center;
	background:#eee9e3;
	border-radius:20px;
	padding:50px;
	margin:0 auto;
}
.homeVideo h3 {
	font-weight:500;
	margin:0 0 30px 0;
}
.homeVideo video {
	max-width: 90%;
	height: auto;
	box-sizing: border-box;
	object-fit: contain;
}




