@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
}

blockquote {
  padding: 1.2em 3.2em 1.2em 55px;
  border-left: 8px solid #6c757d;
  line-height: 1.6;
  position: relative;
  background: #f8f9fa;
}

blockquote::before {
  font-family: Arial, sans-serif;
  content: "“";
  font-size: 4em;
  position: absolute;
  color: #6c757d;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

.navbar-light .navbar-brand {
  font-family: "Montserrat", sans-serif;
  color: #215a00;
}
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.7);
}

code {
  font-family: Menlo, Monaco, Consolas, monospace;
  border: 1px solid #ccc;
  color: #4d4d4c;
  padding: 2px 4px;
}

.codehilite {
  border-left: 5px solid #092E20;
  margin-bottom: 1rem;
}
.codehilite pre {
  padding: 0;
  margin: 0;
}

pre code {
  display: block;
  background: white;
  line-height: 1.5;
  padding: 10px;
  overflow: auto;
}

.codehilitetable {
  table-layout: fixed;
  max-width: 100%;
}
.codehilitetable .linenos {
  width: 2em;
}
.codehilitetable .linenos .linenodiv pre {
  color: #aaa;
}

/* Tomorrow Theme for Codehilite */
.codehilite {
  background: #ffffff;
  margin-bottom: 1rem;
}

.codehilitetable {
  table-layout: fixed;
  max-width: 100%;
}

.codehilitetable .linenos {
  width: 2em;
}

.codehilitetable .linenos .linenodiv pre {
  color: #8e908c;
}

/* Comments */
.codehilite .c, .codehilite .ch, .codehilite .cm, .codehilite .cpf, .codehilite .c1, .codehilite .cs {
  color: #8e908c;
  font-style: italic;
}

/* Preprocessor Comments */
.codehilite .cp {
  color: #f5871f;
}

/* Keywords */
.codehilite .k, .codehilite .kc, .codehilite .kd, .codehilite .kn, .codehilite .kr, .codehilite .nt {
  color: #8959a8;
  font-weight: bold;
}

/* Keyword Type */
.codehilite .kt {
  color: #997800;
}

/* Strings */
.codehilite .s, .codehilite .sa, .codehilite .sb, .codehilite .sc, .codehilite .dl,
.codehilite .sd, .codehilite .s2, .codehilite .sh, .codehilite .s1 {
  color: #718c00;
}

/* String Interpol */
.codehilite .si {
  color: #f5871f;
  font-weight: bold;
}

/* String Escape */
.codehilite .se {
  color: #f5871f;
  font-weight: bold;
}

/* String Regex */
.codehilite .sr {
  color: #c82829;
}

/* Numbers */
.codehilite .m, .codehilite .mb, .codehilite .mf, .codehilite .mh,
.codehilite .mi, .codehilite .mo, .codehilite .il {
  color: #f5871f;
}

/* Function */
.codehilite .nf, .codehilite .fm {
  color: #4271ae;
}

/* Class Names */
.codehilite .nc, .codehilite .nn {
  color: #997800;
  font-weight: bold;
}

/* Variables */
.codehilite .nv, .codehilite .vc, .codehilite .vg, .codehilite .vi, .codehilite .vm {
  color: #c82829;
}

/* Operator */
.codehilite .o {
  color: #4d4d4c;
}

/* Operator Word */
.codehilite .ow {
  color: #8959a8;
  font-weight: bold;
}

