@charset "UTF-8";
@font-face {
  font-family: "Mostra Nuova";
  src: url("f/MostraNuova-Regular.eot");
  src: url('f/MostraNuova-Regular.eot?#iefix') format('embedded-opentype'), url('f/MostraNuova-Regular.woff2') format('woff2'), url('f/MostraNuova-Regular.woff') format('woff'), url('f/MostraNuova-Regular.ttf') format('truetype'), url('f/MostraNuova-Regular.svg#mostra_nuova_regular') format('svg');
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Small-scale page structure */
.page-header, .post-header {
  padding: 20px 0;
}

.page-header h1, .post-header h1, .post-header h2 {
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
  margin: 0;
}

.entry-meta {
  display: block;
  width: auto;
  float: right;
  font-size: 12px;
  font-style: italic;
}

.widget > h3 {
  font-size: 1.5em;
}

.widget > ul {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1em;
}

.pager {
  list-style: none;
  margin: 18px 0;
  text-align: center;
  zoom: 1;
}

.pager:before, .pager:after {
  content: "";
  display: table;
}

.pager:after {
  clear: both;
}

.pager > a {
  font-size: smaller;
  font-style: italic;
  display: inline-block;
}

.pager > a[rel="next"] {
  float: right;
}

.pager > a[rel="prev"] {
  float: left;
}

nav ul, nav ol {
  list-style: none;
}

/* Overall layout */
body {
  background: url("chevrons.svg") #e0e6ea;
}

#main {
  max-width: 48em;
  line-height: 1.3;
  padding: 0.1px 1em;
  background-color: #f0f3f4;
  background-clip: padding-box;
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: transparent;
  border-color: initial;
  /* work around Safari 10 bug */
  border-image-source: url(corner.svg);
  border-image-slice: 18 0 0 83;
  border-image-width: 18px 0 0 83px;
  border-image-outset: 0 0 0 65px;
}

#sidebars {
  font-size: 80%;
  padding: 1em 0;
  margin: 0 1em;
  max-width: 60.46875em;
}

#content-info {
  font-size: 80%;
  padding: 1em 0;
  margin: 0 1em;
  max-width: 60.46875em;
  border-top: 1px solid #333;
}

#banner {
  padding: 0.1px 0.5em;
  position: relative;
  /* abspos container */
}

#brand {
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 3em;
}

.topbar-left, .topbar-right {
  margin: 0;
  padding: 0;
  font-size: 80%;
  position: absolute;
  bottom: 0.5em;
}

.topbar-left {
  left: 0.625em;
}

.topbar-right {
  text-align: right;
  left: 15em;
}

@media screen and (max-width: 273px) {
  #brand {
    text-align: center;
  }
  .topbar-right {
    left: auto;
    right: 0.625em;
  }
}

@media screen and (max-width: 360px) {
  #main {
    font-size: 90%;
    border-left: 0;
    border-image-width: 18px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  @supports (flex-wrap: wrap) {
    body {
      display: flex;
      flex-wrap: wrap;
      /* The owl is coded here because it appears under the left margin of
         the banner, which you can't do with a background on the
         banner itself. */
      background: url("cbot-owl.svg") 7px 6px no-repeat, url("chevrons.svg"), #e0e6ea;
    }
    #banner, #content-info {
      flex: 1 100%;
    }
    #banner {
      order: 1;
      margin-left: 250px;
    }
    #sidebars {
      flex: none;
      order: 2;
      width: 143px;
      border-top: none;
    }
    #main {
      flex: auto;
      order: 3;
      width: calc(100% - 250px);
    }
    #content-info {
      order: 4;
      margin-top: 0;
      margin-left: 224px;
      border-top: none;
    }
  }
}

@media print {
  .topbar, .pager, #sidebars, #brand {
    display: none;
  }
  #main {
    border: none;
  }
  .page-header h1::after,
.post-header h1::after {
    content: " | Owl’s Portfolio";
  }
  a {
    color: black !important;
    text-decoration: none !important;
    border-bottom: none !important;
  }
}

#comments, #respond, #submit {
  clear: both;
  display: block;
}

.commentlist, .children {
  list-style-type: none;
}

.commentlist {
  padding-left: 0;
}

.children {
  padding-left: .5em;
}

.avatar {
  float: left;
  margin-right: 10px;
}

