@charset "UTF-8";
/*
THEME NAME: Brignolo 2.0 based on Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A version of Brignolo with a vertical global  menu on desktop. Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 2.0
AUTHOR: Peter Rentz
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/
@import url("fonts_2024/typefaces.css");
:root {
  --textcolor: blue;
  --sans: "Franklin Gothic", Helvetica, Arial, sans;
  --textcolumn: 700px;
  --default-weight: 500;
}

@view-transition {
  navigation: auto;
}
html {
  height: auto;
  font-size: 100%;
  background-color: var(--textcolor);
  scrollbar-color: var(--textcolor) #fff;
}

body {
  box-sizing: border-box;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: var(--default-weight);
  margin: 0;
  padding: 2rem 0;
  color: var(--textcolor);
  border-bottom: 1rem solid var(--textcolor);
  background-color: white;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  body {
    row-gap: 3rem;
  }
}

body.attachment {
  padding: 0;
  border-bottom: none;
  width: max-content;
}

.s-category-editorial_design {
  background-color: whitesmoke;
}

ol,
ul {
  padding-left: 15px;
}

p,
article li,
article ul,
h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  max-width: var(--textcolumn);
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  p,
  article li,
  article ul,
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

blockquote.wp-block-quote {
  max-width: var(--textcolumn);
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  border-left: 3px solid var(--textcolor);
  padding-left: 20px;
}
blockquote.wp-block-quote p {
  padding: 0;
  margin: 0;
}

em {
  font-style: italic;
}

hr {
  background-color: var(--textcolor);
  color: var(--textcolor);
  width: 100%;
  max-width: var(--textcolumn);
  border: none;
  height: 3px;
  margin: 2rem auto;
}

hr.wp-block-separator {
  height: 1px;
  border: none;
  max-width: calc(var(--textcolumn) / 2);
}

a,
a:visited {
  color: var(--textcolor);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--textcolor) 100%, transparent);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: text-decoration-color 200ms ease-out;
}

a:hover,
a:visited:hover {
  text-decoration-color: color-mix(in srgb, var(--textcolor) 0%, transparent);
}

header a,
footer a,
.blogroll li a,
header a:visited,
footer a:visited,
.blogroll li a:visited {
  text-decoration-color: color-mix(in srgb, var(--textcolor) 0%, transparent);
  transition: text-decoration-color 200ms ease-out;
}

header a:hover,
footer a:hover,
.blogroll li a:hover,
header a:visited:hover,
footer a:visited:hover,
.blogroll li a:visited:hover {
  text-decoration: underline;
  text-decoration-color: var(--textcolor);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

article.work {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
article.work section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 1300px) {
  article.work section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  article.work section {
    flex-direction: row;
    gap: 3rem;
  }
}
article.work section h1 {
  font-weight: 700;
  text-wrap: balance;
}
article.work section h1,
article.work section p {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  article.work section h1,
  article.work section p {
    line-height: 1.75rem;
  }
}
article.work section h1.starts-with-quote {
  text-indent: -0.75rem;
}
article.work section div.dek {
  flex-shrink: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  article.work section div.dek {
    line-height: 1.75rem;
  }
}
article.work section hgroup {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  article.work section hgroup {
    flex-shrink: 1;
    min-width: 300px;
  }
}
@media (min-width: 1025px) {
  article.work section hgroup {
    flex-shrink: 0;
  }
}
article.work div.megagrid {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
article.work div.megagrid figure img {
  width: 100%;
  height: auto;
}
article.work div.megagrid:empty {
  display: none;
}
article.work h1,
article.work h2,
article.work h3,
article.work h4,
article.work ul li,
article.work p,
article.work blockquote,
article.work .dek {
  margin: 0;
  padding: 0;
  max-width: 700px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  article.work h1,
  article.work h2,
  article.work h3,
  article.work h4,
  article.work ul li,
  article.work p,
  article.work blockquote,
  article.work .dek {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
article.work h1,
article.work h2,
article.work h3,
article.work p {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 1300px) {
  article.work h1,
  article.work h2,
  article.work h3,
  article.work p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  article.work h1,
  article.work h2,
  article.work h3,
  article.work p {
    padding-right: calc(1200px - 700px);
  }
}
article.work figure.size-medium,
article.work figure.wp-block-audio {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 1300px) {
  article.work figure.size-medium,
  article.work figure.wp-block-audio {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  article.work figure.size-medium,
  article.work figure.wp-block-audio {
    padding-right: calc(1200px - 700px);
  }
}
article.work p:has(+ .wp-block-columns),
article.work p:has(+ figure) {
  margin-bottom: 2rem;
}
article.work figure.size-large {
  max-width: 1200px;
}
@media (min-width: 1025px) {
  article.work figure.size-large {
    margin-left: 2rem;
  }
}
@media (min-width: 1300px) {
  article.work figure.size-large {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  article.work figure.size-full,
  article.work figure.wp-block-gallery {
    margin-left: 2rem;
  }
}
article.work .wp-block-columns,
article.work .wp-block-group {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1200px;
}
@media (min-width: 1300px) {
  article.work .wp-block-columns,
  article.work .wp-block-group {
    margin-left: auto;
    margin-right: auto;
  }
}
article.work .wp-block-columns .wp-block-gallery,
article.work .wp-block-group .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}
article.work .wp-block-columns .wp-block-column figure.size-large,
article.work .wp-block-columns .wp-block-column figure.size-full,
article.work .wp-block-group figure.size-large,
article.work .wp-block-group figure.size-full,
article.work .wp-block-gallery figure.size-large,
article.work .wp-block-gallery figure.size-full {
  margin-left: 0;
}
@media (min-width: 1300px) {
  article.work .wp-block-columns .wp-block-column figure.size-large,
  article.work .wp-block-columns .wp-block-column figure.size-full,
  article.work .wp-block-group figure.size-large,
  article.work .wp-block-group figure.size-full,
  article.work .wp-block-gallery figure.size-large,
  article.work .wp-block-gallery figure.size-full {
    margin-left: 0;
  }
}
article.work .wp-block-columns .wp-block-column figure.size-medium,
article.work .wp-block-columns .wp-block-column p,
article.work .wp-block-columns .wp-block-column h2,
article.work .wp-block-group figure.size-medium,
article.work .wp-block-group p,
article.work .wp-block-group h2,
article.work .wp-block-gallery figure.size-medium,
article.work .wp-block-gallery p,
article.work .wp-block-gallery h2 {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
article.work .wp-block-columns .wp-block-column figure:last-child {
  margin-bottom: 0;
}
article.work :where(.wp-block-columns.is-layout-flex) {
  gap: 1.25rem;
}
article.work ul,
article.work ol {
  list-style-position: unset;
  padding-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (min-width: 1300px) {
  article.work ul,
  article.work ol {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  article.work ul,
  article.work ol {
    transform: translateX(-250px);
  }
}
article.work ul li {
  list-style-position: unset;
  list-style-type: circle;
}
article.work ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.25rem;
}
article.work blockquote.wp-block-quote {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border-left: 3px solid var(--textcolor);
  padding-left: 20px;
}
@media (min-width: 1300px) {
  article.work blockquote.wp-block-quote {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  article.work blockquote.wp-block-quote {
    transform: translateX(-255px);
  }
}
article.work blockquote.wp-block-quote p {
  padding: 0;
  margin: 0;
}
article.work h2,
article.work h3,
article.work h4 {
  margin-top: 2rem;
}
article.work time p.timestamp {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Courier, "Courier New", monospace;
  margin-top: 3rem;
  margin-bottom: 0;
}

.wp-block-columns {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

figure,
.wp-container-core-group-layout-1 {
  margin: 1rem auto;
}

.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-group.wp-container-1 {
  margin-top: 2rem;
}

/* This makes sure images in groups do not scale in a funky way. */
h1.notes-title {
  font-family: "Franklin Gothic Compressed", "Franklin Gothic Condensed", "Franklin Gothic", Helvetica, Arial, sans;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--textcolor);
  padding-bottom: 0.5rem;
  text-wrap: balance;
  color: blue;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: space-between;
  background: white;
}
h1.notes-title span:last-child {
  text-align: right;
}

