@font-face {
  font-family: "Manrope";
  src: url("https://kellysims.com/assets/webfonts/Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("https://kellysims.com/assets/webfonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: Bold;
  font-display: swap;
}
@view-transition {
  navigation: auto;
}
html,
body {
  height: 100%;
  background-color: rgb(245, 245, 244);
}

body {
  font-weight: normal;
  font-family: "Manrope";
  padding: 0;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625;
  color: rgb(38, 38, 38);
}
h1 a, h1 a:visited, h1 a:hover, h1 a:active {
  text-decoration: none;
  color: rgb(38, 38, 38);
}
@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

h2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1.625;
  color: rgb(38, 38, 38);
}
h2 a, h2 a:visited, h2 a:hover, h2 a:active {
  text-decoration: underline;
  color: rgb(38, 38, 38);
}
h2.section-lead {
  text-align: center;
  padding: 1rem;
  margin: 1rem;
}
h2.section-lead a {
  text-decoration: none;
}

h3 {
  color: rgb(38, 38, 38);
}
h3 a, h3 a:visited, h3 a:hover, h3 a:active {
  text-decoration: underline;
  color: rgb(38, 38, 38);
}

a, a:visited, a:hover, a:active {
  color: rgb(38, 38, 38);
  text-decoration: underline;
}

blockquote {
  display: block;
  padding: 0.25rem 1rem;
  margin: 1rem 1rem 1rem 0;
  background: rgb(241, 233, 246);
  background: linear-gradient(180deg, rgb(241, 233, 246) 0%, rgba(241, 233, 246, 0.5046393557) 100%);
  border-radius: 3px;
}
blockquote em {
  display: block;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgb(229, 202, 246);
}

.main-nav {
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgb(245, 245, 244) 25%, rgba(245, 245, 244, 0.5351715686) 100%), url(/assets/site/bg-07.jpg);
  background-position: fixed;
  background-size: 100% 100%;
  justify-content: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.main-nav a, .main-nav a:visited, .main-nav a:hover, .main-nav a:active {
  color: rgb(115, 115, 115);
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  line-height: 1;
}
.main-nav a:hover, .main-nav a:visited:hover, .main-nav a:hover:hover, .main-nav a:active:hover {
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .main-nav a, .main-nav a:visited, .main-nav a:hover, .main-nav a:active {
    margin-right: 1rem;
  }
}
.main-nav a.top {
  font-weight: 900;
  font-size: 1.3rem;
  color: rgb(38, 38, 38);
  margin-right: 0;
}
@media (min-width: 472px) {
  .main-nav a.top {
    margin-right: 3rem;
  }
}

.nav-active {
  border-bottom: 1px solid rgb(38, 38, 38);
}

/** Homepage layout **/
.notebook {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 1024px;
  padding: 0 2.5rem 2rem 2.5rem;
}
@media (min-width: 768px) {
  .notebook {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
  }
}
.notebook .post-image img {
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-sizing: border-box;
  max-width: 100%;
  display: block;
  width: 100%;
  height: 237px;
  object-fit: cover;
  object-position: 50% 50%;
}
.notebook .note {
  text-align: center;
}

.content {
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 1024px;
  position: relative;
  padding: 0 2.5rem 2rem 2.5rem;
}
@media (min-width: 768px) {
  .content {
    padding-bottom: 2rem;
  }
}
.content p {
  font-size: 1.05rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .content.page {
    margin-top: 4rem;
    padding-top: 1.5rem;
  }
}

.content.post-list {
  max-width: 56rem;
}

.content .post {
  margin-bottom: 6rem;
}

.content .post-title {
  margin-bottom: 1rem;
  padding: 0;
}

.post.link {
  margin-bottom: 3rem;
}

.post-link {
  border-bottom: 1px solid #aaa3a3;
}

.link-icon {
  margin-left: 0.5rem;
  font-size: 1.5rem;
}

.post.link h1::after {
  background-image: url(data\:image\/svg\+xml\;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCI\+PHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDZNMTUgM2g2djZNMTAgMTQgMjEgMyIvPjwvc3ZnPg\=\=);
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  height: 0.85rem;
  margin: 0.05rem 0.2rem 0.05rem 0;
  width: 1rem;
}

.post-list.archive h2 {
  border-bottom: 1px solid rgb(204, 207, 212);
  padding-bottom: 0.25rem;
  margin-bottom: 3rem;
}
.post-list.archive header {
  margin-bottom: 0;
}
.post-list.archive article {
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .post-list.archive article.has-image {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 2vw;
  }
}
.post-list.archive article.has-image .post-lead-image img {
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-sizing: border-box;
  max-width: 100%;
  display: block;
  height: 185px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 1rem;
}