li.comment {
  border-left: 2px solid #cdc8bf;
  margin-bottom: .75em;
}

li.comment.comment-author-zackw {
  border-left-color: #c7d2cf;
}

.comment-author {
  font-size: 90%;
  padding: 4px 0 4px 4px;
  min-height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #cdc8bf;
  line-height: 1;
}

.comment-author-zackw > article > .comment-author {
  background-color: #c7d2cf;
}

.comment-author > cite {
  display: block;
}

.comment-author > time {
  display: block;
  padding-top: 2px;
}

.comment-edit-link {
  display: block;
  float: right;
  margin-top: -2em;
  margin-right: .5em;
}

section.comment {
  clear: left;
  margin-left: 1ex;
  margin-top: 1ex;
}

.comment-reply-link {
  margin-left: 1ex;
  font-size: 95%;
}

#respond > h3 {
  border-bottom: 1px solid #610505;
}

#commentform {
  margin: 0 1em 3em 1em;
}

#commentform label {
  padding-left: 0.5em;
}

#commentform input {
  display: inline-block;
  width: 40%;
}

#commentform textarea {
  width: 95%;
  min-height: 12em;
  resize: vertical;
}

.cclosed {
  font-weight: normal;
  font-style: italic;
  font-size: 1.17em;
  margin: 1em 0;
}

.alert {
  background-color: #c6c1c5;
  border-radius: 4px;
  margin: 18px 0;
  padding: 8px 35px 8px 14px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  font-family: "Noto Serif", "Droid Serif", "Georgia", "Utopia", "Charter", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mostra Nuova", sans-serif;
  font-weight: normal;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

nav a,
#brand a,
#content-info a,
.entry-title a,
.comment-author a {
  text-decoration: none;
  border-bottom-style: none;
}

a {
  color: #1d0ac2;
  border-bottom-color: #bdb6fb;
}

a:visited {
  color: #3a0f57;
  border-bottom-color: #d3a8f0;
}

a:hover {
  color: #b82514;
  border-bottom-color: #f08275;
}

@supports (text-decoration: underline #bdb6fb) {
  a {
    text-decoration: underline #bdb6fb;
    border-bottom-style: none;
  }
  a:visited {
    text-decoration: underline #d3a8f0;
    border-bottom-style: none;
  }
  a:hover {
    text-decoration: underline #f08275;
    border-bottom-style: none;
  }
}

@supports (text-decoration: underline dotted) {
  abbr[title] {
    text-decoration: underline dotted;
    border-bottom-style: none;
  }
}

/* Paragraph-level formatting */
address {
  display: inline;
}

p {
  margin: 0 0 0.5em 0;
}

blockquote, pre {
  font-size: 95%;
  background-color: #e2e7e9;
  padding: .5em;
  margin: 1em 2em 1em 10px;
  box-shadow: inset 1px 1px 2px -1px rgba(255, 255, 255, 0.4), 1px 1px 2px -1px rgba(0, 0, 0, 0.4);
}

blockquote {
  font-style: italic;
}

blockquote i, blockquote em, blockquote cite, blockquote var, blockquote dfn {
  font-style: normal;
}

pre {
  min-width: calc(100% - (1em + 1em + 10px));
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
}

blockquote *:first-child {
  margin-top: 0;
}

blockquote *:last-child {
  margin-bottom: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 3em auto 1em auto;
  border: 1px solid black;
  padding: 3px;
  max-width: 80%;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

figcaption {
  font-size: smaller;
  font-style: italic;
  padding: 2px 0 2px 1em;
}

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal;
}

ul, ol {
  margin: 0 0 0.75em;
  padding: 0 0 0 2em;
}

blockquote ul, blockquote ol, ul ul, ul ol, ol ul, ol ol {
  padding-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 2em;
}

blockquote dd {
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  margin: 0 20px 20px 0;
  float: left;
}

.alignright {
  margin: 0 0 20px 20px;
  float: right;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 2em 0.5em 2em;
  padding: 0 5px;
}

td, th {
  vertical-align: baseline;
  text-align: right;
  padding: 3px 5px;
}

thead th {
  text-align: center;
}

tbody > tr:nth-child(even) {
  background-color: #e2e7e9;
}

thead > tr:last-child > th, thead > tr:last-child > td {
  border-bottom: 1px solid black;
}
