.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}

* {
  font-family: sans-serif, Apercu, "Apercu Bold";
  margin: 0;
}
html {
  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;
  }
html body {
    height: 100%;
    padding-top: 13.5%;
  }
html body h1,
html body h2
{
  padding: .4rem 0;
  display: block;
  font-size: 1.15rem;
  font-weight: normal;
  line-height: 1em;
  text-transform: none;
}
html body a {
  text-decoration: none;
  color: black;
}
html body p a {
  text-decoration: none;
}
html body .right {
  float: right;
}
html body .white {
  background-color: white;
}
html body .center {
  text-align: center;
}
html body .padding-hort {
  padding: 0 0 3.25rem 0;
}
html body .padding-hort-2 {
  padding: 0 0 0.5rem 0;
}
html body .icon img {
  display: inline;
  height: 1.8rem;
}
html body section {
  padding: 3rem 3.5rem 2.5rem 3.5rem;
  max-width: 23rem;
  float: center;
  overflow: hidden;
  letter-spacing: .04em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8em;
  width: 100%;
  margin:auto;
}

