.water-footprint select {
  font-size: 1.1em;
  height: 2em;
  width: 20%;
  min-width: 12.5em;
}

@media screen and (max-width:29em) {
  .water-footprint select {
    width: 100%;
    min-width: 100%;
  }
}

/* Heading and Instructions */
.water-footprint header {
  margin: 3.125em 0 1.625em;
}

.water-footprint .instructions {
  font-size: 1.25em;
}

.water-footprint .credits {
  font-size: .9em;
}

.water-footprint .result p {
  margin: 0;
}

/* Water Footprint Readout */
.water-footprint .heading {
  font-size: 2.25em;
}

.water-footprint .water-amount {
  font-size: 2em;
}

.water-footprint .bulk-readout,
.water-footprint .serving-readout,
.water-footprint .no-info {
  margin: 1em 0;
}

.water-footprint .secondary {
  margin-top: 2em;
  font-size: 80%;
}

.water-footprint .choose-item {
  font-size: 1.2em;
}


/* Basic Styling */

html {
  font-size: 16px;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

a {
  color: rgb(16,88,104);
}

input.choose-item {
  height: 2em;
  padding: .5em;
  border: 2px solid gray;
  border-radius: 5px;
  background: white;
  color: black;
  text-align: left;
}

input.choose-item:focus {
  border: 2px solid yellow;
}
