* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'DIN-bold', helvetica, sans-serif; }

@font-face {
  src: url("font/din-bol.otf");
  font-family: 'DIN-bold'; }
@font-face {
  src: url("font/din-reg.otf");
  font-family: 'DIN-regular'; }
header {
  padding: 1em 1.8em 1em; }
  header #header {
    display: none;
    max-width: 1300px;
    margin: auto; }

.header-description {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  max-width: 290px; }
  .header-description a {
    text-decoration: none;
    cursor: pointer; }
  .header-description p, .header-description span {
    color: white;
    font-size: 0.9em;
    font-weight: 1000; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 2em; }
  footer a {
    text-decoration: none;
    padding: 0.15em;
    color: white;
    font-family: 'DIN-bold', helvetica, sans-serif; }
  footer p {
    text-align: center;
    color: white;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'DIN-bold', helvetica, sans-serif; }
  footer > p {
    margin-bottom: 0.5em; }
  footer > div {
    margin-bottom: 0.5em; }
  footer > div:last-child {
    margin: 0; }
  footer span {
    display: none;
    color: white;
    margin-right: 0.5em;
    font-family: 'DIN-regular', helvetica, sans-serif; }
  footer .social {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

#bg, #mob-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #bg .current, #bg .fader, #mob-bg .current, #mob-bg .fader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center; }
  #bg .fader, #mob-bg .fader {
    z-index: 2;
    opacity: 0; }

#bg {
  display: none; }

@media screen and (min-width: 750px) {
  #mob-bg {
    display: none; }

  #bg {
    display: block; }

  header {
    padding: 2em 4em 1em; }
    header #header {
      display: block; }
    header #mob-header {
      display: none; }

  .header-description {
    max-width: 420px; }
    .header-description p, .header-description span {
      font-size: 1.5em; }

  footer {
    padding-bottom: 3em; }
    footer p {
      letter-spacing: 4px;
      font-size: 1.2em; }
    footer span {
      display: inline; }
    footer .social {
      left: unset;
      transform: none;
      padding-top: 1em; }
      footer .social img {
        width: 28px; }
    footer div:not(.social) {
      text-align: center; }
      footer div:not(.social) p {
        display: inline; } }

/*# sourceMappingURL=style.css.map */
