@charset "UTF-8";
body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.8; }

code,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif; }

li > code,
p > code {
  font-size: 75%;
  background: #eee;
  padding: 0 2px;
  border-radius: 2px; }

a {
  text-decoration: none; }
  .site-footer a,
  main section a {
    color: #eee; }
    .site-footer a:focus, .site-footer a:hover,
    main section a:focus,
    main section a:hover {
      color: #aeaeae; }

main ol,
main p,
main pre,
main ul {
  margin: 0 0 1rem; }

main li,
main p {
  max-width: 900px; }

main ul {
  list-style: none;
  padding: 0; }

main ol li,
main ul li {
  margin: 0 0 0.5rem; }

nav h4 {
  font-family: Helvetica, Arial, sans-serif; }

body {
  margin: 0;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: min-content auto min-content;
  /*
    1   2       3
  1┌	 ┬─	─	─┐
   │  │       │
  2├─┼────┤
   │  │      │
   │  │      │
  3├─┼────┤
  4└─┴────┘
  */ }
  @media (max-width: 700px) {
    body {
      grid-template-columns: 1fr; } }

/* grid-area: row-start / column-start / row-end / column end */
.sidebar-nav {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0 0 2rem; }

main {
  grid-area: 2 / 2 / 3 / 3;
  padding: 0 3em 10em; }

.site-header {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center; }

.site-footer {
  grid-area: 3 / 1 / 4 / 3;
  display: flex; }
  .site-footer > div {
    padding: 4rem 1.5rem; }
    .site-footer > div:first-child {
      margin-right: auto; }
    .site-footer > div span {
      display: block; }
  @media (max-width: 700px) {
    .site-footer {
      display: block;
      padding-bottom: 2rem; }
      .site-footer > div {
        padding: 2rem 1rem 0 2rem; } }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }
  a:hover {
    color: #e94470 !important; }

.progress {
  background: linear-gradient(to right, #e94470 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1; }

body {
  background: #120b1a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%239C92AC' fill-opacity='0.025'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
  color: white;
  padding: 0 15vw;
  line-height: 2em;
  font-weight: 400; }
  @media (max-width: 700px) {
    body {
      padding: 0; } }

.site-header {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .site-header h1 {
    display: none; }
    @media (max-width: 700px) {
      .site-header h1 {
        display: initial;
        font-size: 2em;
        font-weight: 700;
        font-style: italic;
        line-height: 1;
        color: #120b1a;
        text-shadow: 1px 1px 0 #e94470, -1px -1px 0 #e94470, 1px -1px 0 #e94470, -1px 1px 0 #e94470; } }
  .site-header p {
    font-size: 125%;
    line-height: 1;
    margin: 0; }
  .site-header a {
    color: white; }
  @media (max-width: 700px) {
    .site-header {
      margin: 0;
      padding: 2rem;
      display: initial; } }

.logo {
  margin: 2em 0; }
  .logo a h1 {
    display: inline-block;
    padding: 25px;
    margin: 0;
    font-size: 2em;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    border: 1px solid #e94470;
    color: #120b1a;
    text-shadow: 1px 1px 0 #e94470, -1px -1px 0 #e94470, 1px -1px 0 #e94470, -1px 1px 0 #e94470;
    float: right; }
  @media (max-width: 700px) {
    .logo a {
      display: none; } }

section {
  color: white;
  margin-bottom: 5em; }
  section h2#about {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 4em;
    margin: 0 0 1em;
    line-height: 1em; }
  section p {
    font-family: "Roboto Slab";
    font-weight: 100;
    font-size: 1.5em; }
  @media (max-width: 700px) {
    section {
      margin-left: 0; } }

section h2 {
  margin-bottom: 2em; }

.list h2 {
  margin-bottom: 1em; }

.postmeta {
  font-style: italic;
  color: #ddd; }

article {
  margin-bottom: 2em; }

article img {
  width: 100%;
  display: none;
  margin-bottom: 2em; }

a.image-preview {
  float: right;
  opacity: 0.5; }

a.image-preview:hover {
  opacity: 1; }

.browser {
  border: 1px solid #e94470;
  border-radius: 5px;
  margin-bottom: 2em; }

.browser .browser-header {
  padding: 0 5px;
  height: 25px;
  line-height: 20px;
  background: transparent; }

.browser .browser-header .button {
  height: 8px;
  width: 8px;
  border-radius: 512px;
  border: 1px solid #e94470;
  background: transparent;
  display: inline-block;
  margin-right: 1px; }

.browser .browser-content {
  /* min-height: 800px; */
  position: relative; }

.browser .browser-content img {
  display: block;
  margin: 0;
  border-top: 1px solid #e94470; }

.archive-links {
  list-style: none; }
  .archive-links li {
    padding: 1em 0; }
    .archive-links li:hover {
      background: #1a1026;
      border-radius: 5px;
      padding: 1em; }
  .archive-links a.archive-info {
    opacity: 0.5;
    margin-left: 0.1em;
    float: none; }
    .archive-links a.archive-info:hover {
      opacity: 1; }

.toggle-content {
  display: none; }

.toggle-content.is-visible {
  display: block; }

h2,
h3 {
  position: relative; }

h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 0;
  transition: 0.4s; }

h3 {
  color: #e94470;
  font-size: 1.9rem; }

h4 {
  font-size: 1.6rem; }

.sidebar-nav {
  color: white;
  position: relative;
  z-index: 1; }
  .sidebar-nav h4 {
    padding: 1rem;
    margin: 0.5rem 0 0;
    font-size: 1.1rem; }
    .sidebar-nav h4 a {
      color: inherit; }
      .sidebar-nav h4 a:hover {
        text-decoration: underline; }
  .sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar-nav ul li a {
      display: block;
      padding: 0.5rem 0;
      color: #eee;
      transition: 0.2s;
      text-align: right; }
      .sidebar-nav ul li a:hover {
        text-decoration: underline; }
      .sidebar-nav ul li a.current {
        color: #e94470; }
  .sidebar-nav .sticky-inside {
    position: sticky;
    top: 0; }
  .sidebar-nav .just-nav {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px); }
  @media (max-width: 700px) {
    .sidebar-nav .just-nav {
      display: none; } }

@media (max-width: 700px) {
  .Navbar,
  .Navbar__Items {
    flex-direction: column; }
  .Navbar__Items {
    display: none !important; }
  .Navbar__Items--right {
    margin-left: 0 !important; }
  .Navbar__ToggleShow {
    display: flex !important;
    align-items: center; }
  .Navbar__Link {
    padding: 0; }
  .Navbar__Link-toggle {
    display: initial !important;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #e94470;
    text-align: right; } }

.Navbar {
  display: flex;
  padding: 2em;
  font-family: sans-serif;
  color: white; }

.Navbar__Items.Navbar__Mobile {
  display: none; }

.Navbar__Link {
  padding-right: 2em; }

.Navbar__Items {
  display: flex;
  align-items: center; }

.Navbar__Items--right {
  margin-left: auto; }

.Navbar__Link-toggle {
  display: none; }

#hamburger {
  background: none;
  border: 0;
  color: white;
  margin: 0 auto;
  padding: 0.5rem;
  font-size: 150%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  @media (max-width: 700px) {
    #hamburger {
      display: block; } }

.site-footer {
  color: white; }

button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 1em; }

/* Remove the stupid outer glow in Webkit */
input:focus,
textarea:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: 1px solid #e94470;
  padding: 1em;
  margin: 1em 0;
  color: white;
  width: 100%; }

/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  border: 1px solid #e94470;
  color: #e94470;
  padding: 1em 2em;
  cursor: pointer; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  height: 10em; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }
