.photo2wrapper {
	padding: 5px 10px;
	height: auto;
	width: auto;
	max-width: 100%;
	display: inline-block;
	background-color: #ffffff;
	margin-bottom: 30px;
	color: #111;
}
.photo2wrapper img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo2comments {
	font-size: 0.9em;
	text-align: center;
}
.photo2credits {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
}
photo {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#map-canvas {
	height: 500px;
	width: 100%;
}
.container-map {
	width: 100%;
	height: 500px;
}
.btn {
	color: #fff;
}
.links li {
    list-style-type: none;
}
.navigation .fa {
	margin-right: 15px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}

}
.peach-article {
	background: #f9b56e;
	padding: 10px;
	color: #fff;
}
.peach-article-header {
	background: #d88253;
	text-align: center;
}
.peach-article-read-more {
	background: #d88253;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.teal-article {
	background: #09ace3;
	padding: 10px;
	color: #fff;
}
.teal-article-header {
	background: #007ec8;
	text-align: center;
}
.teal-article-read-more {
	background: #007ec8;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.red-article {
	background: #be0000;
	padding: 10px;
	color: #fff;
}
.red-article-header {
	background: #960000;
	text-align: center;
}
.red-article-read-more {
	background: #960000;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.white-article {
	background: #979797;
	padding: 10px;
	color: #fff;
}
.white-article-header {
	background: #636363;
	text-align: center;
}
.white-article-read-more {
	background: #636363;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.green-article {
	background: #009a66;
	padding: 10px;
	color: #fff;
}
.green-article-header {
	background: #006634;
	text-align: center;
}
.green-article-read-more {
	background: #006634;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.peach-article h3, .white-article h3, .teal-article h3 {
	color: #fff;
}
.peach-article a.read-more:link, .white-article a.read-more:link, .teal-article a.read-more:link,
.peach-article a.read-more:active, .white-article a.read-more:active, .teal-article a.read-more:active,
.peach-article a.read-more:visited, .white-article a.read-more:visited, .teal-article a.read-more:visited {
	color: #f0f0f0;
}
.peach-article a.read-more:hover, .white-article a.read-more:hover, .teal-article a.read-more:hover {
	color: #fff;
}
.featured-block article {
	min-height: 590px;
}
.content h5, .content .h5 {
    line-height: 1.5em;
    color: #006634;
    font-weight: 500;
}
.fishcount {
	font-size: 1.25em;
	line-height: 1.6;
	text-align: center;
}
.text-black {
	color: #000;
}