/* Colors
Greys
water (light) #808080
land (dark)  #6b6b6b
Coclime
#125992 blue
#187CB3 med blue
#00A9D6 light blue
#1BB6C2 greenish
*/

#main {
  background-color: #e6e6e6;
}

/* Fonts and colours in the different sections */
body, h1, h2, h3, h4, h5, h6, p, button {
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-size: 1.7em;
  font-weight: bold;
}
h2 {
  font-size: 1.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
#title #logo {
  margin-top: 17px;
  text-align: right;
}

.control-label {
  font-size: 1.3em;
}

/* range slider */
.irs-bar,
.irs-bar-edge {
  background: #1BB6C2;
  border: #50978A 1px solid;
}
.irs-bar-edge {
  border-right: 0;
}
.irs-from, .irs-to, .irs-single {
  background: #1BB6C2;
}
.irs-grid-pol {
  background: #4D4D4D;
}
.irs-grid-text {
  color: #4D4D4D;
}

.play, .pause {
  color: #1BB6C2;
}

.help {
  font-style: italic;
  color: #4D4D4D;
  font-size: 85%;
}

.label-primary {
  background-color: #1BB6C2;
}

a {
  color: #187CB3;
}
