html {
  background-image: url("/images/header-bg.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-color: #fff;
  padding: 0;
}
body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: transparent;
  background-image: url("/images/header-logo.png");
  background-position: 70px 30px;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 174px;
  margin: 10px;
}


h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 5em;
  max-width: 70em;
}

h1 {
  font-size: 225%;
  font-weight: 300;
  margin: 0 0 1em 0;
}

p {

}

a {
  color: #3282e6;
  text-decoration: none;
}

.bottommenu {
  margin-top: 3em;
}

.footer {
  margin: 5em 80px 0;