@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,300&family=PT+Mono&display=swap');

body {
  line-height: 1;
  font: normal 15px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
  line-height: 1.75;
  letter-spacing: 0.008em;
}

a {
  text-decoration: none;
  color: #5badf0;
}

a:hover {
  color: #0366d6;
}

/* markdown content styles */
blockquote {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  margin-left: 0px;
  border-left: 3px solid #eee;
  color: #757575;
}

hr {
  display: block;
  border: none;
  height: 2px;
  margin: 40px auto;
  background: #eee;
}

table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  line-height: 1.5em;
}

th,
td {
  text-align: left;
  padding-right: 20px;
  vertical-align: top;
}

table td,
td {
  border-spacing: none;
  border-style: solid;
  padding: 10px 15px;
  border-width: 1px 0 0 0;
}

thead th,
th {
  text-align: left;
  padding: 10px 15px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  cursor: default;
  white-space: nowrap;
  border: 1px solid #dadadc;
}

tr>td {
  border: 1px solid #dadadc;
}

tr:nth-child(odd)>td {
  background: #fcfcfc;
}

h1,
h2,
h3 {
  font-weight: 400;
}

p {
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}

p,
pre {
  word-break: normal;
  overflow-wrap: anywhere;
}

.markdown-image img {
  max-width: 100%;
}

.anchor {
  font-size: 100%;
  visibility: hidden;
  color: silver;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a {
  visibility: visible
}

.highlight pre {
  padding: 7px;
  overflow-x: auto;
}

.highlight {
  max-width: 100%;
  overflow-x: auto;
}

p code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: inherit;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px 2px;
  line-height: inherit;
  word-wrap: break-word;
  text-indent: 0;
}

pre code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
}


/* navigation */

nav.navigation {
  padding: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  text-align: right;
  z-index: 100;
}

nav.navigation a {
  top: 8px;
  right: 6px;
  padding: 8px 12px;
  color: #5badf0;
  font-size: 13px;
  line-height: 1.35;
  border-radius: 3px;
}

nav.navigation a:hover {
  color: #0366d6;
}

nav.navigation a.button {
  background: #5badf0;
  color: #fff;
  margin-left: 12px;
}

@media (max-width: 700px) {
  nav.navigation {
    padding: 20px 10px 0 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    text-align: right;
    z-index: 100;
  }

  nav.navigation a {
    top: 8px;
    right: 6px;
    padding: 8px 8px;
    color: #5badf0;
    font-size: 13px;
    line-height: 1.35;
    border-radius: 3px;
  }
}

@media (max-width: 324px) {
  nav.navigation a.button {
    display: none;
  }
}

/* toc */
.toc {
  margin: auto;
  background: #f8f8f8;
  border-radius: 0;
  padding: 10px 7px;
  margin-top: 36px;
}

.toc details summary {
  cursor: zoom-in;
  margin-inline-start: 14px;
  font-weight: 500;
}

.toc details[open] summary {
  cursor: zoom-out;
}

.toc #TableOfContents {
  margin-left: 10px;
}

.toc ul {
  padding-inline-start: 24px;
}

/* comment */
#comment {
  margin-top: 64px;
}

/* footer */
#footer {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: #bbbbbb;
  font-size: 14px;
}

#footer .copyright {
  margin: 20px auto;
  font-size: 15px;
}

.powerby {
  margin: 20px auto;
  font-size: 13px;
}

#footer .split {
  cursor: pointer;
}

#footer .split:hover path {
  fill: #ff3356;
  transition: 0.7s ease-out;
  cursor: pointer;
  ;
}

#social a {
  margin: 0 4px;
}

/* main content */
.main {
  width: 100%;
  margin: 0 auto;
}

/* profile  */

.profile {
  margin: 60px auto 0 auto;
  text-align: center;
}

