* {
  box-sizing: border-box;
}

html {
  min-height: 100vh;
  font-size: 18px;
}
.container img {
	padding: 0 1% 0 1%;
}

p {
	font-family: "Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .025em;
	padding-left: 2%;
    padding: 0 2.8em;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	 -ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}

h2 {
  text-align: center;
  margin-top: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container > * {
  color: #011909;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}


.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.threequarter {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 calc(75% - 20px);
          flex: 0 2 calc(75% - 20px);
}

.half {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 calc(50% - 20px);
          flex: 0 2 calc(50% - 20px);
}

.offsetdouble {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 20px);
          flex: 0 1 calc(100% - 20px);
}

.third {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333% - 20px);
          flex: 0 1 calc(33.333333% - 20px);
}

.fourth {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px);
}

.fifth {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(20% - 20px);
          flex: 0 1 calc(20% - 20px);
}

.sixth {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16.666666% - 20px);
          flex: 0 1 calc(16.666666% - 20px);
}