html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

body {
  font-family: helvetica, arial, geneva, sans-serif;
}

#content-wrapper {
  max-width: 1000px;
}

nav#top-nav {
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 1.32em;
  margin-top: 10px;
  min-width: 120px;
}
nav#top-nav > ul {
  list-style: none;
  text-align: right;
  padding: 0;
  text-transform: lowercase;
}
nav#top-nav > ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.painting-info {
  list-style: none;
  font-family: helvetica, arial, geneva, sans-serif;
}
ul.painting-info > li {
  margin-left: 0;
  margin-bottom: 5px;
}

#content p, #content ul, #content ol {
  margin-bottom: 20px;
}

.entry-content li {
  margin-left: 1.1em;
  margin-bottom: 10px;
}

#content .entry-content {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 200;
  letter-spacing: -0.04em;
}

div p:first-of-type:first-letter {
  font-size: 2.64em;
  color: #343434;
  float: left;
  margin: 0.18em 0.1em 0 0;
}

#post-list li {
  margin: 0;
}

article.hentry .divider-line {
  margin: 40px 0 40px 0;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: gray;
}

pre {
  margin-bottom: 10px;
  overflow: auto;
  padding: 6.6666666667px 10px 6.6666666667px 10px;
  line-height: 1.3em;
}

h1, h2, h3, h4 {
  color: #222222;
  font-family: helvetica, arial, geneva, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 14px 0/2;
}

h1 {
  font-size: 6.25em;
  text-transform: lowercase;
  letter-spacing: -6px;
  margin: 0 0 14px 0;
}

h2 {
  font-size: 2.42em;
  text-transform: none;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 1.55em;
  text-transform: none;
  margin: 10px 0 10px 0;
}

h4 {
  font-size: 1em;
  text-transform: none;
}

.quote {
  font-family: "Merriweather", serif;
  color: #343434;
  line-height: 1.3em;
  font-style: italic;
  font-size: 1.3em;
}
.quote > p {
  font-family: "Merriweather", serif;
}

.tech-block {
  width: 100%;
  height: 110px;
}

.logo-wrapper {
  width: 110px;
  height: 110px;
  margin: 0 20px 0 0;
  alignment: left;
  display: inline-block;
  float: left;
}

img.thumbnail, img.article-thumbnail {
  max-width: 110px;
  max-height: 110px;
  margin: auto 0 auto 0;
  vertical-align: center;
}

.h3-size {
  max-height: 0.775em;
}

.next-to-pic {
  display: inline-block;
  alignment: right;
  height: 100px;
}

.divider-line {
  border-bottom: 1px solid #bcbcbc;
  margin: 30px auto;
}

footer.post-info {
  color: #787878;
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 0.8em;
  font-style: italic;
  margin: 5px 0 10px 0;
}

section#content ol#post-list {
  list-style-type: none;
}

/* Mobile first, relying on source ordering */
.flexcontainer {
  display: flex;
}

header#banner {
  display: flex;
}

.main {
  display: flex;
}

.subdirectory {
  width: 40px;
}
.subdirectory ol {
  list-style: none;
}

footer#page-footer {
  margin: 20px 0 20px 0;
  background-color: inherit;
}