.profile .avatar {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.profile h1 {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 1.75rem;
  color: #404040;
  margin-bottom: 0;
  margin-top: 0;
}

.profile h2 {
  font-size: 1.35rem;
  text-align: left;
  ;
  font-weight: 300;
  color: #434343;
  margin: 0 auto 0 auto;
  padding: 1rem 0 0.5rem 0;
  max-width: 640px;
  line-height: 110%;
}

.profile h2:last-child {
  padding: 0.5rem 0 2rem 0;
}

.subHeaderIconTag {
  display: inline-block;
  padding: 0.15rem 0.35rem 0.35rem 0.35rem;
  border: 1px solid #525252;
  border-radius: 3px;
}

.subHeaderIconTag svg {
  position: relative;
  top: 0.15rem;
}

.subHeaderIconTag-freebies svg {
  stroke: var(--dark-red-orange);
}

.subHeaderIconTag-posts svg {
  stroke: var(--dark-mint);
}

/* index post list */
#list-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

#list-page .item {
  margin: 12px 0;
}

#list-page .title {
  display: inline-block;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#list-page .title a {
  color: #404040;
  display: block;
}

#list-page .title a:hover {
  color: #0366d6;
}

#list-page .date {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  top: 1px;
  color: #bbb;
}

#list-page .summary {
  color: #757575;
  margin-top: 12px;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 36px;
}

#list-page .cover {
  width: 100px;
  height: 100px;
  background: #fff;
}

#list-page .cover img {
  width: 100%;
  text-align: center;
}

#list-page .pagination {
  margin: 48px 0;
  width: 100%;
  height: 32px;
  margin-top: 48px;
}

#list-page .pagination .pre {
  float: left;
}

#list-page .pagination .next {
  float: right;
}

/* single page */
#single {
  max-width: 680px;
  margin: 60px auto 0 auto;
  padding: 0 64px;
}

#single .title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

@media (max-width: 700px) {
  #single {
    padding: 0 18px;
    margin: 20px auto 0 auto;
  }

  #single .title {
    font-size: 24px;
    line-height: 32px;
  }
}

#single .tip {
  text-align: center;
  color: #8c8c8c;
  margin-top: 18px;
  font-size: 14px;
}

#single .tip .split {
  margin: 0 4px;
}

#single .content {
  margin-top: 36px;
}

#single .tags {
  margin-top: 24px;
}

#single .tags a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #757575;
  font-size: 14px;
  margin-right: 3px;
}

#single .tags a:hover {
  color: #0366d6;
}


#archive {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
}

#archive .total {
  font-size: 15px;
}

#archive .group {
  margin: 24px auto;
}

#archive .group .key {
  font-size: 20px;
  margin-bottom: 12px;
}

#archive .group .value {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

#archive .group .value .date {
  display: inline-block;
  color: #999;
  min-width: 60px;
}

#archive .group .value .title {
  display: inline;
}

#archive .group .value .title a {
  color: #404040;
}

#archive .group .value .title a:hover {
  color: #0366d6;
}

#archive .group .value .tags {
  display: inline;
  margin-left: 7px;
}

#archive .group .value .tags a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #999;
  font-size: 14px;
  margin-right: 3px;
}

#archive .group .value .tags a:hover {
  color: #0366d6;
}

/* taxonomy */
#tags {
  max-width: 700px;
  margin: 48px auto 0 auto;
  padding: 0 12px;
  text-align: center;
}

#tags .tag {
  display: inline-block;
  margin: 7px 7px;
}

@media (max-width: 700px) {
  #tags {
    margin: 0 auto 0 auto;
  }

  #tags .tag {
    display: inline-block;
    margin: 4px 5px;
  }
}

#tags .tag a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #757575;
  color: #404040;
  font-size: 14px;
  margin-right: 3px;
}

#tags .tag a:hover {
  color: #0366d6;
}

/* section page */
#section {
  max-width: 580px;
  margin: 48px auto 0 auto;
  padding: 0 12px;
}

/* 404 page */
#page-404 {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
}

#page-404 .item {
  margin: 12px 0 0 0;
}

#page-404 .title {
  display: inline-block;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#page-404 .text {
  text-align: center;
  margin-top: 60px;
}

#page-404 .read-more {
  font-weight: 300;
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 12px;
}

#page-404 .date {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  top: 1px;
  color: #bbb;
}