hgroup.note-header {
  max-width: var(--textcolumn);
  margin: 0 auto 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  column-gap: 2rem;
  padding-top: 0.25rem;
  align-items: flex-end;
}

h6.dept {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  display: inline;
  font-weight: var(--default-weight);
}

h1.notes,
h2.entry-title {
  font-family: var(--sans);
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
  max-width: var(--textcolumn);
  margin: 1rem auto;
  padding-left: 0;
}
h1.notes a,
h2.entry-title a {
  text-decoration: none;
  transition: text-decoration-color 200ms ease-out;
}
h1.notes a:hover,
h2.entry-title a:hover {
  text-decoration: none;
  transition: text-decoration-color 0.3s ease-out;
  color: var(--textcolor);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--textcolor) 100%, transparent);
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  transition: text-decoration-color 200ms ease-out;
}
h1.notes.starts-with-quote,
h2.entry-title.starts-with-quote {
  text-indent: -1rem;
}

main div.note {
  margin-bottom: 6rem;
}

.archive main.notes-index {
  margin-left: 2rem;
  margin-right: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .archive main.notes-index {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
    justify-items: center;
  }
}

section.notes-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
}

.read-more-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a.more-link {
  background: var(--textcolor);
  padding: 3px 12px 4px 12px;
  border-radius: 13px;
  color: white;
  text-align: center;
  opacity: 1;
  transition: opacity 500ms ease-out;
  text-decoration: none;
  display: inline;
}

