body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin: 5vw;
}

.hidden {
  display: none;
}

#info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.row_of_stuff {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  align-content: stretch;
}

.right {
  justify-content: right;
  text-align: right;
}

#version {
  position: fixed;
  bottom: 0;
  right: 8px;
  color: #666;
}

#fountain {
  width: 90vw;
}

#cylinder {
  width: 60vw;
  max-width: 300px;
}

#pump {
  width: 25vw;
  min-width: 250px;
  margin-right: 5vw;
}

#tides {
  width: 90vw;
  max-width: 480px;
}

.info-box {
  margin-right: 30px;
}

#camera {
  max-width: fit-content;
  min-width: 300px;
}

#slider {
  width: 100%;
}

#capture-container {
  position: relative;
}

#capture-image {
  position: relative;
  width: 100%;
}

#capture-label {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
}
