body,
html {
  font-size: 16px;
  line-height: 24px;
  font-family: garamond,times roman,serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #321e30
}

body {
  background-color: #eee;
  text-align: center
}

h1 {
  font-size: 3rem;
  line-height: 1.5em;
  margin: 0 auto 3rem;
  color: #5b3758
}

p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1em auto 0;
  color: #151013;
  font-weight: 400
}

a {
  width: 84px;
  height: 30px;
  margin: 1em auto;
  outline-offset: .5em
}

a,
a svg {
  display: block
}

a svg {
  width: 100%;
  height: 100%
}

a svg path {
  fill: #151013
}

section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

footer {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 3rem auto 0
}

footer a {
  display: inline;
  color: #151013;
  font-weight: 400;
  font-style: italic
}

footer a:hover {
  text-decoration: underline
}

@media screen and (orientation:landscape) and (max-width:568px) {
  h1 {
    font-size: 2rem;
    line-height: 1em;
    margin: 2rem auto
  }

  p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 1em auto
  }
}

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

@media screen and (orientation:portrait) and (max-width:320px) {
  h1 {
    font-size: 2rem;
    line-height: 1em;
    margin: 2rem auto
  }

  p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 1em auto
  }
}

@media screen and (orientation:portrait) {
  body,
  html,
  section {
    min-height: 568px;
    min-width: 320px
  }
}
/*# sourceMappingURL=jonathanperry.css.map */
