*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.banner{
  height: 60vh;
  background-image: url(images/Water.jpg); background-repeat: no-repeat ; background-size: cover; width: 100%;
}
.banner h1{
  font-size: 50px;
  padding: 25vh 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.mission{
  max-width: 80%;
  margin: auto;
}
.mission h2{
  text-align: center;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
.mission h3{
  text-align: left;
  font-size: 15px;
  font-family: 'Source Serif Pro', serif;
}
.biography{
  max-width: 80%;
  margin: auto;
}
.biography h2{
  text-align: center;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
.biography h3{
  text-align: left;
  font-size: 15px;
  font-family: 'Source Serif Pro', serif;
}
.terms{
  max-width: 80%;
  margin: auto;
}
.terms h2{
  text-align: center;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
.terms h3{
  text-align: left;
  font-size: 15px;
  font-family: 'Source Serif Pro', serif;
}

@media only screen and (max-width:700px) {
  .biography h1{
    font-size: 20px;
  }
  .biography h3{
    font-size: 15px;
  }
}