/*Added from third-party user for current website*/
:root {
  --dark-red-orange: #D83612;
  --light-red-orange: #FB5B38;
  --dark-mint: #0f904d;
  --light-mint: #8df5bf;
  --dark-purple: #8123EF;
  --light-purple: #AC72EF;

  /*Pagefind search*/
  --pagefind-ui-font: 'Montserrat', sans-serif;
  --page-find-ui-scale: 1.25;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

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

.text-align-left {
  text-align: left;
}

pre {
  border-radius: 3px;
  background-color: #050817 !important;
}

code,
p code {
  font-family: 'PT Mono', monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: var(--dark-red-orange);
}

.profile h1,
.profile h2 {
  font-weight: 700;
}

aside.toc {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #434343;
}

.content,
#section {
  font-size: 1rem;
}

#list-page .pagination {
  height: auto;
}

#list-page .pagination .next {
  float: none;
}

#list-page .pagination .back {
  float: none;
}

.pagination a {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--dark-red-orange);
  color: white;
  padding: 0.25rem 0.5rem 0.43rem 0.5rem;
}

.pagination a:hover {
  color: white;
  background-color: var(--dark-purple);
}

.pagination a,
.pagination svg {
  color: white;
}

.navigation .arrow,
.pagination .arrow {
  position: relative;
  margin: 0 0.15rem;
  top: 0.4rem;
}

.navigation .arrow {
  top: 0.15rem;
}

.footerLink {
  padding: 0.75rem;
}

a:hover {
  color: var(--dark-purple);
}

thead th,
th {
  font-size: 1rem;
}

.tags svg {
  display: inline-block;
  background-color: #fefefe;
  border: 1px solid #343434;
  color: var(--dark-red-orange);
  padding: 0.25rem;
  border-radius: 2rem;
  transform: translateY(0.75rem);
  margin-right: 1rem;
  transition: transform ease-in-out 300ms;
}

.tags svg:hover {
  color: var(--dark-purple);
  transform: translateY(0.75rem) rotate(134deg);
}

nav.navigation a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-red-orange);
}

nav.navigation a:hover {
  color: var(--dark-purple);
}

nav.navigation a.button {
  font-weight: 500;
  background-color: var(--dark-red-orange);
}

nav.navigation a.button:hover {
  background-color: var(--dark-purple);
  color: #ffffff;
}

#list-page .title {
  font-weight: 700;
}

#list-page .title a:hover {
  color: var(--dark-red-orange);
}

#list-page .date {
  color: #737373;
}

#single .title {
  font-weight: 500;
}

#single .tags {
  text-align: center;
  margin-top: 2rem;
}

#single .tags a,
#archive .group .value .tags a,
#tags .tag a {
  display: inline-block;
  color: #525252;
  border: 1px solid #434343;
  font-size: 1rem;
  padding: 0.15rem 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 5px;
}

#single .tags a:hover,
#archive .group .value .tags a:hover,
#tags .tag a:hover {
  color: var(--dark-purple);
}

#archive .title-container {
  display: flex;
}

#archive .group .value .date {
  display: inline-block;
  min-height: 2rem;
}

#archive .group .value .tags {
  display: block;
  text-align: center;
}

#archive .group .value time {
  color: var(--dark-purple);
}

#archive .group .value .tags a {
  background-color: white;
}

#archive .group .value .title a:hover {
  color: var(--dark-red-orange);
}

#archive .value {
  background-color: #fafafa;
  border: 1px solid #343434;
  padding: 1rem;
  border-radius: 5px;
}

.pagination {
  display: flex;
}

.pagination>div {
  width: 100%;
  min-width: 50%;
}

.copyright,
#single .tip {
  color: #525252;
}

.aboutMePhotoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}

.aboutMePhotoContainer img {
  max-width: 125px;
  border-radius: 50%;
  margin-right: 2rem;
  border: 2px solid var(--dark-red-orange);
}

.notice {
  width: 100;
  background-color: #efefef;
  border-radius: 1rem;
  padding: 0.75rem;
  border: 1px solid #ffffff;
}

/*Search - styles*/
.pagefind-ui--reset mark{
  display: inline-block;
  padding: 0.1rem;
  all: unset;
  background-color: var(--dark-purple);
  color: white;
}

.pagefind-ui__search-input{
  color: #343434;
}

.pagefind-ui__result-link:hover{
  color: var(--dark-red-orange) !important;
}

.searchTitle{
  font-size: 2rem;
  padding: 1rem;
}
.searchNavLinks{
  text-align: center;
}

