@charset "UTF-8";
@font-face {
  font-family: "Maison Neue";
  src: local("Maison Neue"), url("/fonts/maison-neue/book.woff2") format("woff2"), url("/fonts/maison-neue/book.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: local("Maison Neue"), url("/fonts/maison-neue/book-italic.woff2") format("woff2"), url("/fonts/maison-neue/book-italic.woff2") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: local("Maison Neue"), url("/fonts/maison-neue/demi.woff2") format("woff2"), url("/fonts/maison-neue/demi.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: local("Maison Neue"), url("/fonts/maison-neue/bold.woff2") format("woff2"), url("/fonts/maison-neue/bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue Extended";
  src: local("Maison Neue Extended"), url("/fonts/maison-neue-extended/book.woff2") format("woff2"), url("/fonts/maison-neue-extended/book.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue Extended";
  src: local("Maison Neue Extended"), url("/fonts/maison-neue-extended/demi.woff2") format("woff2"), url("/fonts/maison-neue-extended/demi.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue Mono";
  src: local("Maison Neue Mono"), url("/fonts/maison-neue-mono/regular.woff2") format("woff2"), url("/fonts/maison-neue-mono/regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility;
}

body {
  color: #403e3b;
  font-family: "Maison Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff7ed;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

hr {
  display: block;
  height: 0;
  margin: 1.5rem 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(64, 62, 59, 0.1);
}

abbr[title] {
  text-decoration: none;
  border-bottom: 0;
  cursor: help;
}
abbr[title].initialism {
  font-size: 93.75%;
}

p {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

dl,
dd {
  margin: 0;
  padding: 0;
}

.has-tombstone > p:last-child::after {
  content: " ∎";
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

.text-nowrap {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a1918;
  font-family: "Maison Neue Extended", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 1rem;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

ol, ul {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-left: 1.5rem;
}
ol li + li, ul li + li {
  margin-top: 0.25rem;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled, .pagination, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline .list-inline-item {
  display: inline-block;
}
.list-inline .list-inline-item + .list-inline-item {
  margin-top: 0;
  margin-left: 0.5rem;
}

blockquote {
  color: #33312f;
  font-size: 1.125rem;
  position: relative;
  margin: 0 0 1.25rem;
  padding: 0 0 0 2.5rem;
}
blockquote::before {
  content: "“";
  color: #d9d2c9;
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.post-body figure {
  margin: 0 -1rem 1.25rem;
}
.post-body figure img {
  display: block;
  max-width: 100%;
}
.post-body figcaption {
  font-size: 0.875rem;
  display: block;
  margin-left: 1rem;
}

code,
pre {
  font-family: "Maison Neue Mono", monospace;
  font-size: 87.5%;
  word-wrap: break-word;
}

code {
  color: #ff4d93;
}

pre {
  color: #fff;
  background-color: #1a1918;
  text-shadow: 0 0.0625rem 0.0625rem #000;
  margin-right: -1rem;
  margin-bottom: 1.25rem;
  margin-left: -1rem;
  padding: 1rem;
  padding-left: 1.25rem;
  overflow-x: auto;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
pre code {
  color: #fff;
  white-space: pre;
  word-wrap: normal;
  -webkit-font-smoothing: auto;
}
@media (min-width: 45rem) {
  pre {
    border-radius: 0.1875rem;
  }
}

.alert {
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.alert-info {
  color: #fff;
  background-color: #00ace9;
}

.badge {
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  background-color: #403e3b;
  position: relative;
  top: -0.0625rem;
  margin-left: 0.25rem;
  padding: 0.375rem 0.75rem 0.3125rem;
  border-radius: 10rem;
}

.badge-secondary {
  background-color: #ff9c00;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.btn {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #00bdac;
  position: relative;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00a495;
}
.btn-primary:active {
  color: rgba(255, 255, 255, 0.9);
  top: 0.125rem;
}

.note,
.tip {
  color: #fff;
  background-color: #00bdac;
  margin-bottom: 1rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 1rem;
  padding-bottom: 0.9375rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.note code,
.tip code {
  color: inherit;
}
.note > :last-child,
.tip > :last-child {
  margin-bottom: 0;
}
@media (min-width: 45rem) {
  .note,
.tip {
    border-radius: 0.1875rem;
  }
}

.card {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.card .card-body {
  color: #4d4a47;
  background-color: rgba(250, 159, 77, 0.1);
  padding: 1.25rem 1.5rem;
}
.card .card-body .card-text {
  margin-bottom: 0.75rem;
}

.container, .container-fluid {
  max-width: 45rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-fluid {
  max-width: none;
}

.hero {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}
.hero h1 {
  font-size: 2rem;
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .hero h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}

.highlight .k, .highlight .kd, .highlight .kn {
  color: #fbb77a;
}
.highlight .na, .highlight .nb, .highlight .nc, .highlight .nf, .highlight .nn, .highlight .nt, .highlight .nx {
  color: #40cec1;
}
.highlight .c, .highlight .c1, .highlight .cd {
  color: #bfeafa;
}
.highlight .s1 {
  color: #f4a0c7;
}
.highlight .cp, .highlight .nv {
  color: #fff7ed;
}

.pagination {
  display: flex;
}
.pagination .page-item {
  font-weight: bold;
}
.pagination .page-item-previous {
  margin-right: auto;
}
.pagination .page-item-next {
  margin-left: auto;
}

.post-pagination {
  display: flex;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.post-pagination .post-pagination-label {
  color: #75726d;
  font-size: 87.5%;
  text-transform: uppercase;
}
.post-pagination a {
  flex-basis: 0;
  flex-grow: 1;
  text-decoration: none;
  position: relative;
  display: block;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding: 1rem;
  border-radius: 0.125rem;
}
.post-pagination a:hover, .post-pagination a:focus, .post-pagination a:active {
  color: #fff;
  text-decoration: none;
  background-color: #00bdac;
}
.post-pagination a:hover .post-pagination-label, .post-pagination a:focus .post-pagination-label, .post-pagination a:active .post-pagination-label {
  color: rgba(255, 255, 255, 0.75);
}
.post-pagination a:focus {
  top: 0.125rem;
}
.post-pagination a:first-child {
  margin-left: 0;
}
.post-pagination a:last-child {
  margin-right: 0;
}

.post-list-item {
  margin-bottom: 1.5rem;
}
.post-list-item .post-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.post-list-item .post-meta {
  font-size: 82.5%;
  margin-bottom: 0.25rem;
}
.post-list-item .post-excerpt {
  margin-bottom: 0;
}

.post-body > .alert {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.offline-post-list time {
  display: inline-block;
  width: 7.5rem;
}

.site-header {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.9);
  position: sticky;
  top: 0;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.site-header a:hover, .site-header a:focus, .site-header a:active {
  color: #00bdac;
  text-decoration: none;
  background-color: transparent;
}
.site-header a.active, .site-header a.active:hover, .site-header a.active:focus, .site-header a.active:active {
  color: #00bdac;
  text-decoration: none;
}
.site-header .site-title {
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.site-header-content {
  text-align: center;
}
.site-header-content .site-title {
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (min-width: 420px) {
  .site-header-content {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .site-header-content .site-title {
    margin-bottom: 0;
  }
}

.skip-link {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  background-color: #00bdac;
  padding: 1.125rem;
}

.rounded-circle {
  border-radius: 50%;
}

.text-muted {
  color: #75726d;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.float-right {
  float: right;
}

.small {
  font-size: 87.5%;
}

.font-style-normal {
  font-style: normal;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

a {
  color: #00bdac;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
  background-color: #00bdac;
}
a code {
  color: inherit;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-4 {
  margin-left: 1.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.social_links{
  margin-right: 10px;
}

.social_links i{
  color:black;
}