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

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

body,
h1,
html,
p {
  border: none;
  margin: 0;
  padding: 0
}

h1,
p {
  text-align: center
}

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

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

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

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

header svg path {
  fill: #151013
}

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

section {
  height: 100%
}

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

p,
p span {
  display: block
}

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

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

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

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

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

@media screen and (max-height:824px) {
  section p {
    opacity: .85
  }
}
/*# sourceMappingURL=modernpoacher.css.map */
