@font-face {
  font-family: "JuliaMono-Regular";
  src: url("/JuliaMono-Regular.woff2") format("woff2"); }

.primary-color {
  color: #e14eea; }

.public-top-menu {
    text-align: right;
}

.width-95 {
  width: 95%; }

.bold {
  font-weight: bold; }

figure { margin: 30px 0; } 
figure img { max-width: 100% }

blockquote {
  border-left: 3px solid #32cd32;
  margin-left: 0;
  padding-left: 1.5em; }

.muted {
  color: #93a1a1; }

.light-background {
  background: #003d4d; }

body {
  font-family: "JuliaMono-Regular", monospace;
  font-size: 18px;
  line-height: 1.6;
  background: #181818;
  color: #dedede;
  margin: 0;
  padding: 0 30px;
  display: flex;
  flex: 1; 
  min-height: 100vh;
  flex-direction: column; }

a {
  text-decoration: none; }

a:hover {
text-decoration: underline; }

dl {
  display: flex; }
  dl dt {
    width: 200px;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  dl dd {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    dl dd p {
      display: inline; }

div.highlight {
  background: #002B36;
  padding: 0 10px;
  overflow: auto;
  display: block;
  margin: 20px 0; }

.box {
  padding: 0 20px; }

h1 {
  color: #32cd32;
}

code {
  font-family: "JuliaMono-Regular", monospace;
  background: #3b3b3b;
}

pre code {
    display:block;overflow-x:auto;padding:1em;
}

.form input, .form select, .form textarea {
  font-size: 20px;
  border: 0;
  padding: 5px;
  background: #003d4d;
  color: #ccc; }
  .form input:focus, .form select:focus, .form textarea:focus {
    outline: 1px solid #32cd32; }

.form input[type=submit] {
  font-size: 20px;
  outline: none;
  background: #e14eea;
  color: #111;
  padding: 5px 12px;
  cursor: pointer; }

header .title {
font-size: 1.3em;
text-decoration: none; }
header .title .handle {
  font-size: 0.85em;
  color: #93a1a1; }
header .counter {
color: #93a1a1; }
header .summary a:hover {
text-decoration: underline; }

a {
  color: #e14eea; }
  a:hover {
    color: #32cd32; }

#content {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto; }

.centered {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center; }
  .centered div {
    display: block; }

footer {
  display: flex;
  flex: 1;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  color: #777777; }
  footer p {
    margin: 0; }

.actor-box {
  display: flex;
  column-gap: 20px;
  margin: 10px 0; }
  .actor-box .icon-box {
    flex: 0 0 50px; }
  .actor-box .actor-handle {
    font-size: 0.85em;
    line-height: 1em;
    color: #93a1a1; }
  .actor-box .actor-icon {
    max-width: 50px; }

#articles {
  list-style-type: none;
  margin: 30px 0;
  padding: 0 20px; }
  #articles li {
    display: block; }
    #articles li span {
      padding-right: 10px; }

.no-margin-top {
  margin-top: 0; }

.float-right {
  float: right; }

nav.flexbox ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

nav.flexbox ul li {
  margin-right: 20px; }
  nav.flexbox ul li:last-child {
    margin-right: 0px; }

nav.flexbox a:not(.label-btn) {
  color: #e14eea;
  text-decoration: none; }
  nav.flexbox a:not(.label-btn):hover, nav.flexbox a:not(.label-btn):active {
    color: #32cd32;
    text-decoration: underline; }

nav.flexbox a.active:not(.label-btn) {
  color: #32cd32;
  font-weight: bold; }

.post-published, .post-summary, .post-details {
  color: #b9b9b9;
}

figcaption {
    color: #777777;
}
