div {
  width: 100%;
}
canvas#hexagons {
  width: 100%;
  height: 300px;
  background-color: #002e5b;
}



div.proposals {
  background-color: #eeeeee;
}

div.people {
  background-color: #ffffff;
}




footer p {
  font-size: 10px;
}
.row {
  padding-top: 25px;
  padding-bottom: 25px;
}

footer.row {
  padding-top: 50px;
  padding-bottom: 0px;
  /*background-color: #eeeeee; */
}

p, h2, h3 {
  font-family: Century Gothic, sans-serif;
  color: #333333;
}

div.bio {
  margin-top: 15px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}

div.proposals p {
  margin-top: 32px;
}

.bio p {
  /* font-size: 14px; */
}
