html {
  height: 100%;
  background-color: #000;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font: 400 17px/1.8 "Lato", sans-serif; }

body {
  height: 100%;
  -webkit-appearance: none;
  background-color: #000;
  color: #ccc; }

a {
  color: #cf6363;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #cf6363; }
  a:hover {
    color: #cf6363;
    text-decoration-style: solid;
    text-decoration-color: #752424 !important; }
  a:visited {
    color: #c94f4f !important;
    text-decoration-color: black;
    text-decoration-style: none;
    text-decoration: none; }

table {
  color: #ccc;
  /* responsive */
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

tbody tr:nth-of-type(even) {
  background-color: #0c0c0e; }

tbody tr:hover {
  background-color: #404040; }

thead tr {
  background-color: #4e1818;
  font-weight: bolder; }

thead tr:hover {
  background-color: #752424; }

thead tr:hover {
  color: #fff; }

tbody tr:hover {
  color: #fff; }

td, th {
  padding: 0.7rem;
  vertical-align: top; }

table, img {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

p img, p pre {
  margin-bottom: 0.2rem !important; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem;
  padding-top: 4.2rem;
  margin-top: -1rem; }

h1 {
  margin-top: 0px; }

img {
  width: 100%;
  max-width: 100vw;
  height: auto;
  border-radius: 5px; }

code {
  color: var(--primary-light); }

iframe {
  max-width: 100%; }

figure > picture > img, figure > img {
  margin-bottom: 0rem !important;
  margin-top: 0px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

figure {
  background-color: #141617;
  border-radius: 5px;
  padding-top: 0px !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  border: 1px solid #333; }

figcaption {
  padding: 1rem; }

video {
  width: 100%; }

.content {
  background-color: #1a1c1d; }

.bg-darker {
  background-color: #141617; }

#btnTop {
  /* Hidden by default */
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  /* Make sure it does not overlap */
  z-index: 99;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #666666;
  border-style: solid;
  padding: 5px 15px 9px 15px;
  border-radius: 10px; }

#btnTop:hover {
  /* Add a dark-grey background on hover */
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #ccc;
  padding: 3px 15px 11px 15px; }

.pm-0 {
  padding: 0 !important;
  margin: 0 !important; }

iframe {
  border: none; }

.footer {
  color: #ccc;
  background-color: #000;
  text-align: center;
  margin-bottom: 0;
  z-index: 3;
  position: relative; }
  .footer .fa {
    padding-left: 5px;
    padding-right: 5px;
    color: #ccc;
    /* height: 30px; */
    width: auto;
    opacity: .75;
    font-size: 2rem; }
    .footer .fa:hover {
      color: #fff; }
  .footer p {
    font-size: .95rem; }

.about {
  border-top: 4px solid var(--bg-darker); }
  .about h1, .about h2, .about h3, .about h4, .about h5, .about h6 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 0rem;
    padding-top: 0rem; }
  .about img {
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 0px;
    height: 100%; }

.padding-about {
  padding-left: 1.5rem; }

@media (min-width: 768px) {
  .padding-about {
    padding-left: 8rem; } }

.task-list-item {
  list-style-type: none !important; }

.task-list-item input[type="checkbox"] {
  margin: 0 4px 0.25em -20px;
  vertical-align: middle; }

.task-list-control {
  /* Ensure label is inline incase theme sets it to block.*/
  display: inline; }

.task-list-control {
  position: relative;
  display: inline-block;
  color: #555;
  cursor: pointer; }

.task-list-control input[type="checkbox"] {
  position: absolute;
  /* Put the input behind the label so it doesn't overlay text */
  z-index: -1;
  display: block;
  content: "\f058";
  font-family: FontAwesome;
  color: #1EBB52; }

.task-list-indicator {
  position: absolute;
  top: -9px;
  left: -18px;
  display: block;
  width: 14px;
  height: 14px; }

.task-list-control input[type="checkbox"] + .task-list-indicator::before {
  display: block;
  font-size: 1.1rem;
  content: "\f111";
  font-family: FontAwesome;
  color: #333; }

.task-list-control input[type="checkbox"]:checked + .task-list-indicator::before {
  content: "\f058";
  color: #199a44; }

.header {
  position: relative; }
  .header h1 {
    position: absolute;
    bottom: 0px;
    font-weight: bolder;
    color: #fff; }

.header-image {
  height: 400px;
  background-attachment: fixed;
  background-position: 50% 160%;
  background-repeat: no-repeat;
  background-size: cover; }

.sidebar-container {
  background-color: #141617; }

#sectionnav {
  padding-bottom: 3rem; }

.sidebar {
  position: static;
  padding-left: 2rem;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  width: inherit;
  overflow-y: auto;
  max-height: 90%; }
  .sidebar a {
    color: #ccc;
    text-decoration-line: none;
    width: 100%;
    display: block;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 1rem;
    border-left: 3px solid #4e1818 !important; }
    .sidebar a:visited {
      color: #ccc !important; }
    .sidebar a:hover {
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-color: #cf6363 !important;
      color: #fff;
      border-color: #cf6363 !important; }
    .sidebar a.current {
      border-color: #cf6363 !important;
      color: #fff; }
  .sidebar h4 {
    margin-bottom: 1rem; }
  .sidebar h5 {
    margin-bottom: 0; }
  .sidebar h6 {
    font-weight: 400; }
  .sidebar h4, .sidebar h5, .sidebar h6 {
    padding: 0;
    margin: 0;
    margin-bottom: .5rem; }
  .sidebar ul {
    list-style: none;
    padding: 0;
    padding-left: 1.2rem;
    margin: 0; }
  .sidebar li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; }

@media (max-width: 768px) {
  .sectionnav-container, #sectionnav {
    display: none !important; } }

.navbar {
  transition: background-color 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.nav-link, .navbar-brand {
  color: #ccc !important;
  text-decoration: none; }
  .nav-link:visited, .navbar-brand:visited {
    color: #ccc !important; }
  .nav-link:hover, .navbar-brand:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #cf6363 !important;
    color: #fff !important; }

.navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15); }
  .navbar-toggler:hover {
    border-color: rgba(255, 255, 255, 0.4); }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.nav_logo {
  padding: 0px !important;
  margin: 0 !important;
  border-bottom: 1px solid #0000;
  border-radius: 0px; }
  .nav_logo:hover {
    border-bottom: 1px solid #cf6363 !important; }

.blog_preview a {
  color: #ccc !important;
  text-decoration: none; }

.blog_preview a:visited {
  color: #ccc !important; }

.blog_preview h3, .blog_preview h4, .blog_preview h5, .blog_preview h6 {
  display: none; }

.blog_preview h2 {
  padding-top: 0;
  font-size: 2rem; }

.blog_preview p {
  margin-bottom: 0;
  padding-bottom: 1rem; }

.blog_preview:hover {
  background-color: #141617; }

span.read-more {
  color: #cf6363;
  text-decoration: none; }

a:hover span.read-more {
  color: #cf6363;
  text-decoration: underline; }

.date {
  font-size: 0.7rem; }

.row-margin {
  margin-left: -15px; }

.blog_h1 {
  padding-top: 0; }

pre {
  margin: 0;
  padding: 5px 10px 5px 10px;
  tab-width: 4;
  tab-space: 4;
  white-space: pre-wrap; }

table.highlighttable {
  /* scrollable */
  max-height: 340px;
  /* border */
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #141617; }
  table.highlighttable td {
    padding: 0; }
  table.highlighttable tr:hover {
    background-color: #141617; }

.linenos pre {
  background-color: #141617;
  color: #75715e; }

.code pre {
  border-left: 1px solid #333; }

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