/** Site Footer **/
footer {
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-top: 6rem;
  display: grid;
  column-gap: 1rem;
  grid-template-columns: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, rgb(245, 245, 244) 26%, rgba(245, 245, 244, 0.9192051821) 60%, rgba(245, 245, 244, 0.6351715686) 100%), url(/assets/site/bg-05.jpg);
  background-position: contain;
  background-size: contain;
  background-size: 100% 100%;
  margin-top: auto;
  width: 100%;
}
footer .title {
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  color: rgb(38, 38, 38);
  font-weight: 900;
}
footer .tagline {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgb(51, 65, 85);
}
footer section {
  padding: 0 2.5rem;
}
footer section h2 {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: rgb(38, 38, 38);
  line-height: 1;
  padding: 0;
}
footer section h2 svg {
  height: 0.75rem;
}
footer section h2 a {
  color: inherit;
  text-decoration: none;
}
footer nav {
  margin-bottom: 2rem;
}
footer nav a, footer nav a:visited, footer nav a:hover, footer nav a:active {
  display: block;
  color: rgb(82, 82, 82);
  text-decoration: none;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  footer {
    grid-template-columns: auto auto auto;
    text-align: left;
  }
}

/** about me **/
img[src$="#about-me"] {
  max-width: 20rem;
  width: 33.333333%;
  display: inline-block;
  float: right;
  margin-bottom: 1.25rem !important;
  margin-top: 0.5rem !important;
  margin-left: 1.25rem !important;
  border-radius: 0.375rem !important;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  img[src$="#about-me"] {
    max-width: 25%;
  }
}

/** Posts **/
.content article {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  position: relative;
}

.post-separator {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: 1px;
}

.post-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(82, 82, 82), transparent);
}

.post-separator:after {
  font-family: cursive;
  content: ".";
  display: block;
  width: 2%;
  padding: 0 2rem;
  color: rgb(82, 82, 82);
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 50%;
  background-color: rgb(245, 245, 244);
  transform: translate(-50%, -75%);
}

.post header, .post-list header {
  text-align: center;
  margin-bottom: 3rem;
}
.post header h1, .post-list header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: rgb(38, 38, 38);
}

.post-meta {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  text-transform: none;
}
.post-meta p {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.post-meta p a, .post-meta p a:visited, .post-meta p a:hover, .post-meta p a:active {
  color: rgb(38, 38, 38);
  text-decoration: none;
}

.archive .post-meta {
  margin-bottom: 0;
}

.post-lead-image {
  border-radius: 0.375rem;
  height: auto;
  margin-bottom: 0.25rem;
  text-align: center;
}
.post-lead-image img {
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-sizing: border-box;
  max-width: 100%;
}
.post-lead-image .lead-image-caption {
  font-size: 1rem;
  color: rgb(120, 113, 108);
}
.post-lead-image .lead-image-caption a, .post-lead-image .lead-image-caption a:visited, .post-lead-image .lead-image-caption a:hover, .post-lead-image .lead-image-caption a:active {
  color: rgb(254, 0, 0);
  text-decoration: underline;
}

.post-content {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}
.post-content img {
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-content img + em {
  font-size: 1rem;
  color: rgb(120, 113, 108);
  text-align: center;
  display: block;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
}
.post-content .video {
  position: relative;
  padding-bottom: 4rem;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.post-content iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}
.post-content h2 {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.625;
}
.post-content h2 a, .post-content h2 a:visited, .post-content h2 a:hover, .post-content h2 a:active {
  text-decoration: underline;
}
.post-content hr {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  height: 1px;
  border: none;
  overflow: visible;
}
.post-content hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(82, 82, 82), transparent);
}
.post-content hr:after {
  font-family: cursive;
  content: "&";
  display: block;
  width: 2%;
  padding: 0 2rem;
  color: rgb(82, 82, 82);
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgb(245, 245, 244);
  transform: translate(-50%, -45%);
}

.related-posts {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  position: relative;
}
.related-posts a, .related-posts a:visited, .related-posts a:hover, .related-posts a:active {
  display: block;
  color: rgb(82, 82, 82);
  text-decoration: none;
  margin-bottom: 0.25rem;
}

/** Pagination **/
.pagination {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pagination a, .pagination a:visited, .pagination a:active {
  color: rgb(51, 65, 85);
  text-decoration: none;
  border-bottom: 1px solid rgb(245, 245, 244);
}
.pagination a:hover {
  border-color: rgb(51, 65, 85);
}

.page-nav {
  margin: 2rem auto;
}

.archives {
  margin: 0.25rem 2rem;
}

.previous, .next {
  margin: 0.25rem 2rem;
}

.currentpage {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 0.25rem 2%;
  border-bottom: 1px solid rgb(51, 65, 85);
}

.pagenum {
  margin-right: auto;
  margin-left: auto;
  padding: 0.25rem 2%;
}

/** Photo posts **/
@media (min-width: 768px) {
  .photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .photo > * {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .photo header {
    margin-bottom: 3rem;
  }
}

.photo .post-content {
  text-align: left;
}
.photo .post-content h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem !important;
  padding: 0;
}

/** Blogroll **/
.post-list .blog {
  margin: 0 0 2.5rem 0;
}

.blog h2 {
  padding: 0;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1.175;
}

.blog h2 a {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */