@import url(https://fonts.googleapis.com/css?family=Roboto);
h1 span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

html, body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

h1, p {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}

h1 {
  font-size: 3rem;
  line-height: 4.5rem;
  display: block;
  width: 280px;
  height: 636px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) url("../png/modernpoacher.png") no-repeat top center;
  background-size: contain;
}

header {
  font-size: 1rem;
  line-height: 1.375rem;
  position: fixed;
  right: 0;
  top: 0;
  margin: 1.25rem;
  color: #4b5d5d;
}

header a {
  display: block;
  outline-offset: 0.25rem;
}

header svg {
  display: block;
  width: 84px;
  height: 30px;
}

header svg path {
  fill: #151013;
}

footer {
  font-size: 1rem;
  line-height: 1.375rem;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 1.25rem;
  color: #4b5d5d;
}

section {
  height: 100%;
}

p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cff;
  padding: 4em 0;
  letter-spacing: 0.1em;
}

p span {
  display: block;
}

p span a {
  color: #262f2f;
  outline-offset: 0.25rem;
}

@media screen and (orientation: landscape)and (max-width: 736px) {
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (orientation: portrait)and (max-width: 414px) {
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (orientation: landscape) {
  html, body, section {
    min-width: 568px;
    min-height: 320px;
  }
}

@media screen and (orientation: portrait) {
  html, body, section {
    min-height: 568px;
    min-width: 320px;
  }
}

@media screen and (max-height: 824px) {
  section p {
    opacity: 0.85;
  }
}


/*# sourceMappingURL=modernpoacher-1.1.192.css.map*/