body {
  background: url(/images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 125%;
  margin: 0;
}
.wrapper {
  width: 60%;
  margin: 30px auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
  header,
  footer {
    padding: 40px 25px 46px;
    text-align: center;
    background-color: #7faa3b;
  }
  .content {
    padding: 6% 8%;
    background: #f7f6f5;
    color: #262626;
  }
    h1,
    h2 {
      text-align: center;
      font-weight: 400;
      font-style: normal;
      font-size: 30px;
      letter-spacing: 1px;
      line-height: 1.25em;
      margin: 1rem 0 2rem;
    }
    h2 {
      text-align: left;
      font-size: 18px;
      margin: 2rem 0 0;
    }
    h3 {
      font-size: 15px;
      margin: 1rem 0 0;
    }
    p, li {
      margin: 1rem 0;
      font-size: 14px;
      line-height: 1.5em;
      font-weight: 400;
      font-style: normal;
    }
/*
    li > strong {
      padding-right: 5px;
    }
*/
    a,
    a:visited {
      color: #3b85c3;
      text-decoration: none;
    }
    a:active,
    a:focus,
    a:hover { color: #235075; }

    footer {
      color: #fff;
      font-size: 0.7em;
      text-align: right;
    }
      footer span,
      footer a,
      footer a:visited {
        color: #fff;
        text-decoration: none;
      }
      footer a:active,
      footer a:focus,
      footer a:hover { color: #fff; }
