/*
 * Theme of Crisp Blog
 * Copyright(c) David Zhang, 2019
 */
html {
  scroll-behavior: smooth;
}

.book {
  background-color: #feee9b;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.articles {
  background-color: #b7ecd7;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.chapter {
  background-color: #d9effe;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.working {
  background-color: #fcd4de;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.purple {
  background-color: #c3b1e1;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.pastel-mango {
  background-color: #ffeacc;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.pastel-green {
  background-color: #ceffcf;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list1 {
  background-color: #FFB7B2;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list2 {
  background-color: #FFDAC1;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list3 {
  background-color: #E2F0CB;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list4 {
  background-color: #B5EAD7;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list5 {
  background-color: #C7CEEA;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

.list6 {
  background-color: #befe9b;
  padding: 1.25em 2.375em;
  margin-bottom: 22px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
  width: 100%;
}

@media (max-width: 40rem) {
  html {
    font-size: 14px;
  }
}
body {
  padding-bottom: 50px; /* padding for signup bar */
  background-color: #f7fff5;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "Segoe UI", Roboto, Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  text-align: center;
  word-wrap: break-word;
}
body ::selection {
  background-color: #cc00ff;
  color: #f7fff5;
}

a {
  color: #cc00ff;
  background-color: #ffffcc;
  text-decoration-style: dotted;
}
a:hover {
  text-decoration: underline;
  background-color: #FFFF00;
}

a.nohighlight {
  background-color: transparent;
}
a.nohighlight:hover {
  text-decoration: none;
  background-color: transparent;
}

.content {
  text-align: center;
  width: 100%;
}

.content-wrapper {
  margin: 0 auto;
  width: 40rem;
}

@media (max-width: 40rem) {
  .content-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
  }
}
img {
  border: 0;
  max-width: 40rem;
}

@media (max-width: 40rem) {
  img {
    max-width: 100%;
  }
}
figure {
  max-width: 100%;
  border: 0;
  display: contents;
  vertical-align: center;
  text-align: center;
  padding: 0;
}

figcaption {
  float: center;
  font-size: smaller;
  color: grey;
  text-indent: 0;
  font-style: italic;
  padding: 0;
  text-align: right;
  padding-left: 50%;
  padding-right: 0%;
}

.space-20 {
  padding: 20px;
}

.space-40 {
  padding: 40px;
}

.emoji-spacer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
}

.signup-bar {
  background-color: #f8f4ff;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  display: none;
}

.signup-form-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-enabled .signup-bar {
  display: flex;
}

.signup-bar .close-btn {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1001;
}

.menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  padding-top: 1.2rem;
  text-align: left;
}
.menu .menu-home {
  font-size: 1.2rem;
}
.menu .menu-home a {
  color: #343a40;
  text-decoration: none;
}
.menu .menu-links {
  display: flex;
  float: right;
  margin-top: 0;
}
.menu .menu-item {
  font-size: 1rem;
  padding: 0.1rem 0.4rem;
  text-align: left;
}
.menu .menu-item:first-of-type {
  padding-left: 0;
}
.menu .menu-item:last-of-type {
  padding-right: 0;
}
.menu .menu-item a {
  color: #adb5bd;
  text-decoration: none;
}
.menu .menu-item a:hover {
  text-decoration: underline;
}
.menu .menu-active a {
  text-decoration: underline;
}
@media (max-width: 40rem) {
  .menu {
    display: block;
    padding-top: 0.4rem;
  }
  .menu .menu-home {
    font-size: 1.8rem;
    padding: 0.4rem 0;
  }
  .menu .menu-links {
    float: left;
    margin-bottom: 1.8rem;
    width: 100%;
  }
}

.collage {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: 40rem;
  margin: 3rem auto;
}

