@charset "UTF-8";
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-LightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/Merriweather-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-LightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-ExtraBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "MerriweatherSans";
  src: url("/assets/fonts/MerriweatherSans-ExtraBoldItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-variant: normal;
}
@font-face {
  font-family: "PTMono";
  src: url("/assets/fonts/PTM55F.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "PTMono";
  src: url("/assets/fonts/PTM75F.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
html {
  background: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
  font-family: Merriweather;
  font-size: 16px;
}

body {
  margin: 0;
  -webkit-text-size-adjust: none;
}

a {
  color: rgb(96, 125, 139);
  text-decoration: none;
}

hr {
  width: 33%;
  margin-top: 3ex;
  margin-bottom: 3ex;
}

code, tt, pre {
  font-family: PTMono;
}

div.big-logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
div.big-logo img {
  height: 500px;
  max-width: 95%;
  max-height: 50vh;
}

div.footer {
  text-align: center;
  margin-top: 3ex;
  margin-bottom: 3ex;
}
div.footer .item:not(:first-child):before {
  content: " · ";
}

div.header {
  background: rgb(96, 125, 139);
  color: rgb(255, 255, 255);
  font-family: MerriweatherSans;
  padding: 10px 25px;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2;
}
@supports (padding-left: max(0px, 1px)) {
  div.header {
    padding-left: max(25px, env(safe-area-inset-left));
    padding-right: max(25px, env(safe-area-inset-right));
  }
}
div.header a {
  color: rgb(255, 255, 255);
}
div.header div.logo, div.header div.menu {
  display: inline-block;
  vertical-align: middle;
}
div.header div.logo {
  padding-right: 25px;
}
div.header img.logo {
  height: 60px;
}
div.header div.menu div.main {
  font-size: 24px;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  div.header div.menu .sub .item.optional:not(.active) {
    display: none;
  }
}
@media (min-width: 735px) {
  div.header .item:not(:first-child):before {
    content: " · ";
  }
}
div.header .item.active {
  font-weight: bold;
}
@media (max-width: 734px) {
  div.header .item.inactive {
    display: none;
  }
}

div.header-placeholder {
  height: 80px;
}

@media (min-width: 735px) {
  div.hamburger {
    display: none;
  }
  div.hamburger-menu {
    display: none;
  }
}
input.btn {
  display: none;
}

@media (max-width: 734px) {
  div.hamburger {
    position: fixed;
    top: 0;
    right: 0;
  }
  div.hamburger div.navicon {
    text-align: center;
    margin-right: 1.5ex;
    margin-top: 10px;
    font-size: 24px;
  }
  div.hamburger span.navicon {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin-right: 1.5ex;
    margin-top: 10px;
    transition: opacity 0.5s ease-out;
  }
  div.hamburger span.navicon.open {
    opacity: 1;
  }
  div.hamburger span.navicon.close {
    opacity: 0;
    top: 4px;
  }
  div.hamburger span.navicon.open:before {
    content: "☰";
  }
  div.hamburger span.navicon.close:before {
    content: "✕";
  }
  .btn:checked ~ div.header span.navicon.open {
    opacity: 0;
  }
  .btn:checked ~ div.header span.navicon.close {
    opacity: 1;
  }
  div.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    background: rgb(96, 125, 139);
    color: rgb(255, 255, 255);
    font-family: MerriweatherSans;
    overflow: hidden;
    height: 0;
    transition: height 0.2s ease-out;
  }
  div.hamburger-menu a {
    color: rgb(255, 255, 255);
  }
  div.hamburger-menu nav.menu {
    margin: 80px 25px 1em;
  }
  div.hamburger-menu ul {
    padding: 0;
    list-style: none;
  }
  div.hamburger-menu li {
    list-style: none;
    padding: 1em 0;
    border-bottom: 1px solid #90a4ae;
  }
  div.hamburger-menu li:first-child {
    border-top: 1px solid #90a4ae;
  }
  div.hamburger-menu li.active {
    font-weight: bold;
  }
  div.hamburger-menu li.sub {
    padding-left: 24px;
  }
  .btn:checked ~ div.hamburger-menu {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
div.mandoc h3 {
  font-family: MerriweatherSans;
  font-size: 24px;
}
div.mandoc h4 {
  font-family: MerriweatherSans;
  font-size: 20px;
}
div.mandoc table.synopsis tr {
  vertical-align: top;
}

main#container {
  width: 100%;
}

div#container {
  max-width: 90ex;
  margin: 0 auto;
  text-align: center;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 735px) {
  div#container {
    padding-left: 5ex;
    padding-right: 5ex;
  }
  @supports (padding-left: max(0px, 1px)) {
    div#container {
      padding-left: max(5ex, env(safe-area-inset-left));
      padding-right: max(5ex, env(safe-area-inset-right));
    }
  }
}
@media (max-width: 734px) {
  div#container {
    padding-left: 1em;
    padding-right: 1em;
  }
  @supports (padding-left: max(0px, 1px)) {
    div#container {
      padding-left: max(1em, env(safe-area-inset-left));
      padding-right: max(1em, env(safe-area-inset-right));
    }
  }
}

div#page {
  text-align: left;
}

h1.title {
  margin-top: 3ex;
  margin-bottom: 0ex;
  font-family: MerriweatherSans;
}

h2.date {
  color: #435861;
  font-size: 16px;
  margin-top: 1ex;
  margin-bottom: 3ex;
}

body.home {
  width: 100%;
}

div.project-index {
  text-align: center;
}

div.project-state {
  margin-top: 30px;
  margin-bottom: 10px;
  max-width: 100%;
  margin-left: 1ex;
  margin-right: 1ex;
}
div.project-state .title {
  color: #435861;
  font-family: MerriweatherSans;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 0.5ex;
}
div.project-state .tagline {
  color: #435861;
  font-weight: bold;
  font-size: 100%;
}

div.project-box {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.9);
  height: 200px;
  box-shadow: 0 10px 6px -6px rgba(12, 46, 82, 0.5);
  border-color: rgba(96, 125, 139, 0.15);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  margin: 20px;
}
@media (max-width: 431px) {
  div.project-box {
    width: 75%;
  }
}
@media (min-width: 430px) {
  div.project-box {
    width: 350px;
  }
}
div.project-box .title {
  font-family: MerriweatherSans;
  font-weight: bold;
  font-size: 200%;
}
div.project-box .tagline {
  font-weight: normal;
  font-size: 100%;
}

div.NeoPop-screenshots {
  text-align: center;
  margin-bottom: 1ex;
}
div.NeoPop-screenshots .title {
  padding-bottom: 2ex;
}
div.NeoPop-screenshots div.screenshot {
  display: inline-block;
}

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