*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

html,
body {
  color: #555;
  margin: 0;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    color: #98a0ac;
    background-color: #0F1216;
  }
}

html {
  font-family: "Noto Serif Georgian";
  font-size: 14px;
  overflow-y: scroll;
}
@media (min-width: 641px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans Georgian";
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  body {
    width: 90%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535;
  font-family: "Noto Sans Georgian";
  line-height: normal;
}
@media (prefers-color-scheme: dark) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #aaa;
  }
}

a {
  color: #4a9ae1;
  text-decoration: none;
}

blockquote {
  border-left: 0.25rem solid #e5e5e5;
  color: #979797;
  margin: 0.8rem 0;
  padding: 0.5rem 1rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  blockquote {
    padding: 0 5rem 0 1.25rem;
  }
}

img {
  display: block;
  margin: 0 0 1rem;
  max-width: 100%;
}

td {
  vertical-align: top;
}

pre,
code {
  font-family: Menlo, Monaco, monospace;
}

code {
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #bf616a;
  font-size: 85%;
  padding: 0.25em 0.5em;
}
@media (prefers-color-scheme: dark) {
  code {
    background-color: #242b34;
  }
}

pre {
  margin: 0 0 1rem;
}

pre code {
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  padding: 0;
}

.highlight {
  background-color: #f9f9f9;
  border-radius: 3px;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 1rem;
}
@media (prefers-color-scheme: dark) {
  .highlight {
    background-color: #242b34;
  }
}
.highlight pre {
  margin-bottom: 0;
  overflow-x: auto;
}
.highlight .lineno {
  color: #aaa;
  display: inline-block;
  padding: 0 0.75rem 0 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.post {
  padding: 3rem 0;
}
.post-info {
  color: #aaa;
  font-family: "Noto Serif Georgian";
  letter-spacing: 0.5px;
  text-align: center;
}
.post-info span {
  font-style: italic;
}
.post-title {
  color: #353535;
  font-family: "Noto Serif Georgian";
  font-size: 2.5rem;
  margin: 1rem 0;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .post-title {
    color: #98a0ac;
  }
}
.post-line {
  border-top: 0.4rem solid #353535;
  display: block;
  margin: 0 auto 3rem;
  width: 4rem;
}
.post p {
  margin: 0 0 1rem;
  text-align: justify;
}
.post a:hover {
  text-decoration: underline;
}
.post img {
  margin: 0 auto 0.5rem;
}
.post img + em {
  color: #aaa;
  display: block;
  font-family: "Noto Sans Georgian";
  font-size: 0.9rem;
  font-style: normal;
  text-align: center;
}
.post img.emoji {
  display: inline-block;
  left: 0;
  transform: none;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
  padding: 0;
  margin: 0;
}

.highlight .hll {
  background-color: #ffc;
}

.highlight .c {
  color: #999;
} /* Comment */
.highlight .err {
  color: #a00;
  background-color: #faa;
} /* Error */
.highlight .k {
  color: #069;
} /* Keyword */
.highlight .o {
  color: #555;
} /* Operator */
.highlight .cm {
  color: #09f;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #099;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999;
} /* Comment.Single */
.highlight .cs {
  color: #999;
} /* Comment.Special */
.highlight .gd {
  background-color: #fcc;
  border: 1px solid #c00;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #f00;
} /* Generic.Error */
.highlight .gh {
  color: #030;
} /* Generic.Heading */
.highlight .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
} /* Generic.Inserted */
.highlight .go {
  color: #aaa;
} /* Generic.Output */
.highlight .gp {
  color: #009;
} /* Generic.Prompt */
/* Generic.Strong */
.highlight .gu {
  color: #030;
} /* Generic.Subheading */
.highlight .gt {
  color: #9c6;
} /* Generic.Traceback */
.highlight .kc {
  color: #069;
} /* Keyword.Constant */
.highlight .kd {
  color: #069;
} /* Keyword.Declaration */
.highlight .kn {
  color: #069;
} /* Keyword.Namespace */
.highlight .kp {
  color: #069;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #069;
} /* Keyword.Reserved */
.highlight .kt {
  color: #078;
} /* Keyword.Type */
.highlight .m {
  color: #f60;
} /* Literal.Number */
.highlight .s {
  color: #d44950;
} /* Literal.String */
.highlight .na {
  color: #4f9fcf;
} /* Name.Attribute */
.highlight .nb {
  color: #366;
} /* Name.Builtin */
.highlight .nc {
  color: #0a8;
} /* Name.Class */
.highlight .no {
  color: #360;
} /* Name.Constant */
.highlight .nd {
  color: #99f;
} /* Name.Decorator */
.highlight .ni {
  color: #999;
} /* Name.Entity */
.highlight .ne {
  color: #c00;
} /* Name.Exception */
.highlight .nf {
  color: #c0f;
} /* Name.Function */
.highlight .nl {
  color: #99f;
} /* Name.Label */
.highlight .nn {
  color: #0cf;
} /* Name.Namespace */
.highlight .nt {
  color: #2f6f9f;
} /* Name.Tag */
.highlight .nv {
  color: #033;
} /* Name.Variable */
.highlight .ow {
  color: #000;
} /* Operator.Word */
.highlight .w {
  color: #bbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #f60;
} /* Literal.Number.Float */
.highlight .mh {
  color: #f60;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #f60;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #f60;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #c30;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #c30;
} /* Literal.String.Char */
.highlight .sd {
  color: #c30;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #c30;
} /* Literal.String.Double */
.highlight .se {
  color: #c30;
} /* Literal.String.Escape */
.highlight .sh {
  color: #c30;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #a00;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #c30;
} /* Literal.String.Other */
.highlight .sr {
  color: #3aa;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #c30;
} /* Literal.String.Single */
.highlight .ss {
  color: #fc3;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #366;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #033;
} /* Name.Variable.Class */
.highlight .vg {
  color: #033;
} /* Name.Variable.Global */
.highlight .vi {
  color: #033;
} /* Name.Variable.Instance */
.highlight .il {
  color: #f60;
} /* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999;
}

main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 1em;
}
main .catalogue {
  padding: 1em;
}
main .pagination {
  padding: 1em;
  text-align: center;
}

nav {
  display: grid;
  align-items: center;
  background-color: #fff;
  padding: 1em;
  margin-top: 50px;
}
@media (prefers-color-scheme: dark) {
  nav {
    background-color: #0F1216;
  }
}

.nav-header {
  display: grid;
}
.nav-hitem {
  justify-self: center;
}
.nav-title-link {
  text-decoration: none;
  text-transform: uppercase;
}
.nav-title {
  margin: 0;
  font-size: 1.5em;
  color: #555;
}
@media (prefers-color-scheme: dark) {
  .nav-title {
    color: #98a0ac;
  }
}
.nav-title:hover, .nav-title:focus {
  opacity: 0.6;
}
.nav-list {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  list-style: none;
  gap: 1em;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-item {
  text-decoration: none;
  padding: 14px 20px;
  text-align: center;
  white-space: nowrap;
}
.nav-item a {
  text-decoration: none;
  color: #555;
  font-size: 1em;
}
@media (prefers-color-scheme: dark) {
  .nav-item a {
    color: #98a0ac;
  }
}
.nav-item a:hover {
  opacity: 0.6;
}
.nav-logo {
  max-width: 75px;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .nav-title-link {
    margin-bottom: 1em;
  }
  .nav-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .nav-description {
    display: none;
  }
  .nav-list {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-self: center;
    align-items: center;
    gap: 0.5em;
    padding: 0;
    margin: 0;
  }
  .nav-item {
    text-align: center;
  }
}
footer {
  background-color: #fff;
  padding: 1em;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  footer {
    background-color: #0F1216;
  }
}

.pagination {
  border-top: 0.5px solid #e5e5e5;
  font-family: "Noto Serif Georgian";
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
.pagination span {
  color: #353535;
  font-size: 1.1rem;
}
@media (prefers-color-scheme: dark) {
  .pagination span {
    color: #aaa;
  }
}
.pagination .top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  font-family: "Noto Sans Georgian";
  font-size: 1.1rem;
  opacity: 0.6;
}
@media (prefers-color-scheme: dark) {
  .pagination .top {
    color: #98a0ac;
  }
}
.pagination .top:hover {
  opacity: 1;
}
.pagination .arrow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  position: absolute;
}
@media (prefers-color-scheme: dark) {
  .pagination .arrow {
    color: #98a0ac;
  }
}
.pagination .arrow:hover, .pagination .arrow:focus {
  opacity: 0.6;
  text-decoration: none;
}
.pagination .left {
  left: 0;
}
.pagination .right {
  right: 0;
}

.catalogue-item {
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  display: grid;
  padding: 2rem 0;
}
@media (prefers-color-scheme: dark) {
  .catalogue-item {
    color: #98a0ac;
  }
}
.catalogue-item:hover .catalogue-line, .catalogue-item:focus .catalogue-line {
  width: 5rem;
}
.catalogue-item:last-child {
  border: 0;
}
.catalogue-pinned {
  color: #aaa;
  font-family: "Noto Serif Georgian";
  letter-spacing: 0.5px;
}
.catalogue-time {
  color: #aaa;
  font-family: "Noto Serif Georgian";
  letter-spacing: 0.5px;
}
.catalogue-title {
  color: #353535;
  display: block;
  font-family: "Noto Serif Georgian";
  font-size: 2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
@media (prefers-color-scheme: dark) {
  .catalogue-title {
    color: #98a0ac;
  }
}
.catalogue-line {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-top: 0.2rem solid #353535;
  display: block;
  width: 2rem;
}

.notfound {
  position: relative;
  text-align: center;
  margin: 4rem 0;
}
.notfound-error {
  font-size: 4rem;
  margin: 1rem 0;
}
.notfound-line {
  border-top: 0.4rem solid #353535;
  display: block;
  margin: 0 auto 3rem;
  width: 4rem;
}
.notfound-message {
  max-width: 25rem;
  margin: 0 auto;
}

.tags-header-title {
  color: #353535;
  font-family: "Noto Sans Georgian";
  font-size: 2.5rem;
  margin: 1rem 0;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .tags-header-title {
    color: #98a0ac;
  }
}
.tags-header-line {
  border-top: 0.4rem solid #353535;
  display: block;
  margin: 0 auto 3rem;
  width: 4rem;
}
.tags-clouds {
  text-align: center;
  font-family: "Noto Sans Georgian";
}
.tags-clouds a {
  display: inline-block;
  margin: 0 0.1rem 0.2rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #555;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .tags-clouds a {
    color: #98a0ac;
  }
}
.tags-clouds a:hover, .tags-clouds a:active {
  background: rgba(0, 0, 0, 0.1);
}
.tags-item-icon {
  height: 1rem;
}
.tags-item-label {
  display: inline-block;
  margin: 2rem 0 0.5rem;
  font-family: "Noto Sans Georgian";
  color: #555;
}
@media (prefers-color-scheme: dark) {
  .tags-item-label {
    color: #98a0ac;
  }
}
.tags-post {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.tags-post-title {
  color: #555;
}
@media (prefers-color-scheme: dark) {
  .tags-post-title {
    color: #98a0ac;
  }
}
@media (max-width: 450px) {
  .tags-post-title {
    width: 200px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tags-post-line {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-top: 0.1rem solid #353535;
  display: block;
  width: 0;
}
@media (prefers-color-scheme: dark) {
  .tags-post-line {
    border-top: 0.1rem solid #aaa;
  }
}
.tags-post-meta {
  color: #aaa;
  text-align: right;
  white-space: nowrap;
}
.tags-post:hover .tags-post-line, .tags-post:active .tags-post-line {
  width: 3rem;
}
.tags-post:hover .tags-post-meta, .tags-post:active .tags-post-meta {
  color: #353535;
}
@media (prefers-color-scheme: dark) {
  .tags-post:hover .tags-post-meta, .tags-post:active .tags-post-meta {
    color: #aaa;
  }
}

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