@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&family=Fira+Mono&display=swap");
:root {
  color-scheme: light dark; }

/*$dark-mode: false;
@import "themed.scss";

@media(prefers-color-scheme: dark) {
	$dark-mode: true;
	@import "themed.scss";
}*/
body {
  font-family: 'Barlow', sans-serif; }

p {
  line-height: 1.5; }

a {
  text-decoration: underline dotted; }

a:hover {
  text-decoration: underline; }

#header {
  background-image: url(../images/road_bg.png);
  background-size: cover;
  background-position: center;
  image-rendering: optimizeSpeed;
  image-rendering: pixelated;
  padding: 1em;
  text-align: center;
  box-shadow: 0px -3px 24px #000 inset; }

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 683px;
  height: 149px;
  width: clamp(30vw, 455px, 75vw);
  height: calc(clamp(30vw, 455px, 75vw) / 4.589);
  background-image: url(../images/logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent !important;
  image-rendering: auto; }

.steelBar {
  height: 6px;
  background: linear-gradient(to bottom, #475985, #364363 50%, #7a8cb8 51%, black); }

#sidebarNav > a, #sidebarNav > .subpages > a {
  display: block;
  text-decoration: none; }

#sidebarNav > a {
  padding: 0.25em 2em;
  margin: 0.5em 0; }
  #sidebarNav > a.hasSubpages {
    margin-bottom: 0; }

#sidebarNav > .subpages {
  padding: 0.25em 0; }
  #sidebarNav > .subpages > a {
    padding: 0.25em 2em 0.25em 3em; }

.sideblock {
  margin: 2em; }

.sbHeader {
  padding: 6px 10px;
  display: block;
  font-size: 85%;
  font-style: italic; }

.sbBody {
  padding: 6px; }
  .sbBody > a {
    display: block;
    text-decoration: none;
    padding: 4px; }

#body {
  padding: 1em 2.5em;
  box-shadow: 0px 1px 2px #000 inset;
  min-width: 0; }

@media (max-width: 799px) {
  #headerWrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500;
    height: 5em; }

  #header {
    padding: 0.5em 1em;
    height: calc(5em - 1em - 12px);
    display: flex;
    align-items: center; }

  #sidebarToggle {
    position: relative;
    border: 1px solid #000;
    font-size: 150%;
    padding: 0 0.4em 0.2em 0.4em;
    background: linear-gradient(to bottom, #0f1c3d, #294ba3);
    box-shadow: 0px 1px 0px #5c7ed6 inset, 0px -2px 1px #142652 inset, 0px 2px 0px #000;
    border-radius: 16px;
    color: #d6dff5; }
    #sidebarToggle:active {
      border: 1px solid #000;
      box-shadow: 0px 1px 0px #5c7ed6 inset, 0px -2px 1px #142652 inset;
      top: 2px; }

  .logo {
    width: auto;
    height: calc(5em - 1em - 12px);
    flex-grow: 1; }

  #sidebar {
    width: min(80vw, 16em);
    transition: left 0.5s ease-in-out;
    position: fixed;
    left: -85vw;
    top: 5em;
    bottom: 0;
    overflow-y: auto;
    z-index: 100; }
    #sidebar.visible {
      left: 0; }
      #sidebar.visible + #sidebarHider {
        display: block; }

  #sidebarHider {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

  #body {
    padding-top: 6em; } }
@media (min-width: 800px) {
  body.homepage-special #header {
    min-height: 160px;
    line-height: 150px; }

  #sidebarToggle {
    display: none; }

  #wrapperGrid {
    display: grid;
    grid-columns: 16em 1fr;
    grid-template-columns: 16em 1fr;
    grid-rows: auto auto auto; }

  #headerWrapper {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3; }

  #sidebar {
    grid-row: 2;
    grid-column: 1; }

  #body {
    grid-row: 2;
    grid-column: 2; }

  #footer {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 3; } }
#body {
  padding-bottom: 3em; }

#footer {
  padding: 4em 3em 2em 3em; }
  #footer > p {
    margin: 0; }

.home-post-list {
  padding: 0; }
  .home-post-list > li {
    list-style-type: none;
    display: grid;
    grid-columns: 1fr max-content;
    grid-template-columns: 1fr max-content;
    grid-rows: auto auto;
    margin-bottom: 1em; }

.home-post-meta {
  grid-row: 1;
  grid-column: 2;
  padding: 0.5em;
  font-weight: bold; }

.home-post-link {
  grid-row: 1;
  grid-column: 1;
  padding: 0.5em;
  text-decoration: none; }

.home-post-summary {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0.5em;
  max-height: 3.5em;
  overflow-y: hidden;
  position: relative; }
  .home-post-summary > p:first-child {
    margin-top: 0; }
  .home-post-summary > p:last-child {
    margin-bottom: 0; }
  .home-post-summary:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 16px; }

.blog-button-bar {
  margin-top: 0;
  text-align: center; }

.shiny-button {
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px; }

.blog-post-list {
  padding: 0; }
  .blog-post-list > li {
    list-style-type: none;
    display: grid;
    grid-columns: 1fr max-content;
    grid-template-columns: 1fr max-content;
    grid-rows: auto auto;
    margin-bottom: 1em;
    position: relative; }