a.more-link:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}

.note {
  max-width: var(--textcolumn);
}
.note .entry-content figure {
  margin: 1rem 0 2rem 0;
  flex: 1;
}

article.single-note {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 1300px) {
  article.single-note {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  article.single-note {
    margin-left: auto;
    margin-right: auto;
  }
  article.single-note figure.size-large,
  article.single-note .wp-block-group,
  article.single-note .wp-block-video {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
article.single-note .wp-block-group,
article.single-note .wp-block-video {
  max-width: 1200px;
}
article.single-note .wp-block-group figure,
article.single-note .wp-block-video figure {
  flex: 1;
}

figure.unknown-credit {
  position: relative;
}

figure.unknown-credit figcaption {
  position: absolute;
  left: 6px;
  bottom: 6px;
  margin: 0;
  color: var(--textcolor);
  background-color: white;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--textcolor);
}

a.notes-nav {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--default-weight);
  text-decoration-color: color-mix(in srgb, var(--textcolor) 0%, transparent);
  transition: text-decoration-color 200ms ease-out;
}

a.notes-nav:hover,
a.notes-nav:visited:hover {
  text-decoration: underline;
  text-decoration-color: var(--textcolor);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

button.tinylytics_kudos {
  border: 0;
  background: white;
  color: var(--textcolor);
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--sans);
  padding: 0;
}
button.tinylytics_kudos::before {
  content: url("images/heart.svg");
}

button.tinylytics_kudos:hover {
  cursor: pointer;
}

h3.entry-title {
  max-width: var(--textcolumn);
  margin-left: auto;
  margin-right: auto;
}

#custom-header {
  margin: 0 auto 1rem;
  max-width: 1200px;
  flex-direction: column;
}
@media (min-width: 1025px) {
  #custom-header #custom-header {
    margin: 0 auto 2rem;
    flex-direction: row;
  }
  #custom-header h1 {
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* youtube videos  */
.wp-block-embed iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--textcolumn) !important;
  width: 100% !important;
  height: 100% !important;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  aspect-ratio: 16/9;
  margin-left: 0;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
  aspect-ratio: 4/3;
  margin-left: 0;
}