/* Generic */
.codehilite .gd {
  color: #c82829;
} /* Deleted */
.codehilite .gi {
  color: #718c00;
} /* Inserted */
.codehilite .gh {
  color: #4271ae;
  font-weight: bold;
} /* Heading */
.codehilite .gu {
  color: #8959a8;
  font-weight: bold;
} /* Subheading */
.codehilite .gr {
  color: #c82829;
} /* Error */
.codehilite .gt {
  color: #c82829;
} /* Traceback */
/* Name */
.codehilite .na {
  color: #f5871f;
} /* Attribute */
.codehilite .nb {
  color: #4271ae;
} /* Builtin */
.codehilite .bp {
  color: #4271ae;
} /* Builtin Pseudo */
.codehilite .nd {
  color: #8959a8;
} /* Decorator */
.codehilite .ni {
  color: #4d4d4c;
  font-weight: bold;
} /* Entity */
.codehilite .ne {
  color: #c82829;
  font-weight: bold;
} /* Exception */
.codehilite .nl {
  color: #f5871f;
} /* Label */
/* Whitespace */
.codehilite .w {
  color: #4d4d4c;
}

.col-fixed {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 828px) {
  .col-fixed {
    padding: 0 !important;
    max-width: 828px !important;
  }
}
:root {
  --text-color: #444;
}

@media print {
  :root {
    --text-color: #000;
  }
}
body {
  color: var(--text-color);
}

blockquote p:last-child:not(:first-child) {
  text-align: right;
}
blockquote p:last-child:not(:first-child)::before {
  content: "— ";
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: 0.75rem 0.75rem;
  height: auto;
  min-height: calc(2.25rem + 2px);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  color: #777;
}

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  color: #777;
}

.cc-switch {
  margin-bottom: 1.5rem;
}

a.ad:hover {
  text-decoration: none;
}

.share-on-twitter .fa-twitter-x {
  color: var(--text-color);
  font-size: 2rem;
}
.share-on-twitter span {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  line-height: 1;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  font-size: 0.8em;
  text-align: left;
  pointer-events: none;
}
.share-on-twitter:hover, .share-on-twitter:focus {
  outline: none;
}
.share-on-twitter:hover .fa-twitter-x, .share-on-twitter:focus .fa-twitter-x {
  color: #000;
}
.share-on-twitter:hover span, .share-on-twitter:focus span {
  display: inline;
  opacity: 1;
}

.share-on-facebook .fa-facebook-official {
  color: var(--text-color);
  font-size: 2rem;
}
.share-on-facebook span {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  line-height: 1;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  font-size: 0.8em;
  text-align: left;
  pointer-events: none;
}
.share-on-facebook:hover, .share-on-facebook:focus {
  outline: none;
}
.share-on-facebook:hover .fa-facebook-official, .share-on-facebook:focus .fa-facebook-official {
  color: #4267B2;
}
.share-on-facebook:hover span, .share-on-facebook:focus span {
  display: inline;
  opacity: 1;
}

.share-on-linkedin .fa-linkedin-square {
  color: var(--text-color);
  font-size: 2rem;
}
.share-on-linkedin span {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  line-height: 1;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  font-size: 0.8em;
  text-align: left;
  pointer-events: none;
}
.share-on-linkedin:hover, .share-on-linkedin:focus {
  outline: none;
}
.share-on-linkedin:hover .fa-linkedin-square, .share-on-linkedin:focus .fa-linkedin-square {
  color: #0e76a8;
}
.share-on-linkedin:hover span, .share-on-linkedin:focus span {
  display: inline;
  opacity: 1;
}

.details img {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pagination {
  /* Overall pagination container */
  --pagination-primary-color: #215a00;
  --pagination-text-color: white;
  --pagination-hover-color: #215a00;
  --pagination-transparent-color: #21590033;
}

.pagination .page-item .page-link {
  color: var(--pagination-primary-color);
}

.pagination .page-item.active .page-link {
  background-color: var(--pagination-primary-color);
  color: var(--pagination-text-color);
}

.pagination .page-item:hover a.page-link {
  background-color: var(--pagination-hover-color);
  color: white;
  border: 1px solid var(--pagination-hover-color);
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: transparent;
}

.page-item.active .page-link {
  outline: none;
  border-color: var(--pagination-hover-color);
}

.page-link:focus {
  outline: none;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px var(--pagination-transparent-color); /* Soft glow effect */
}

code {
  white-space: nowrap;
}

pre code {
  white-space: pre-wrap;
}
