body {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
}

.full {
  background: url(/img/cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-size: cover;
  min-height: 100%;
}

#logo {
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
}

#motto {
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  font-size: 18px;
}

#mail {
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  font-size: 16px;
}