figure.small,
figure.big,
figure.jumbo {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  figure.small,
  figure.big,
  figure.jumbo {
    float: left;
    width: 45vw;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  figure.small {
    width: 14vw;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1500px) {
  figure.small {
    width: 15vw;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  figure.big {
    width: 25vw;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1500px) {
  figure.big {
    width: 30vw;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  figure.jumbo {
    width: 44vw;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1500px) {
  figure.jumbo {
    width: 47vw;
    float: left;
    margin-top: 0;
  }
}

li {
  margin: 0 15px 0 0;
}

#content ul li {
  font-size: 20px;
  line-height: 24px;
}

#links-page,
ul.blogroll,
ul.blogroll li a,
li.linkcat {
  list-style-position: inherit;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}

abbr[title],
acronym[title] {
  text-decoration: none;
}

/*ARCHIVE PAGE*/
.home main {
  margin-left: 2rem;
  margin-right: 2rem;
}

.home-topper {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .home-topper {
    flex-direction: column;
    align-items: flex-end;
    max-width: 275px;
    min-width: 275px;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.welcome p,
.site-title p {
  font-family: "Franklin Gothic Condensed", "Franklin Gothic", Helvetica, Arial, sans;
  font-size: 24px;
  line-height: 30px;
  max-width: 100%;
  font-weight: var(--default-weight);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.welcome p {
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
}

.site-title p {
  transform: rotate(180deg);
}

.wecome p + p {
  text-indent: 30px;
}

.welcome {
  margin: 2rem auto 0;
  max-width: var(--textcolumn);
}

.welcome.bottom {
  display: none;
}

.site-title {
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  flex-direction: column;
  align-items: flex-end;
  margin-right: auto;
  margin-left: auto;
}

.site-title figure {
  margin: 0 1rem;
  width: 105px;
}

.featured {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 1vw;
  row-gap: 6vh;
}

h3 {
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: var(--textcolor);
  font-weight: var(--default-weight);
  margin: 1.5rem 0 0 0;
  text-wrap: balance;
}

.post a.card-text {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.post a h3,
.post a:visited h3 {
  text-decoration-color: color-mix(in srgb, var(--textcolor) 0%, transparent);
  display: inline-block;
  transition: text-decoration-color 900ms ease-out;
}
@media (min-width: 600px) {
  .post a h3.starts-with-quote,
  .post a:visited h3.starts-with-quote {
    text-indent: -0.5rem;
  }
}

.post a:hover h3,
.post a:visited:hover h3 {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--textcolor) 100%, transparent);
  text-decoration-color: var(--textcolor);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--textcolor);
}

.home h1 {
  padding-left: 0;
  margin: 0;
  font-family: "Franklin Gothic Compressed", "Franklin Gothic Condensed", "Franklin Gothic", Helvetica, Arial, sans;
  font-weight: var(--default-weight);
  font-size: 9rem;
  line-height: 5rem;
  margin-right: 2.75rem;
  text-align: center;
}

.home .post img {
  width: 100%;
  height: auto;
}

.card object,
.card embed {
  width: 320px;
  margin-left: 10px;
  border: 0px;
}

h4.dek {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-wrap: pretty;
}

a h4.dek,
a:visited h4.dek {
  text-decoration: none;
  display: inline-block;
}

.home .post {
  width: 100%;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 4px solid var(--textcolor);
  height: 80vh;
  display: flex;
  align-items: center;
}

.home .post:first-child {
  border-top: 4px solid var(--textcolor);
}

.home .card p {
  margin: 12px 0px 15px 0px;
}

.wp-block-image img {
  width: 100%;
}

/* Minimum width of 500pixels. */
@media screen and (min-width: 600px) {
  .home .post {
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    height: unset;
  }
  .home .post:first-child {
    border-top: none;
  }
  .featured {
    display: grid;
    grid-gap: 2.5rem 1rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
  }
}
/* Minimum width of 740 pixels. */
@media screen and (min-width: 740px) {
  .welcome p,
  .site-title p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .post a h3 {
    margin-top: 1rem;
  }
  .home .post img {
    max-width: 200px;
  }
  .featured {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .home main {
    display: flex;
    gap: 2rem;
  }
  .home .post img {
    filter: grayscale(1);
    transition: all 100ms ease-out;
  }
  .home a:hover img {
    filter: grayscale(0);
    transition: all 100ms ease-out;
  }
  .welcome.bottom {
    display: unset;
    border-bottom: 4px solid var(--textcolor);
    padding-bottom: 1rem;
  }
  .welcome {
    margin-top: 0;
  }
  .welcome p,
  .site-title p {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .site-title {
    align-items: flex-start;
    margin-left: 0;
  }
  .featured {
    display: grid;
    grid-gap: 2.5rem 2rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
  }
  .home .post {
    width: 100%;
    max-width: unset;
  }
  .home h1 {
    margin-top: -5px;
    display: unset;
  }
}
/* Minimum width of 1300 pixels. */
@media screen and (min-width: 1300px) {
  .featured {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Minimum width of 1500 pixels. */
@media screen and (min-width: 1500px) {
  .featured {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Minimum width of 1700 pixels. */
@media screen and (min-width: 1700px) {
  .featured {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Minimum width of 1900 pixels. */
@media screen and (min-width: 1900px) {
  .featured {
    grid-template-columns: repeat(7, 1fr);
  }
}
figure.size-medium,
figure.wp-block-audio {
  max-width: var(--textcolumn);
}

figure.wp-block-audio {
  box-sizing: content-box;
}

figure.size-thumbnail {
  max-width: calc(var(--textcolumn) / 2);
}

.three figure img {
  width: 100%;
  height: auto;
}

figure figcaption {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1120px) {
  .wp-block-image .alignright {
    margin-right: calc(50% - 550px) !important;
  }
}
figure a,
figure a:visited {
  border-bottom: none;
}

figure a:hover,
figure a:visited:hover {
  border-bottom: none;
  cursor: zoom-in;
}

.wp-block-column figure:first-child {
  margin-top: 0;
}

.rakim {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .rakim {
    flex-direction: row;
    gap: unset;
  }
}

header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: baseline;
  z-index: 100;
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  header {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  header .name {
    padding-top: 0.25rem;
  }
}
@media (min-width: 1025px) {
  header {
    flex-direction: row;
    position: sticky;
    top: 2rem;
    writing-mode: vertical-rl;
    height: calc(100vh - 160px);
    margin-right: 0;
  }
}
header ul.nav {
  display: flex;
  column-gap: 1.25rem;
  align-items: baseline;
}
@media (min-width: 1025px) {
  header ul.nav {
    column-gap: 2rem;
  }
}
header ul.nav li sup {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
header ul.nav,
header ul.nav li {
  list-style-position: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul.nav sup,
header ul.nav li sup {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  footer {
    flex-direction: row;
    gap: 0;
  }
}
footer a.button {
  background: var(--textcolor);
  padding: 2px 12px 3px 12px;
  border-radius: 13px;
  color: white;
  text-align: center;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
footer a.button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}
footer svg {
  height: 17px;
  width: auto;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
@media (min-width: 600px) {
  footer svg {
    margin-left: 5px;
  }
}
footer a.pr-logo:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}
footer div {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 600px) {
  footer div {
    gap: 0.5rem;
  }
}
footer div.pr {
  flex-direction: column;
  gap: 0;
}
@media (min-width: 600px) {
  footer div.pr {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.letter {
  display: inline-block;
  opacity: 0;
  animation: fadeInLetter 0.2s ease-out forwards;
}

@keyframes fadeInLetter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.single header .name:before {
  content: "By";
}

.page main {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1200px;
}
@media (min-width: 1300px) {
  .page main {
    margin-left: auto;
    margin-right: auto;
  }
}
.page main ul {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  max-width: var(--textcolumn);
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .page main ul {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page main ul li {
  list-style-position: unset;
  list-style-type: circle;
}

@media screen and (min-width: 860px) {
  .single #content {
    flex-direction: row;
  }
  .wp-block-column figure.size-large {
    width: 100%;
  }
  figure.size-large {
    max-width: 1200px;
  }
  body.archive figure.size-large {
    width: 100%;
    max-width: var(--textcolumn);
  }
  /* figure.wp-block-image {
  	width: 100%;
  } */
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 0 1em;
}

.alignleft,
img.alignleft {
  float: left;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
}

p.wp-caption-text,
.wp-caption-text {
  font-family: "Franklin Gothic", helvetica, arial;
  font-size: 13px;
  line-height: 18px;
  font-weight: var(--default-weight);
  margin: 6px 12px 24px 12px;
}

.welcome p + p {
  text-indent: 40px;
}

@media screen and (min-width: 768px) {
  .welcome p + p {
    text-indent: 32px;
  }
}
h4 {
  font-weight: var(--default-weight);
  font-size: 33px;
  line-height: 30px;
  font-family: var(--sans);
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0px;
}

.highlighter {
  background-color: var(--textcolor);
  color: white;
}

.legendBold {
  font-weight: bold;
}

::selection {
  background: orangered;
  /* Safari */
}

img::selection {
  background: unset;
}

::-moz-selection {
  background: orangered;
  /* Firefox */
}

sup {
  font-family: var(--sans);
  vertical-align: super;
  line-height: 0;
  font-weight: var(--default-weight);
}

.mr0 {
  margin-right: 0px;
}

/* Library List SASS*/
.archive main {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .archive main {
    display: flex;
    flex-direction: row;
  }
}

.two {
  width: 100%;
}
@media (min-width: 768px) {
  .two {
    min-width: 300px;
    width: 300px;
    margin-left: 0;
  }
}

.archive h3 {
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1;
  color: var(--textcolor);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1rem;
}

time span {
  font-family: var(--sans);
  font-weight: 400;
}

.three_books {
  margin: 0;
}

.biblioteca.category-nonfiction p {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}

.biblioteca p {
  font-family: "Quadraat", "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 38px;
  text-indent: 0px;
  margin: unset;
  max-width: unset;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .biblioteca p {
    text-indent: -10px;
  }
}

.biblioteca {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightsteelblue;
}

.blogroll li {
  font-family: var(--sans);
  font-weight: 400;
  display: inline-block;
}

/* Minimum width of 500pixels. */
@media screen and (min-width: 600px) {
  figure,
  .wp-container-core-group-layout-1 {
    margin: 1rem auto;
  }
}
/* Minimum width of 768pixels. */
@media screen and (min-width: 768px) {
  h1.notes,
  h2.entry-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-wrap: balance;
  }
  figure,
  .wp-container-core-group-layout-1 {
    margin: 2rem auto;
  }
}
footer span.edit-link {
  background: var(--textcolor);
  padding: 2px 12px 3px 12px;
  border-radius: 13px;
}

a.post-edit-link {
  color: white;
}

body.four04 main {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1200px;
}
@media (min-width: 1300px) {
  body.four04 main {
    margin-left: auto;
    margin-right: auto;
  }
}

img.shadow,
.shadow img {
  -webkit-box-shadow: 0px 0px 9px #dddddd;
  -moz-box-shadow: 0px 0px 9px #dddddd;
  box-shadow: 0px 0px 9px #dddddd;
  padding: 0px;
  margin-bottom: 12px;
}

img.outline,
.outline img {
  border: 1px solid #dddddd;
  padding: 0px;
  margin-bottom: 12px;
}

.phone {
  width: 100%;
  height: 80vh;
  max-width: 350px;
  max-height: 700px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar-width: none;
  scrollbar-width: none;
  border-radius: 40px;
  border: 15px black solid;
  cursor: move;
}
@media (min-width: 768px) {
  .phone {
    height: unset;
    aspect-ratio: 9/19.5;
  }
}
.phone img {
  width: 100%;
}

.phone::-webkit-scrollbar {
  display: none;
}

.phone-screenshot {
  max-width: 350px;
}

figure.wp-block-image.size-thumbnail.phone:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 255, 0.25);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 255, 0.25);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 255, 0.25);
}

/* swipe on mobile  */
@media screen and (max-width: 600px) {
  figure.swipe {
    height: 80vh;
    overflow: scroll;
    margin-left: 0;
    max-width: 1200px;
    position: relative;
  }
  figure.swipe:before {
    content: "swipe ›";
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--textcolor);
    background: white;
    padding: 5px 12px 6px 12px;
    border-radius: 13px;
    font-size: 1rem;
  }
  figure.size-full {
    width: unset;
  }
  figure.swipe img {
    width: auto;
    height: 79vh;
    max-width: unset;
  }
}

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