/*WINTER*/
/* Website template by freewebsitetemplates.com */
@font-face {
	font-family: 'Caudex-Regular';
	src: url('../fonts/Caudex-Regular.eot');
	src: local('☺'),  url('../fonts/Caudex-Regular.woff') format('woff'),  url('../fonts/Caudex-Regular.ttf') format('truetype'),  url('../fonts/Caudex-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	background-color: #d3e3ef;
	margin: 0;
	padding: 0;
}
/*------------------------------ HEADER ------------------------------*/
#wrapper { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#waterfall {
	background: url(../images/background.webp) no-repeat center top; /* waterfall photo */
	height: 908px; 
	width: 1440px; 
	margin: 0 auto; 
}
/** Logo **/
#logo {
	float: left;
	margin-left: 150px;
	margin-top: -50px;
}
/** Navigation **/
#navigation {
	display: inline;
	margin-right: 5.5%;
}
#links {
	padding-top: 130px;
	text-align: right;
}
#navigation li {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
}
#navigation li a {
	color: #92a8e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
}
#navigation li a:hover, #navigation li.selected a {
	color: #104ca5;
}
#featured {
	text-align:center; 
	margin-top:110px;
	padding-bottom:100px;
}
/*------------------------------ FOOTER ------------------------------*/
/* This is kind of a weird scenario where they started the footer way up at the top. */
#footer {
	width: 100%;
	clear: both;
}
#footer div.footer {
	color: #5c5b58;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Caudex-Regular';
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer div.footer p {
	margin: 0;
	text-align: left;
}
#footer div.footer p a {
	border-left: 1px solid #6f6e68;
	margin-left: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#footer div.footer p a:hover {
	color: #104ca5;
}
#footer div.footer p a:first-child {
	border: none;
}
/** Articles **/
#articles {
	background: url(../images/border2.png) no-repeat center bottom; /*thin line bottom of main section*/
	color: #535454;
	margin: 0 auto; /* centers main section */
	padding-bottom: 8px;
}
#articles p {
	line-height: 24px;
	margin: 0;
	text-align: justify;
}
#articles p a {
	color: #535454;
	text-decoration: underline;
}
#articles p a:hover {
	color: #104ca5;
}
#articles li a {
	color: #535454;
	text-decoration: underline;
}
#articles li a:hover {
	color: #104ca5;
}
#articles div.header {
	background: url(../images/border.png) no-repeat center top; /*thin line top of main section*/
	padding-top: 8px;
}
#articles div.body {
	background: url(../images/bg-pattern.png) repeat-y center top; /*textured color*/
}
#articles div.body > div {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px; /*top and bottom 0, right left 10px */
}
#articles div.body > div:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#articles div.section {
	float: left;
	background: url(../images/border3.png) repeat-y left top; /*stitching divider*/
	width: 455px;
	padding: 0 0 0 28px; /* top, right, bottom 0, left 28px */
	margin-top: 12px;
	overflow: hidden;
}
#articles div.section:first-child {
	background: none;
	padding: 0 20px 0 0; /* padding 20px on right side of first div in section */
}
#articles h2 { /* welcome to marquette county */
	background: url(../images/border4.png) repeat-x 1px bottom; /*dashed line*/
	color: #163a6f;
	font-family: 'Caudex-Regular';
	font-weight: normal;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-align: center;
}
#articles h3 { /* other headings */
	background: url(../images/border4.png) repeat-x 1px bottom; /*dashed line*/
	color: #163a6f;
	font-family: 'Caudex-Regular';
	font-weight: normal;
	padding: 0 0 18px 0;
	text-transform: uppercase;
	text-align: left;
}
#articles ul {
	margin-top: 5px;
	padding-bottom: 5px;
}
#articles li { /* all text that's in a list instead of a paragraph */
	list-style-type: square;
	text-align: left;
	font-size: 18px;
}
#own {
	color: #005b49;
	font-weight: bold;
	text-align: left;
}
#add {
	padding: 0;
	margin-left: -2px;	
}
#photos { /* main container for row of photos */
	width: 100%;
	height: 275px;
	padding-bottom: 15px;
}
div.pic { /* adds styling to individual images - border, shadow, etc. */
	background: url(../images/bg-pattern-pic.png) repeat center top; /*textured color*/
	width: 190px;
	height: auto;
	padding: 15px;
	box-shadow: 3px 3px 6px #525151;
	margin: 15px 8px;
	float: left;
	display: inline-block;
}
.photo1 {
	content: url(../images/snowy-road.jpg); /*change these here for each season */
}
.photo2 {
	content: url(../images/kid-ice-fish.jpg);
}
.photo3 {
	content: url(../images/Snowbranch.jpg);
}
.photo4 {
	content: url(../images/ice-catch.jpg);
}
.photo1, .photo2, .photo3, .photo4 {
	border: 12px solid white;
	box-shadow: 2px 2px 6px #525151;
	width: 169px;
	height: auto;
}
#events {
	width: 960px;
}
#events h3 {
	padding-top: 25px;
	margin-top: 0;
	color: #163a6f;
}
#area, dist h3 {
	padding-top: 25px;
	margin-top: 0;
	color: #163a6f;
}
#fb {
	text-align:left;
	font-size: 14pt;"
}
/*****************************smaller screen sizes media queries*****************************/
@media only screen and (max-width: 1200px) {
#waterfall { 	
	background: url(../images/background.webp) no-repeat center middle; /* waterfall photo */		  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -o-background-size: contain;
	background-size: contain;
	width: 100%; 
	height: auto; 
}
#links {
	padding-top: 10px;
	text-align: right;
}
#navigation {
	margin-right: 10px;
}
#navigation li a {
	font-size: 12pt;
}
#logo {
	margin-left: 20px;
	margin-top: 65px;
}
#logo img {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 0 5px 0;
}
#featured {
	margin-top: 0;
	padding-bottom: 1px;
}
/*#featured img { 
	max-width: 150px; 
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
}*/
#articles {
	margin: 0;
}
#articles div.body > div {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
#articles p {
	font-size: 15pt;
}
#articles li {
	font-size: 15pt;
}
#articles div.section {
	background: none;
	width: 100%;
	padding: 0;
	margin-top: 0;
}
#articles div.section:first-child {
	padding: 0;
}
#articles h3 {
	font-weight: bold;
}
#articles h2 {
	font-weight: bold;
}
#add {
	font-size: 15pt;
}
.flex-container {  /* flex box to make photos wrap correctly for narrow screens */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#photos {
	width: auto;
	height: auto;
}
#events {
	width: 100%;
}
#fb {
	font-size: 13pt;
}
#footer div.footer {
	width: 100%;
	line-height: 22px;
}
#carousel {
	display: none;
}
#map {
	width: 350px;
	height: 400px;
}
}