.feature.split50 {
	display: grid;
	grid-template-columns: 50% 1fr;
}
.feature.split50 img {
	display: block;
	margin: 0 auto;
}
.feature.split50 p {
	font-size: 17px;
}
.feature.split50 h2 {
    font-size: 20px;
	line-height: 1.2em;
}
.moredetails {
	background-color: #eee;
	color: #333;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}
.moredetails:hover {
	color: #fff;
	background-color: #aaa;
}
.hidden {
	display: none;
}
.featuretext.hydro a:hover {
	color: #FFEB4D;
}
.featuretext.hydro {
	border-bottom: 1px solid #888;
	padding-bottom: 20px;
}
.featuretext.hydro a {
	color: inherit;
}
.hydrologo {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.hydrologo img {
	max-width: 100%;
}
.hydrologo span {
	text-align: center;
}
.hydro-article {
	padding: 0px 10px;
}
.hydro-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.hydro-gallery {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 20px 5px;
}
.hydro-gallery img {
	justify-self: center;
	max-width: 95%;
}
@media only screen and (min-width: 481px) {
.hydrologo img {
	max-width: 400px;
}
.hydro-flex {
	flex-direction: row;
}
.feature.split50 h2 {
    font-size: 24px;
}
}
@media only screen and (min-width: 769px) {
.hydrologo {
	flex-direction: row;
	justify-content: space-evenly;
	gap: 20px;
}
}