body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight:300;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 400px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
[class*='col-'] {
  float: left;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  padding-right: 0;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-2-3 {
  width: 50%;
  padding-right: 1%;
}
.col-1-3 {
    width: 50%;
    padding-left: 1%;
}
.footer {
    background: white;
    position: relative; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
}
h2 { 
    padding-top: 0.1em;
    text-align: center;
}
h3 { 
    padding-top: 0.1em;
    text-align: center;
}
h6 { 
    padding-top: 0.1em;
    text-align: right;
}
h5 {
    text-align: center;
}
