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, i, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px; }

.container-large {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }
  .container-large {
    *zoom: 1; }
  .container-large:before, .container-large:after {
    content: "";
    display: table; }
  .container-large:after {
    clear: both; }

.col-half {
  position: relative;
  min-height: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    .col-half {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Martel", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.page-header {
  height: 100px;
  background-color: #2a1227; }
  .page-header a {
    font-size: 40px;
    line-height: 100px;
    color: #da9101;
    text-decoration: none; }
    .page-header a:hover {
      color: #da9101;
      text-decoration: underline;
      text-decoration-color: #da9101; }

.page-footer {
  margin-top: 30px;
  background-color: #2a1227;
  overflow: hidden;
  color: #da9101; }
  .page-footer p, .page-footer a, .page-footer h3 {
    color: white; }
  .page-footer a:hover {
    color: #da9101; }

h1, h2, h3, h4, h5, h6 {
  margin: 36px 0 24px 0;
  color: #000000;
  line-height: 1.25em;
  font-weight: 400; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.92308rem; }

h3 {
  font-size: 1.66667rem; }

h4 {
  font-size: 1.47059rem; }

h5 {
  font-size: 1.38889rem; }

h6 {
  font-size: 1.25rem; }

p {
  margin-top: 20px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: #505050; }
  p:first-of-type {
    margin-top: 0; }

a {
  color: #505050;
  text-decoration: underline;
  text-decoration-color: #da9101;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #da9101; }

ul, ol {
  margin: 20px 0 0 20px; }
  ul li, ol li {
    margin-top: 10px;
    line-height: 1.5em;
    color: #505050; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0; }

ul li {
  list-style: disc; }
ul ul li {
  list-style: circle; }

ol li {
  list-style: decimal; }

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA; }

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic; }

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse; }

table, td, th {
  border: 1px solid #DADADA;
  text-align: left; }

th {
  font-weight: 800; }

th, td {
  padding: 15px; }

figure {
  margin: 30px 0; }
  figure img {
    margin: 0; }

figcaption {
  margin-top: 10px;
  color: #6a6a6a;
  font-size: 16px; }

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  pre code {
    position: static;
    padding: 0;
    border: none;
    line-height: 1.5em; }

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.75893rem;
  color: #747474;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

em, i, .italic {
  font-style: italic; }

strong, b, .bold {
  font-weight: 800; }

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

.about-portrait {
  border-radius: 50%;
  max-width: 200px; }

@media (min-width: 600px) {
  .about {
    display: flex;
    flex-direction: row; }

  #about-photo-box {
    order: 2; }

  #about-text-box {
    order: 1; } }
.blog-post > header {
  padding-top: 44px; }
  .blog-post > header time {
    font-size: 1.66667rem;
    color: #505050; }

#about-text-box h2 {
  margin-top: 0;
  font-size: 1.47059rem; }
