@charset "UTF-8";
/*$bg-color-dark: #484848;
$border-color-dark: #404040;*/
/*$sans-font: Tahoma, Verdana, sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #a0b8cf;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Noto Sans Symbols";
  font-size: 14px;
  line-height: 1;
}

p {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 28px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

img {
  display: block;
}

li {
  line-height: 1.5;
}
li:not(:last-child) {
  margin-bottom: 6px;
}

ul {
  margin: 0.5rem 0;
}
ul:last-child {
  margin-bottom: 0;
}

.site-title {
  margin-left: 12px;
  font-size: 32px;
  font-weight: bold;
  /*font-family: $mono-font;*/
  color: rgb(58.993006993, 88.4895104895, 116.756993007);
}

.lead-text {
  font-size: 18px;
  margin-bottom: 0.5rem !important;
}

.intro-wrapper {
  display: flex;
  margin-bottom: 12px;
}
.intro-wrapper .intro-portrait {
  height: 120px;
}
.intro-wrapper .callout-arrow {
  position: relative;
  left: 1px;
  width: 12px;
  height: 12px;
  margin-top: 54px;
}
.intro-wrapper .intro-callout {
  flex: 1;
  padding: 12px;
  margin-bottom: auto;
  border-radius: 3px;
  border: 1px solid rgb(223.125, 223.125, 223.125);
}
.intro-wrapper .intro-callout p {
  line-height: 1.35;
}
.intro-wrapper .intro-callout p:not(:last-child) {
  margin-bottom: 8px;
}

.post-preview {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(223.125, 223.125, 223.125);
}

.post-info {
  margin-bottom: 12px;
}

.post-info span {
  color: #000000;
  font-weight: bold;
  /*font-size: 18px;*/
}
.post-info span:not(:last-child)::after {
  content: " •";
}

.archive-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgb(223.125, 223.125, 223.125);
  border-radius: 3px;
  margin-bottom: 12px;
}
.archive-table tr:not(:last-child) .archive-block {
  border-bottom: 1px solid rgb(223.125, 223.125, 223.125);
}
.archive-table .archive-block {
  width: 25%;
  padding: 12px;
  vertical-align: top;
  /*border: 1px solid $page-border-color;*/
}
.archive-table .archive-block:not(:last-child) {
  border-right: 1px solid rgb(223.125, 223.125, 223.125);
}
.archive-table .archive-block ul {
  padding: 0;
  margin: 0;
  padding-left: 12px;
}

.block-title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
}

#root {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 240px;
  background-image: url("/assets/img/pixelgradient.png");
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom center;
  background-size: 100% 240px;
}

#siteHeader {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #dfd0ff;
}

#pageWrapper {
  max-width: 1024px;
  margin: 0 auto;
}

#pageInnerWrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #sidebar {
    display: none;
  }
  #siteHeader {
    padding-bottom: 0;
  }
  .intro-wrapper .intro-portrait {
    width: 60px;
    height: 60px;
  }
  .mobile-nav {
    display: flex;
    margin-top: 12px;
    background-color: #ffe0c0;
  }
  .mobile-nav .nav-item {
    display: block;
    flex: 1;
    padding: 12px;
    text-decoration: none;
    text-align: center;
    color: #333333;
  }
  .mobile-nav .nav-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2666666667);
  }
  .mobile-nav .nav-item:active {
    background-color: rgb(255, 208.3154761905, 160.125);
  }
  #page {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  #sidebar {
    min-height: 100%;
  }
  .sidebar-nav {
    padding: 8px;
    margin: 8px;
    background-color: rgba(223, 208, 255, 0.5019607843);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2666666667);
  }
  .sidebar-nav .img-button {
    display: block;
    margin-bottom: 8px;
  }
  .sidebar-nav .nav-item {
    display: block;
    /*&:not(:last-child) {*/
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
    /*}*/
  }
  .mobile-nav {
    display: none;
  }
}
/*.sidebar-nav .nav-item {
  &:first-child {
    border-top-left-radius: 3px;
  }

  &:not(:last-child) {
    border-bottom: 1px solid $page-border-color;
  }

  &:last-child {
    box-shadow: 0 1px 0 $bg-border-color;
    border-bottom-left-radius: 3px;
  }
}*/
.header-nav {
  display: flex;
  margin-left: auto;
}

/*.sidebar-nav .nav-item,*/
.header-nav .nav-item {
  display: block;
  padding: 8px 12px;
  border-left: 2px solid rgb(223.125, 223.125, 223.125);
  background-color: #ffffff;
  color: #333333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.header-nav .nav-item.color-1 {
  border-left-color: #e04040;
}
.header-nav .nav-item.color-1:hover {
  background-color: #e04040;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}
.header-nav .nav-item.color-2 {
  border-left-color: #40e060;
}
.header-nav .nav-item.color-2:hover {
  background-color: #40e060;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}
.header-nav .nav-item.color-3 {
  border-left-color: #8080e0;
}
.header-nav .nav-item.color-3:hover {
  background-color: #8080e0;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}
.header-nav .nav-item.color-4 {
  border-left-color: #f0e040;
}
.header-nav .nav-item.color-4:hover {
  background-color: #f0e040;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}
.header-nav .nav-item.color-5 {
  border-left-color: #80e0e0;
}
.header-nav .nav-item.color-5:hover {
  background-color: #80e0e0;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}
.header-nav .nav-item.color-6 {
  border-left-color: #e080e0;
}
.header-nav .nav-item.color-6:hover {
  background-color: #e080e0;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2666666667);
}

.motd-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.motd-wrapper #motd {
  display: inline-block;
  margin: auto;
  font-style: italic;
  line-height: 1.5;
}

.header-nav .nav-item {
  /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
  font-size: 18px;
  margin-left: 1px;
  min-width: 5rem;
}

#page {
  flex: 1;
  padding: 12px;
  margin: 8px;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgb(117.6486013986, 152.3479020979, 185.6013986014);
  /*border-top-left-radius: 0;*/
}

@media only screen and (max-width: 768px) {
  #page {
    border-radius: 0;
  }
}
#siteFooter {
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgb(223.125, 223.125, 223.125);
  background-color: #ffffff;
}

.badge-row {
  font-size: 0;
}

.badge-row img {
  display: inline-block;
  margin-right: 4px;
}

.badge-row:not(:last-child) {
  margin-bottom: 4px;
}

.footer-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.footer-row > a {
  display: block;
}
.footer-row > a:not(:last-child)::after {
  content: "•";
  margin: 0 8px;
  color: #333333;
  text-decoration: none;
}

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