@import url(https://use.typekit.net/bpo0rgy.css);
html, body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  border: none;
}

html {
  background-color: #fff;
  color: #013;
  overflow: auto;
}

body {
  background-color: #fff;
  color: #013;
  overflow: hidden;
}

h1 {
  font-size: 2rem;
  line-height: 1;
  margin: 1rem 0;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  display: block;
  margin: 1rem;
}

a svg {
  display: block;
  margin: 0;
}

a svg.docx {
  width: 3.75rem;
  margin: auto;
}

a svg.docx path.edge {
  stroke: #979593;
  fill: #fff;
}

a svg.docx path.fold {
  stroke: #979593;
  fill: none;
}

a svg.docx path.line {
  fill: #c8c6c4;
}

a svg.docx path.word {
  fill: #0052f5;
}

a svg.github, a svg.linkedin {
  display: block;
  height: 2rem;
  width: auto;
}

a svg.github path {
  fill: #013;
}

a svg.linkedin g.linked polygon, a svg.linkedin g.linked path {
  fill: #013;
}

a svg.linkedin g.in path.text {
  fill: #fff;
}

a svg.linkedin g.in path.rect {
  fill: #003193;
}

a:focus, a:hover {
  outline-offset: 0.5rem;
  outline: 2px solid #e7b209;
  border-radius: 2px;
}

a:focus svg.docx path.word, a:hover svg.docx path.word {
  fill: #588fff;
}

a:focus svg.linkedin g.in path.rect, a:hover svg.linkedin g.in path.rect {
  fill: #0052f5;
}

section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
}

section main {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  max-width: unset;
  margin: auto;
}

section main nav {
  display: flex;
  flex-direction: column;
  flex: 0;
  align-items: center;
  justify-content: center;
}

section.privacy-policy::after {
  content: "Privacy Policy";
}

section.privacy-policy main {
  max-width: 32rem;
  margin: auto;
  padding: 1.25rem 0 2rem;
  align-items: unset;
  justify-content: unset;
}

section.privacy-policy main h3, section.privacy-policy main p {
  margin-left: 1rem;
  margin-right: 1rem;
}

section.privacy-policy main h3:has(+p) {
  margin-bottom: 0;
}

section.privacy-policy main h3+p {
  margin-top: 0;
}

section::after {
  content: "Jonathan Perry";
  position: absolute;
  font-size: 6rem;
  color: #013;
  top: max(32vh, 9rem);
  left: 50%;
  transform: translate(-50%, -5rem);
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  z-index: 0;
}

header {
  display: block;
  position: relative;
  overflow: hidden;
  color: #1a2947;
  background: linear-gradient(#1a2947, #013);
  height: 32vh;
  min-height: 9rem;
}

header h1 {
  max-width: 1024px;
  position: absolute;
  font-size: 6rem;
  color: #fff;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}

header h1::after {
  content: "Jonathan Perry";
  background-color: red;
  display: none;
  position: absolute;
  font-size: 6rem;
  color: #013;
  top: max(32vh, 9rem);
  left: 50%;
  transform: translate(-50%, -5rem);
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  z-index: 100;
}

header .download {
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
  z-index: 2;
}

header .download svg {
  display: block;
}

footer {
  display: block;
  background-color: #fff;
}

footer nav {
  padding: 1rem 0.5rem;
}

footer nav a {
  display: inline;
  margin: 1rem;
  color: #1a2947;
  font-size: 1.25rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.item {
  font-size: 2rem;
  font-weight: normal;
  white-space: nowrap;
}

.item a {
  display: flex;
  color: #1a2947;
  text-decoration: none;
}

.item a span {
  flex: 0;
}

.item a span:nth-child(1) {
  color: #003193;
}

.item a:focus, .item a:hover {
  text-decoration: none;
}

.item a:focus span:nth-child(1), .item a:hover span:nth-child(1) {
  color: #0052f5;
}

.item a:focus span:nth-child(2), .item a:hover span:nth-child(2) {
  color: #1a2947;
}

@media screen and (max-width: 319px) {
  html, body {
    overflow: hidden;
  }
}

@media screen and (orientation: landscape)and (max-width: 1023px) {
  section::after {
    font-size: 3rem;
    transform: translate(-50%, -2.5rem);
  }

  section header h1 {
    font-size: 3rem;
    line-height: 1;
    bottom: -0.5rem;
    margin: 0;
  }

  section main nav a svg.github, section main nav a svg.linkedin {
    height: 1.5rem;
  }
}

@media screen and (orientation: landscape)and (min-width: 1024px)and (max-width: 1055px) {
  section main nav a svg.github, section main nav a svg.linkedin {
    height: 1.5rem;
  }
}

@media screen and (orientation: portrait)and (max-width: 767px) {
  section::after {
    font-size: 2rem;
    transform: translate(-50%, -1.75rem);
  }

  section header h1 {
    font-size: 2rem;
    line-height: 1;
    bottom: -0.25rem;
    margin: 0;
  }

  section main nav a svg.github, section main nav a svg.linkedin {
    height: 1.5rem;
  }
}

@media screen and (orientation: portrait)and (min-width: 768px)and (max-width: 799px) {
  section main nav a svg.github, section main nav a svg.linkedin {
    height: 1.5rem;
  }
}

@media screen and (orientation: portrait)and (min-width: 800px)and (max-width: 1055px) {
  section main nav a svg.github, section main nav a svg.linkedin {
    height: 1.5rem;
  }
}


/*# sourceMappingURL=jonathanperry-3.0.124.css.map*/