header {
  top: calc(100vh - 116px);
}

section#header {
  height: 100vh;
}

section#header .slogan {
  line-height: 100vh;
}

/* Responsive ----------------------------------------------------------*/
@media (max-width: 1200px) {
  header {
    top: calc(100vh - 106px);
  }
}
@media (max-width: 1024px) {
  header {
    top: calc(100vh - 70px);
  }
}
@media (max-width: 600px) {
  header {
    top: calc(80vh - 70px);
  }

  section#header {
    height: 80vh;
  }

  section#header .slogan {
    line-height: 80vh;
  }

  section#header .bg {
    height: 95vh;
  }
}

/*# sourceMappingURL=home.css.map */