.center { /* Minerva skin doesn't provide this */
text-align: center;
}
.river-banner-image {
max-width: 100%;
height: 100%;
object-fit: contain;
margin-top: 1vh;
}
.river-subtitle {
text-align: center;
}
.river-header {
display: flex;
flex-direction:row;
flex-wrap: wrap;
text-align:center; /* noflex */
padding: 5px;
margin-bottom:1em;
}
.river-header + .river-header {
margin-top: -2em;
}
.river-header > .river-tab {
display:inline-block; /* noflex */
flex:1 1 0;
align-self: flex-end;
vertical-align:bottom; /* noflex */
text-align:center;
font-size:larger;
margin: 5px;
}
.river-tab > .orange-marker {
visibility: hidden;
background-color: #02a0a6;
height: 0.6em;
}
.river-tab.selected > .orange-marker {
visibility: visible;
}
@media (max-width:550px) {
.river-header {
flex-direction:column;
padding:0;
margin-top: 0!important; /* cancels out the sibling styling */
}
.river-header > .river-tab {
width: 100%;
margin:0;
}
/* At smaller sizes we make the hr the green marker */
.river-tab > .orange-marker {
display:none;
}
.river-tab > p {
margin:0 2vw 0 2vw;
}
.river-tab.selected > hr {
background-color: #02a0a6;
height: 5px;
}
}
@media (min-width:551px) {
.river-subtitle {
font-size:155%;
}
}