body {
  background: url("img/back.jpg") no-repeat center center fixed;
  background-size: cover;
  color: white;
}

h1, h2, h3, p, span {
  font-family: DIN-Next-W01-Light, DIN-Next-W02-Light, DIN-Next-W10-Light, sans-serif;
}

.top-inner {
  opacity: 1;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.formatter {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.contentblock {
  background: rgba(255, 255, 255, 0.16);
  padding: 16px;
  height: 100%;
}
.innerpad {
  padding: 8px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

h1 {
  color: #FDAF7E;
  font-size: 80px;
}

a {
  color: #FDAF7E;
}
a:hover {
  color: #FFBF8E;
}

strong.hilite {
  color: #FDAF7E;
}

span.boxtitle {
  margin-bottom: 1em;
  border-bottom: 2px solid #FDAF7E;
  font-weight: bold;
  line-height: 4em;
}

span.boxtitle:after {
}


section { padding-bottom: 1em; padding-top: 1em; }
section { background: none; }
section:nth-child(odd) {  }

