@font-face{
    /* SIL Open Font License found at 'webfonts/poly/LICENSE' */
    font-family: "Poly-Regular";
    src: url('webfonts/poly/Poly-Regular.otf'),
    url('webfonts/poly/Poly-Regular.otf'); /* IE */
}
@font-face{
    /* SIL Open Font License found at 'webfonts/poly/LICENSE' */
    font-family: "NationalPark-Regular";
    src: url('webfonts/NationalPark/NationalPark-Regular.otf'),
    url('webfonts/NationalPark/NationalPark-Regular.otf'); /* IE */
}
body{
  padding-top: 20px;
  font-size: 21px;
  /* SIL Open Font License found at https://nationalparktypeface.com/ or 'webfonts/NationalPark/LICENSE' */
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  letter-spacing: -1px;
}
#content{
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 20px;
}
.full{
  width: 100%;
}
.half{
  padding: 2px;
  margin: 0px;
  border: 0px;
  width: 49%;
}
h1, h2, h3, h4, h5{
  font-family: "Poly-Regular", "Swiss 721 SWA", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
center{
	padding-bottom: 10px;
}
