body {
	background: white;
	background-image: url(logo-grey.svg);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 24px;
  font-family: "Open Sans", Sans-Serif;
  font-size: 1.5em;
  color: #16502d; }

header.header, footer.footer {
  width: 100%;
  text-align: center;
  color: #958d85; }

.clear {
  clear: both; }

.section {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  overflow: auto; }

.article {
  margin: auto;
  max-width: 360px; }

@media all and (max-width: 580px) {
  .columns img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; } }
@media not all and (max-width: 580px) {
  .columns {
    margin-right: -3%; }
    .columns > * {
      margin-right: 3%;
      float: left; }
    .columns .right {
      float: right; }
    .columns .small {
      width: 30%; }
    .columns .big {
      width: 64%; }
    .columns .half {
      width: 47%; }
    .columns .third {
      width: 30.3%; }
    .columns .quarter {
      width: 22%; }
    .columns .fifth {
      width: 17%; }
    .columns .sixth {
      width: 13.66%; } }
