body {
  font-size: 16px;
  color: #555555;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}
p {
  line-height: 1.75;
  margin: 0px 0 30px;
  text-align: justify;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}
h1 {
  font-size: 2.1rem;
  color: #fff;
}
h2 {
  font-size: 1.5rem;
  color: #fff;
}
h3,
h4 {
  font-size: 1.2rem;
}
a {
  color: #71a5ae;
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #0085a1;
}
blockquote {
  padding: 0 1em;
}
.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}
.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
::-moz-selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none;
}
::selection {
  color: #fff;
  text-shadow: none;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: 0 0;
  box-shadow: none !important;
  font-family: Lora, "Times New Roman", serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: Lora, "Times New Roman", serif;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.76470588em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}
.floating-label-form-group .help-block {
  margin: 15px 0;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}
.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
img {
  max-width: 100%;
  height: auto;
}
h2.post-title.Archives {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.time {
  color: #868e96;
  margin-bottom: 20px;
}
h2.year {
  margin-bottom: 1.2rem;
}
h2.post-title.tags {
  font-size: 20px;
}
h1.tag-tl {
  text-align: center;
}
code,
tt {
  padding: 1px 3px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  white-space: pre-wrap;
  border: 1px solid #e3edf3;
  background: #f7f7f9;
  color: #222;
  border-radius: 4px;
}
code {
  word-wrap: break-word;
}
pre::-webkit-scrollbar {
  height: 10px;
}
pre::-webkit-scrollbar-button {
  display: none;
}
pre::-webkit-scrollbar-track {
  background: white;
}
pre::-webkit-scrollbar-thumb {
  min-height: 1rem;
  background-color: #ccc;
  background-clip: padding-box;
  border: 3px solid #fdfdfd;
  border-radius: 5px;
}
pre::-webkit-scrollbar-thumb:active {
  background-color: #999;
  border-width: 2px;
}
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  color: #333;
  padding: 0;
  margin: 0;
}
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 white inset;
}
table {
  line-height: 1.7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-spacing: 0;
  word-break: normal;
}
table,
table tr,
table tr td,
table tr th {
  border-color: #e6e6e6;
}
table th {
  font-weight: bold;
  background-color: #fdfdfd;
}
tr th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: left;
}
tr th,
tr td {
  padding: 10px 20px;
  border-right: 1px solid;
  border-bottom: 1px solid #e6e6e6;
}
tbody tr:last-child td {
  border-bottom: 0;
}
tr th:last-child,
tr td:last-child {
  border-right: 0;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.gist {
  font-size: 12px;
}
.gist table {
  margin: 0;
  width: auto;
}
.gist table pre {
  font-size: 12px;
}
.gist table .line-numbers {
  font-size: 12px;
}
.toc {
  background: #fdfdfd;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin: 27px 0 47px 0;
  padding: 0 15px;
}
.toc ul {
  padding: 5px 42px;
}
.toc ul li {
  padding: 0;
  margin: 0;
}
.markdown .toc ul li ul {
  padding-top: 0;
  margin-top: 0;
}
.toc a {
  text-decoration: none;
  color: #3c3c3c;
}
.post-subtitle p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}
a.tag {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999em;
  padding: 0 10px;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
  margin: 0 1px;
  margin-bottom: 20px;
  margin-right: 6px;
}
.tags a:hover,
.tags .tag:hover,
.tags a:active,
.tags .tag:active {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.contains-task-list {
  list-style-type: none;
  padding-left: 32px;
  margin-left: -7px;
}
.task-list-item {
  position: relative;
}
.task-list-item-checkbox {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  top: 3px;
  left: -24px;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 0.35s ease;
}
.task-list-item-checkbox:checked {
  transform: rotate(0);
}
.task-list-item-checkbox:checked:before {
  border: transparent;
  background-color: #2d3748;
}
.task-list-item-checkbox:checked:after {
  transform: rotate(-45deg) scale(1);
}
.task-list-item-checkbox:checked + .task-list-item-label {
  color: #718096;
  text-decoration: line-through;
}
.task-list-item-checkbox:before {
  content: "";
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.task-list-item-checkbox:after {
  content: "";
  transform: rotate(-45deg) scale(0);
  width: 9px;
  height: 5px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 5px;
  transition: all 0.35s ease;
}
a.Themeinfo {
  text-decoration-line: none;
  color: #6c757d;
}
.sep:before {
  content: "·";
  margin-left: 5px;
  margin-right: 5px;
}
.post-archives {
  margin-bottom: 40px;
}
.post-meta {
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  color: #ffffff;
  font-family: Lora, "Times New Roman", serif;
}
.comment.valine {
  margin-top: 60px;
}
.post-content h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8em 0 0.8em 0;
}
.tag-list .tag {
  display: inline-block;
  border: 2px solid rgba(136, 136, 136, 0.8);
  border-radius: 999em;
  padding: 0 10px;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  text-decoration: none;
  margin: 0 1px;
  margin-right: 6px;
}
.post-preview.tag-list {
  display: inline-block;
  margin-top: 20px;
}
.post-preview img {
  margin: 10px auto;
}
.btn-primary {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  margin-top: 25px;
  border-radius: 10px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #ff5454 !important;
  border-color: #ff5454 !important;
}
.btn,
.btn-primary {
  padding: 10px 25px;
}
.sticky-top-flag {
  /* padding: 3px 10px; */
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: middle;
}
h3.post-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}
h3.post-subtitle p {
  font-size: 13px;
}
.post-preview > a {
  color: #4a4a4a;
}
.post-preview > a:focus,
.post-preview > a:hover {
  text-decoration: none;
  color: #ff5454;
}
.post-preview > a > .post-title {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}
.post-preview > .post-meta {
  font-size: 16px;
  font-style: italic;
  margin-top: 4px;
  color: #868e96;
  font-family: Lora, "Times New Roman", serif;
}
.post-preview > .post-meta > a {
  text-decoration: none;
}
.post-preview > .post-meta > a:focus,
.post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #ff5454;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 28px;
  }
}
/************ 首页cell **************/
.row .post-row-container {
  margin: 30px 30px;
  border-radius: 10px;
  padding: 10px 30px 20px 30px;
  transition: all 0.3s;
}
.row .post-row-container:hover {
  transform: scale(1.012);
  box-shadow: 0px 10px 20px 5px #ffffff;
}
.row .post-row-container .title-floor .post-title-container {
  display: flex;
  align-items: center;
}
.row .post-row-container .title-floor .post-title-container a {
  text-decoration: none;
  position: relative;
  margin-bottom: 3px;
}
.row .post-row-container .title-floor .post-title-container a h2 {
  margin: 10px 0px;
  font-size: 1.3rem;
}
.row .post-row-container .title-floor .post-title-container a:hover:after {
  width: 100%;
}
.row .post-row-container .title-floor .post-title-container a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: width 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}
.row .post-row-container .post-row-first-floor {
  flex-direction: row;
  justify-content: space-between;
  display: -webkit-flex;
  align-items: stretch;
}
.row .post-row-container .post-row-first-floor .post-feature-image {
  width: 200px;
  height: 100px;
  flex-basis: 200px;
  flex-shrink: 0;
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.row .post-row-container .post-row-first-floor .post-preview {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row .post-row-container .post-row-first-floor .post-preview .post-meta {
  margin-bottom: 0;
  font-size: 10px;
}
.row .post-row-container .post-row-sec-floor .post-tag {
  padding: 1px 6px;
  border-radius: 14px;
  font-size: 10px;
  font-weight: 800;
  border-width: 1px;
  border-style: dashed;
  margin-right: 10px;
  text-decoration: none;
}
/*横屏 | 浏览器*/
@media all and (orientation: landscape) {
  header.masthead .row {
    margin-top: 0px;
  }
}
/*手机竖屏*/
@media all and (orientation: portrait) {
  .row .post-row-container {
    margin: 25px 20px;
    padding: 4px 23px 14px 23px;
  }
  .row .post-row-container .post-row-first-floor .post-feature-image {
    display: none;
  }
  .row .post-row-container .post-row-sec-floor hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
/**********************************/
.container .row .float-left {
  margin-left: 30px;
}
.container .row .float-right {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .toc-container {
    display: none;
  }
}
.toc-container {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}
.toc-container .markdownIt-TOC {
  position: sticky;
  top: 70px;
  width: 250px;
  font-size: 12px;
  list-style: none;
  padding-left: 0;
}
.toc-container .markdownIt-TOC:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 1px;
  opacity: 0.5;
}
.toc-container ul {
  list-style: none;
}
.toc-container ul li {
  list-style: none;
}
.toc-container li {
  padding-left: 16px;
}
.toc-container li a {
  color: #ffffff;
  padding: 4px;
  display: block;
  transition: all 0.3s;
  font-size: 12px;
}
.toc-container li a:hover {
  border-radius: 0px;
}
.toc-container li a.current {
  color: #ff5454;
  background: #efeeee;
}
.currentToc {
  border-radius: 5px;
}
ul.markdownIt-TOC {
  border-radius: 15px;
  padding: 14px 0px;
  overflow: hidden;
  line-height: 1.75;
}
.toc-container .markdownIt-TOC ul {
  padding: 0;
}
/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #292A30;
  color: #839496;
}
code.hljs {
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 2.2em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  border-radius: 15px;
}
.hljs-title {
  color: #6BDFFF;
}
.hljs-comment,
.hljs-quote {
  color: #5A994B;
}
.hljs-type,
.hljs-literal {
  color: #DABAFF;
}
.hljs-number {
  color: #CEBF77;
}
.hljs-built_in {
  color: #B281EB;
}
/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #FF7AB2;
  font-weight: 600;
}
/* Solarized Cyan */
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-doctag,
.hljs-regexp {
  color: #2aa198;
}
/* Solarized Blue */
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #4EB0CC;
}
/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class {
  color: #b58900;
}
/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16;
}
/* Solarized Red */
.hljs-deletion {
  color: #dc322f;
}
.hljs-formula {
  background: #073642;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
/* 代码滑块 */
pre::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
pre::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #cbcbcb;
}
pre::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
code::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
code::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #cbcbcb;
}
code::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
#landlord {
  left: 0;
}
#landlord .message {
  border: 1px solid rgb(144 115 115);
  background-color: rgb(240 234 234);
  box-shadow: 0 3px 15px 2px rgb(183 166 166);
  color: #695f5f;
}
@media (max-width: 1199px) {
  #landlord {
    display: none;
  }
  #live2d-widget {
    display: none;
  }
}
footer {
  padding: 120px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.list-inline .list-inline-item a {
  color: #33393a;
}
header.masthead {
  margin-bottom: 30px;
  background: no-repeat center center;
  background-color: #000000;
  background-attachment: scroll;
  position: relative;
  background-size: auto 115%;
}
header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 150px 0 100px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 160px 0;
  }
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 35px;
  }
}
header.masthead .post-heading h1 {
  font-size: 35px;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 18px;
  font-weight: 600;
  margin: -10px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: Lora, "Times New Roman", serif;
}
header.masthead .post-heading .meta a {
  color: #fff;
}
header.masthead .row {
  height: 390px;
  line-height: 390px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.masthead .row .post-heading {
  padding: 0;
  line-height: 1.5;
}
header.masthead .row .site-heading {
  padding: 0;
  line-height: 0;
}
header.masthead .row .site-heading h1 {
  font-size: 50px;
}
.user-avatar {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 35px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}
/*手机竖屏*/
@media all and (orientation: portrait) {
  header.masthead {
    margin-bottom: 5px !important;
    margin-top: -58px;
  }
  header.masthead .row {
    margin-top: 57px;
    height: 230px !important;
  }
  header.masthead .row .site-heading .user-avatar {
    width: 25%;
  }
  header.masthead .row .site-heading h1 {
    font-size: 35px !important;
  }
  header.masthead .row .site-heading span {
    font-size: 15px;
    margin: -12px 0 0;
  }
  header.masthead .row .post-heading h1 {
    font-size: 23px !important;
  }
  header.masthead .row .post-heading span {
    font-size: 12px !important;
  }
}
#post-content-article .container .row .post-content-container {
  display: flex;
  flex-direction: column;
}
#post-content-article .container .row .post-content-container hr {
  width: 100%;
}
#post-content-article .container .row .post-content-container p {
  margin-bottom: 0;
}
#post-content-article .container .post-feature-header-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 15px;
}
/*手机竖屏*/
@media all and (orientation: portrait) {
  #post-content-article {
    padding: 20px 10px;
  }
}
/*手机竖屏*/
#vcomments .vcards .vcard .vh .vcontent p {
  text-align: left;
}
.searched-keyword {
  color: red;
}
#gridea-search-form {
  display: flex;
  font-size: 10px;
}
#gridea-search-form .search-input {
  position: relative;
  left: -2px;
  width: 180px;
  height: 23px;
  padding: 0 0 2px 35px;
  font-size: 12px;
  background-size: 20px;
  border: 0;
  border-radius: 15px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  outline: 0;
  border-bottom: 2px #495057;
  transition: border-color 0.2s;
}
#gridea-search-form .fa-search {
  top: 6px !important;
}
#gridea-search-form .fa-search:before {
  color: #4a4a4a;
}
h3.serchedPreview {
  font-size: 13px;
}
.nav-item .gridea-search-container {
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
}
@media (max-width: 992px) {
  .gridea-search-container {
    justify-content: center;
  }
  #gridea-search-form {
    width: 70%;
  }
  #gridea-search-form .fa-search {
    left: 10px !important;
    top: 6px !important;
  }
  #gridea-search-form .search-input {
    width: 100%;
    background-color: #dcdcdc;
    padding: 0 0 2px 33px !important;
  }
}
.searching,
.no-result {
  text-align: center;
}
#mainNav {
  position: sticky;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand {
  font-weight: 800;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus,
  #mainNav .navbar-nav > li.nav-item > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  #mainNav {
    transition: background-color 0.2s;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    position: fixed;
    top: -55px;
    transition: transform 0.2s;
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus,
  #mainNav.is-fixed .navbar-brand:hover {
    color: #0085a1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus,
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085a1;
  }
  #mainNav.is-visible {
    transform: translate3d(0, 100%, 0);
  }
}
.page {
  background-color: transparent;
  margin-top: 15px;
}
.page a {
  border: none;
}
.pagination-ul {
  text-align: center;
  border-top: none;
  padding: 0;
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 6px;
}
.pagination-ul li {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}
.pagination-ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  margin: 0 5px;
}
.pagination-ul a:hover {
  color: white;
  transform: scale(1.012);
}
.pagination-ul .pagination-dir a {
  display: inline-block;
  border-top: 1px solid transparent;
}

			body {
				background-color: #000000 !important;
				color: #ced4da !important;
			}

			#mainNav.is-fixed {
				background-color: RGBA(0,0,0,0);
				border-bottom: 1px solid #ff5454;
			}

			.fixed-top {
				<!-- background-color: #000000; -->;
				background-color: #00000037;
				backdrop-filter: blur(12px);
				-webkit-backdrop-filter: blur(12px);
				
			}
			.fixed-top .navbar-brand,
			.fixed-top .navbar-nav > li.nav-item > a,
			.fixed-top .navbar-toggler {
				color: #ced4da;
			}
			.navbar-light .navbar-toggler {
				border-color: RGBA(206,212,218,0.5) !important;;
			}

			a {
				color: RGBA(255,84,84,0.7) ;
			}

			a:focus,
			a:hover {
				color: #ff5454 ;
			}

            .row .post-row-container {
				background-color: #000000 !important;
			}

			.title-floor .post-title-container a,
			h3.post-subtitle,
			.pagination-ul li a,
			.list-inline .list-inline-item a,
			#mainNav.is-fixed .navbar-brand,
			#mainNav.is-fixed .navbar-nav > li.nav-item > a {
				color: #ced4da !important;
			}
			.title-floor .post-title-container a:after,
			.pagination-active a{
				background-color: #ced4da !important;
			}

			blockquote {
				border-left: 2px solid #ff5454;
				color: #ff5454 !important;
			}

			.post-preview > .post-meta {
				color: #ffffff !important;
			}

			.title-floor .post-title-container a:hover,
			#mainNav.is-fixed .navbar-brand:hover,
			#mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
				color: #ff5454 !important;
			}

			.title-floor .post-title-container a:hover::after{
				background-color: #ff5454 !important;
			}

			::selection{
				background: #ff5454 !important;
			}

			.post-row-sec-floor .post-tag {
				color: #ced4da !important;
				border-color: #ced4da !important;;
			}

			.post-row-sec-floor .post-tag:hover {
				color: #ff5454 !important;
				border-color: #ff5454 !important;
			}

			.page {
				border-top: 1px solid #ff5454 !important;
			}

			hr {
				border-top: 1px solid #ff5454 !important;
			}

			.fa-inverse {
				color: #ff5454 !important;
			}

			.pagination-ul a:hover {
				background-color: #ffa8a8 !important;
				color: #ff5454 !important;
				box-shadow: 0 1px 4px 2px RGBA(255,168,168,0.9) !important;
			}

			.pagination-ul .pagination-active a{
				color: #ff5454 !important;
				box-shadow: 0 1px 4px 2px RGBA(255,168,168,0.9) !important;
			}

			.sticky-top-flag {
				background: #ced4da !important;
				color: #ff5454 !important;
			}

			header.masthead .overlay {
				opacity: 0 !important;
			}

			.toc-container .markdownIt-TOC {
				border: 1px solid RGBA(206,212,218,0.3);
				background-color: #000000;
			}

			.toc-container .markdownIt-TOC li a {
				color: #ced4da;
			}

			.currentToc {
				color: #ff5454 !important;
				background-color: RGBA(206,212,218,0.2);
			}

			.toc-container li a:hover {
				background-color: RGBA(206,212,218,0.2);
			}

			.row .post-row-container ,
			#post-content-article .container .post-feature-header-image {
				box-shadow: 0 0px 10px 0px #ffffff;;
			}
			
         