/* Larger screens */
@media screen and (min-width: 800px) {
  body {
    padding: 1.3em;
  }

  .flexcontainer {
    flex-direction: row;
  }

  header#banner {
    flex: 3 0px;
  }

  .main {
    flex: 1;
  }

  .nav#top-nav {
    order: 1;
  }

  div#content-wrapper {
    order: 2;
  }

  footer {
    order: 3;
  }

  section#content {
    margin: 20px 20px 0 20px;
    max-width: 80%;
  }
  section#content iframe {
    width: 80%;
  }

  .quote {
    max-width: 64%;
    margin: 0.5em auto;
  }

  .painting-gallery .one-painting a img {
    max-width: 700px;
    max-height: 700px;
  }

  .painting-page {
    max-width: 700px;
    max-height: 700px;
  }

  .tech-image {
    max-width: 300px;
  }
}
/* Smaller screens */
@media screen and (max-width: 799px) {
  body {
    padding: 0.7em;
  }

  h1 {
    font-size: 4.375em;
    font-spacing: 0px;
  }

  .flexcontainer {
    flex-direction: column;
  }

  nav#top-nav {
    order: 4;
    margin-top: 0px;
    border-top: 1px solid #bcbcbc;
  }
  nav#top-nav ul {
    margin: 20px 0 20px 0;
  }
  nav#top-nav li {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }

  section#content {
    margin: 5px 5px 0 5px;
    max-width: 100%;
  }
  section#content iframe {
    width: 100%;
  }

  .subdirectory {
    display: none;
  }

  .quote {
    max-width: 100%;
    margin: 0 0.2em 0 0.2em;
  }

  .painting-gallery .one-painting a img {
    max-width: 300px;
    max-height: 300px;
    display: block;
    margin: 0 auto 0 auto;
  }

  .painting-page {
    max-width: 100%;
    max-height: 100%;
  }

  .tech-image {
    max-width: 100%;
    max-height: 100%;
  }
}
/*
 * GitHub style for Pygments syntax highlighter, for use with Jekyll
 * Courtesy of GitHub.com
 */
.highlight pre, pre, .highlight .hll {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 3px;
}

.highlight .c {
  color: #999988;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .k {
  font-weight: bold;
}

.highlight .o {
  font-weight: bold;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}

.highlight .cp {
  color: #999999;
  font-weight: bold;
}

.highlight .c1 {
  color: #999988;
  font-style: italic;
}

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}

.highlight .ge {
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #800080;
  font-weight: bold;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  font-weight: bold;
}

.highlight .kd {
  font-weight: bold;
}

.highlight .kn {
  font-weight: bold;
}

.highlight .kp {
  font-weight: bold;
}

.highlight .kr {
  font-weight: bold;
}

.highlight .kt {
  color: #445588;
  font-weight: bold;
}

.highlight .m {
  color: #009999;
}

.highlight .s {
  color: #dd1144;
}

.highlight .n {
  color: #333333;
}

.highlight .na {
  color: teal;
}

.highlight .nb {
  color: #0086b3;
}

.highlight .nc {
  color: #445588;
  font-weight: bold;
}

.highlight .no {
  color: teal;
}

.highlight .ni {
  color: purple;
}

.highlight .ne {
  color: #990000;
  font-weight: bold;
}

.highlight .nf {
  color: #990000;
  font-weight: bold;
}

.highlight .nn {
  color: #555555;
}

.highlight .nt {
  color: navy;
}

.highlight .nv {
  color: teal;
}

.highlight .ow {
  font-weight: bold;
}

.highlight .w {
  color: #bbbbbb;
}

.highlight .mf {
  color: #009999;
}

.highlight .mh {
  color: #009999;
}

.highlight .mi {
  color: #009999;
}

.highlight .mo {
  color: #009999;
}

.highlight .sb {
  color: #dd1144;
}

.highlight .sc {
  color: #dd1144;
}

.highlight .sd {
  color: #dd1144;
}

.highlight .s2 {
  color: #dd1144;
}

.highlight .se {
  color: #dd1144;
}

.highlight .sh {
  color: #dd1144;
}

.highlight .si {
  color: #dd1144;
}

.highlight .sx {
  color: #dd1144;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #dd1144;
}

.highlight .ss {
  color: #990073;
}

.highlight .bp {
  color: #999999;
}

.highlight .vc {
  color: teal;
}

.highlight .vg {
  color: teal;
}

.highlight .vi {
  color: teal;
}

.highlight .il {
  color: #009999;
}

.highlight .gc {
  color: #999;
  background-color: #EAF2F5;
}

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