.collage a {
  position: absolute;
  display: block;
  cursor: grab;
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.collage a img {
  position: absolute;
  max-width: 220px;
  max-height: 220px;
  height: auto;
  width: auto;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
  opacity: 0.8;
  cursor: pointer;
}

.collage a:active {
  cursor: grabbing;
}

.collage a:hover {
  z-index: 10;
  transform: scale(1.05) rotate(0deg);
}

.collage a:hover img {
  transform: scale(1.05) rotate(0deg);
  opacity: 1;
}

.collage a:nth-of-type(1) {
  top: 5%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(-6deg);
}

.collage a:nth-of-type(2) {
  top: 25%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(2deg);
}

.collage a:nth-of-type(3) {
  top: 2%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.collage a:nth-of-type(4) {
  top: 66%;
  left: 4%;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.collage a:nth-of-type(5) {
  top: 42%;
  left: 6%;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.collage a:nth-of-type(6) {
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(9deg);
}

.collage a:nth-of-type(7) {
  top: 45%;
  left: 63%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.collage a:nth-of-type(8) {
  top: 67%;
  left: 33%;
  transform: translate(-50%, -50%) rotate(4deg);
}

.collage a:nth-of-type(9) {
  top: 30%;
  left: 64%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.collage a:nth-of-type(10) {
  top: 7%;
  left: 5%;
  transform: translate(-50%, -50%) rotate(10deg);
}

.collage a:nth-of-type(11) {
  top: 40%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(10deg);
}

.collage a:nth-of-type(12) {
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(3deg);
}

footer {
  font-size: 1rem;
  margin-top: 2.4rem;
  overflow: hidden;
  text-align: center;
}
footer .content-wrapper {
  border-bottom: 0;
}

@media (max-width: 40rem) {
  footer .content-wrapper {
    padding-left: 0;
  }
}
.contact {
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: left;
}
.contact a {
  color: #212529;
  padding-left: 0.8rem;
}
.contact:hover a {
  color: #adb5bd;
}
.contact:hover a:hover {
  color: #212529;
}
.contact .contact-links {
  float: right;
}

@media (max-width: 40rem) {
  .contact .contact-copyright {
    margin-left: 0.6rem;
    padding-top: 1rem;
    width: 100%;
  }
  .contact .contact-links {
    float: none;
    margin-left: -0.1rem;
    width: 100%;
  }
}
.page {
  text-align: left;
}
.page .page-main .page-title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: white;
  background: black;
  font-size: 1.5rem;
  display: inline;
  background-clip: content-box;
  padding-left: 0;
  margin-left: 0px;
}
.page .space-20 {
  padding: 20px;
}
.page .space-40 {
  padding: 40px;
}
.page h1 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: white;
  background: black;
  font-size: 1.5rem;
  display: inline-block;
  background-clip: content-box;
  padding-left: 0;
  margin-left: 0px;
}
.page h2 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: white;
  background: black;
  font-size: 1.3rem;
  display: inline-block;
  background-clip: content-box;
  margin-left: 0px;
}

.article {
  margin-bottom: 2rem;
  text-align: left;
}
.article .article-head {
  margin-bottom: 4.2rem;
  margin-top: 4.2rem;
  text-align: left;
}
.article .article-head .article-title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: white;
  background: black;
  font-size: 1.5rem;
  display: inline;
  background-clip: content-box;
  padding: 0;
}
.article .article-head .article-date {
  color: #adb5bd;
  font-size: 1rem;
  margin-top: 1rem;
}
.article .article-main {
  font-size: 1rem;
  margin-bottom: 3.2rem;
  margin-top: 1.2rem;
}
.article .article-comment iframe {
  text-align: center;
}

.article-back {
  text-align: right;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
  padding-top: 2rem;
  text-align: left;
}

h2 {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  padding-bottom: 1.3rem;
  padding-top: 4rem;
  text-align: left;
}

h3 {
  color: #343a40;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-weight: 500;
  padding-bottom: 1.2rem;
  padding-top: 4rem;
  text-align: left;
}

h4 {
  color: #343a40;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-align: left;
}

h5 {
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 0.8rem;
  text-align: left;
}

blockquote {
  border-left: 0.2rem solid #dee2e6;
  padding-left: 1rem;
}

p {
  hyphens: auto;
  line-height: 1.8rem;
}

sup {
  font-size: 0.6rem;
  line-height: 0.6rem;
  vertical-align: auto;
}

hr {
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 3rem;
}

ul p {
  margin: 0;
}
ul li {
  line-height: 1.8rem;
  margin-left: -1rem;
  list-style-type: circle;
}
ul li p {
  line-height: 1.8rem;
  margin: 0;
}

.rtl {
  direction: rtl;
  color: rgba(0, 0, 0, 0.3);
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr:hover {
  background-color: #adb5bd;
}
table tr th {
  background-color: #adb5bd;
  padding: 0.2rem 0.4rem;
}
table tr td {
  padding: 0.2rem 0.4rem;
}

pre,
code {
  font-family: "Source Code Pro", Menlo, Monaco, Consolas, Courier, monospace;
  hyphens: none;
}

pre.highlight {
  border: 1px solid #495057;
  border-radius: 4px;
  font-size: 0.9rem;
}

code.hljs {
  padding: 0.4rem;
}

code.highlighter-rouge {
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
}

.archive-main {
  margin: 1rem 0;
}
.archive-main a {
  text-decoration: none;
}
.archive-main a:hover {
  text-decoration: underline;
}
.archive-main .archive-item {
  line-height: 1.8rem;
  margin-top: 0.6rem;
  overflow: auto;
}
.archive-main .archive-item .archive-date {
  color: #adb5bd;
  font-size: 0.8rem;
  margin: 0;
}

.archive-more {
  color: #adb5bd;
}
.archive-more a {
  color: #adb5bd;
}

.things {
  margin-top: 1rem;
}
.things .things-item {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.things .things-item .things-title {
  color: #343a40;
  font-size: 1rem;
  min-width: 12.4rem;
}
.things .things-item .things-link {
  font-size: 0.8rem;
  line-height: 1.2rem;
  min-width: 8rem;
  padding-top: 0.2rem;
}
.things .things-item .things-list {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.things ul {
  margin: 0;
}

@media (max-width: 40rem) {
  .things .things-item {
    display: block;
  }
  .things .things-item .things-link {
    display: flex;
    padding: 0.2rem 0;
  }
  .things .things-item .things-link a {
    padding-right: 0.2rem;
  }
}

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