.blog-post-meta {
  grid-row: 1;
  grid-column: 2;
  padding: 0.5em;
  font-weight: bold; }

.blog-post-link {
  grid-row: 1;
  grid-column: 1;
  padding: 0.5em;
  text-decoration: none; }
  .blog-post-link:hover + .blog-post-summary {
    display: block; }

.blog-post-summary {
  display: none;
  position: absolute;
  top: 100%;
  left: 40%;
  right: 0;
  padding: 0.5em;
  z-index: 5; }
  .blog-post-summary > p:first-child {
    margin-top: 0; }
  .blog-post-summary > p:last-child {
    margin-bottom: 0; }

@media (min-width: 800px) {
  .float-left-2 {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em; }

  .float-right-2 {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em; } }
.float-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }

.float-right {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em; }

.float-left.by-h1, .float-right.by-h1 {
  margin-top: 2.5em; }

.nimg {
  max-width: 100%; }

.big-image {
  max-height: 500px; }

hr {
  margin: 2em 0;
  border: 1px solid #6683cc; }

h1 {
  padding: 0.25em 0;
  font-weight: normal; }

h2 {
  padding: 0.25em 0;
  font-weight: normal; }

h3 {
  margin-top: 1.5em;
  padding: 0.25em 0;
  font-weight: normal; }

h1.post-title {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.post-meta {
  font-style: italic;
  text-align: right;
  margin-top: 0; }

:not(hr) + h1 {
  margin-top: 1.5em; }

h2 {
  margin-top: 1.5em; }

pre {
  max-height: 15em; }

#body li {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

p > code, li > code, td > code {
  box-sizing: border-box;
  border-style: solid;
  border-width: 3px 6px;
  border-radius: 4px; }

#body > p > a[rel="lightbox"] > img {
  max-width: 100%; }

blockquote, .notices {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 0.5em 0.5em 2em; }
  blockquote > p:only-child, .notices > p:only-child {
    margin: 0; }
  blockquote > p:first-child, .notices > p:first-child {
    margin-top: 0; }
  blockquote > p:last-child, .notices > p:last-child {
    margin-bottom: 0; }

.notices {
  margin: 2em 0;
  padding-left: 1em; }

code {
  font-family: 'Fira Mono', monospace;
  font-size: 90%; }

#body > table {
  overflow-x: auto;
  display: block; }
  #body > table th {
    padding: 0.5em 1em;
    white-space: nowrap; }
  #body > table td {
    padding: 0.5em 1em; }

.spacer {
  height: 1.5em; }

@media (max-width: 599px) {
  .home-icon-block {
    margin: 0 auto; } }
@media (min-width: 600px) {
  .home-layout {
    padding-top: 1em;
    display: grid;
    grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr; }

  .home-about-blurb {
    min-width: 0;
    padding-left: 2em; }
    .home-about-blurb > p:first-child {
      margin-top: 0; } }
.home-icon-block {
  width: 150px; }
  .home-icon-block > img {
    width: 150px;
    border-radius: 20px; }

.home-icon-credit {
  text-align: right;
  font-size: 85%;
  font-style: italic; }

.projects-special td {
  vertical-align: top; }

.projects-special td:last-child > a {
  white-space: nowrap; }

iframe {
  max-width: 100%; }

#body > table.pizzaSideTable {
  border-collapse: separate;
  overflow: auto;
  height: 800px;
  max-height: 60vh;
  position: relative; }
  #body > table.pizzaSideTable th {
    position: sticky; }
  #body > table.pizzaSideTable thead th {
    min-width: 1em;
    top: 0;
    border-right: 0;
    z-index: 1; }
    #body > table.pizzaSideTable thead th:first-child {
      left: 0;
      z-index: 2; }
    #body > table.pizzaSideTable thead th:not(:first-child) {
      border-left: 0; }
  #body > table.pizzaSideTable tbody th {
    left: 0;
    z-index: 0;
    white-space: normal;
    min-width: 20em;
    border-top: 0; }
  #body > table.pizzaSideTable td {
    border-left: 0;
    border-top: 0;
    padding: 0.1em 0;
    text-align: center;
    font-size: 150%; }
  #body > table.pizzaSideTable .dealDesc {
    font-weight: normal;
    font-size: 75%; }

tr.verticalText > th {
  height: 11em;
  vertical-align: bottom;
  overflow-y: clip; }
  tr.verticalText > th > div {
    transform: rotate(45deg);
    transform-origin: right bottom;
    right: 2em;
    position: absolute;
    bottom: 0;
    width: 25em;
    text-align: right;
    font-weight: normal; }
    tr.verticalText > th > div.bg {
      height: 2.1em;
      left: -25em;
      width: 28em;
      transform-origin: calc(100% - 3em) bottom; }
  tr.verticalText > th.corner {
    background: transparent !important; }
  tr.verticalText > th.corner > div.bg {
    transform-origin: right top;
    left: unset;
    right: 0;
    bottom: unset;
    top: 100%;
    height: 200%; }

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