.catalogue-item {
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  display: block;
  padding: 2rem 0;
}
.catalogue-item:hover .catalogue-line, .catalogue-item:focus .catalogue-line {
  width: 5rem;
}
.catalogue-item:last-child {
  border: 0;
}
.catalogue-date {
  color: #aaa;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  letter-spacing: 0.5px;
}
.catalogue-title {
  color: #353535;
  display: block;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

body {
  background-color: #fdfdfd;
  font-family: inconsolata, monospace, "Times New Roman", Times, serif;
}

main {
  padding: 0 10%;
}

code {
  background-color: #f9f9f9;
  color: #bf616a;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: Menlo, Monaco, monospace;
  font-size: 0.9em;
}

pre {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
}
pre code {
  background-color: transparent;
  padding: 0;
  color: #555;
}

blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #4a9ae1;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 5px 5px 0;
  font-style: italic;
  color: #353535;
}
blockquote p {
  margin: 0;
}
blockquote p:not(:last-child) {
  margin-bottom: 1rem;
}
blockquote strong {
  color: #555;
  font-weight: 600;
}

/**
 * Site header
 */
.site-header {
  font-size: 24px;
  color: #828282;
  line-height: 20px;
  text-decoration: none;
  min-height: 56px;
}
.site-header .wrapper {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
}

.site-title a {
  font-size: 24px;
  color: rgb(66.25, 66.25, 66.25);
  line-height: 20px;
  text-decoration: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  position: relative;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  font-size: 24px;
  color: #828282;
  line-height: 20px;
  text-decoration: none;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
.site-nav .page-link:hover {
  color: rgb(66.25, 66.25, 66.25);
}
.site-nav .page-link.current {
  color: #007bff;
}

.pagination {
  border-top: 0.5px solid #e5e5e5;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
.pagination span {
  color: #353535;
  font-size: 1.1rem;
}
.pagination .top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  opacity: 0.6;
}
.pagination .top:hover {
  opacity: 1;
}
.pagination .arrow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  position: absolute;
}
.pagination .arrow:hover, .pagination .arrow:focus {
  opacity: 0.6;
  text-decoration: none;
}
.pagination .left {
  left: 0;
}
.pagination .right {
  right: 0;
}

.about-content {
  font-family: inconsolata, monospace, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.about-content .icon-container {
  display: flex;
  gap: 1rem;
}
.about-content .icon-container i {
  color: #5a2d82;
  transition: color 0.3s ease;
}
.about-content .icon-container i:hover {
  color: #800080;
}

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