/*A message displayed in the development version*/
.developMessage{
  font-size: 1rem;
  text-align: center;
  color: #343434;
  background-color: #efefef;
  padding: 1rem;
}

/* Outlined Links*/
.outlinedLink{
  font-size: 1.25rem;
  padding: 0.75rem 1rem;
  margin: 0 0.5rem;
  border: 1px solid var(--dark-red-orange);
  border-radius: 0.35rem;
}
.outlinedLink:hover, .outlinedLink:focus{
  border: 1px solid var(--dark-purple)  
}
.outlinedLink svg{
  position: relative;
  top: 0.25rem;
}

@media (max-width: 720px) {

  .content,
  #section {
    font-size: 0.85rem;
  }
}

@media (max-width: 360px) {

  .content,
  #section {
    font-size: 0.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: #252525;
    color: white;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  time,
  span,
  ul li,
  ol li {
    color: white;
  }

  p code {
    border: 1px solid white;
  }

  a {
    color: var(--light-red-orange);
  }

  a:hover {
    color: var(--light-purple);
  }

  #list-page .title a {
    color: white;
  }

  #list-page .title a:hover {
    color: var(--light-red-orange);
  }

  #list-page .summary {
    color: #cdcdcd;
  }

  a svg {
    color: var(--light-red-orange);
  }

  a:hover svg {
    color: var(--light-purple);
  }

  table {
    color: white;
  }

  thead th,
  th {
    color: white;
  }

  tr:nth-child(2n+1)>td {
    background-color: #343434;
  }

  .profile h1 {
    color: white;
  }

  .profile h2 {
    color: #cdcdcd;
  }

  .subHeaderIconTag {
    border: 1px solid #ededed;
  }

  .subHeaderIconTag-freebies svg {
    stroke: var(--light-red-orange);
  }

  .subHeaderIconTag-posts svg {
    stroke: var(--light-mint);
  }

  nav.navigation {
    background-color: transparent;
  }

  nav.navigation a {
    color: var(--light-red-orange);
  }

  nav.navigation a:hover {
    color: var(--light-purple);
  }

  nav.navigation a.button {
    background-color: var(--light-red-orange);
    color: #252525;
  }

  nav.navigation a.button:hover {
    background-color: var(--light-purple);
    color: #252525;
  }

  .pagination a {
    background-color: var(--light-red-orange);
    color: #252525;
  }

  .pagination a:hover,
  .pagination a:hover svg {
    color: #252525;
    background-color: var(--light-purple);
  }

  .pagination a,
  .pagination svg {
    color: #252525;
  }

  aside.toc {
    color: white;
    border: 1px solid #777777;
    background-color: #161616;
  }

  pre {
    background-color: #0F051B !important;
  }

  #archive .group .value time {
    color: var(--light-purple);
  }

  .tags svg {
    background-color: #212121;
    border: 1px solid #777777;
    color: var(--light-red-orange);
  }

  .tags svg:hover {
    color: var(--light-purple);
  }

  #archive .group .value .tags a,
  #single .tags a,
  #tags .tag a {
    background-color: #212121;
    border: 1px solid #777777;
    color: white;
  }

  #archive .group .value .tags a:hover,
  #single .tags a:hover,
  #tags .tag a:hover,
  #tags .tag a:hover span {
    color: var(--light-purple);
  }

  #archive .group .value .title a {
    color: white;
  }

  #archive .group .value .title a:hover {
    color: var(--light-red-orange);
  }

  #archive .value {
    background-color: #212121;
    border: 1px solid #dedede;
  }

  .copyright {
    color: #dedede;
  }

  .aboutMePhotoContainer img {
    border: 2px solid var(--light-red-orange);
  }

  #page-404 .text {
    color: white;
  }

  .notice {
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
  }

  /*Search - styles*/
  #search {
    --pagefind-ui-text: #dedede;
  }

  .pagefind-ui__result-link:hover {
    color: var(--light-red-orange) !important;
  }

  .pagefind-ui__form:before,
  .pagefind-ui__search-clear {
    --pagefind-ui-text: #343434;
  }

  .developMessage{
    color: white;
    background-color: #343434;
  }
  .outlinedLink{
    border: 1px solid var(--light-red-orange);
  }
  .outlinedLink:hover, .outlinedLink:focus{
    border: 1px solid var(--light-purple)  
  }
}