.button {
  color: #0074d9;
  border-color: #0074d9;
  border-radius: 3px;
  font-family: inherit;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  background-color: transparent;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
}

.center {
  text-align: center;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font-family: "Montserrat", "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h3, h4, h5, h6,
p, blockquote, pre,
dl, iframe {
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 30px;
}

p, .gist, blockquote, ol, ul, figure, .highlight {
  margin-bottom: 30px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
  margin-top: 7.5px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: #1756a9;
}

/**
 * Blockquotes
 */
blockquote {
  color: #777;
  border-left: 4px solid #dddddd;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  border: 1px solid #dddddd;
  border-radius: 3px;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
}
pre.highlight {
  overflow: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  color: #24292e;
  line-height: 20px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(700px - (30px * 2));
  max-width: calc(700px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 700px) {
  .wrapper {
    max-width: -webkit-calc(700px - (30px));
    max-width: calc(700px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .clearfix:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #777;
}

sup {
  line-height: 0em;
}

.small-caps {
  font-variant: small-caps;
}

@media only screen and (max-width: 700px) {
  .hide-on-phone {
    display: none;
  }
}
@media only screen and (min-width: 701px) {
  .hide-on-display {
    display: none;
  }
}
.slide {
  border: 1px solid black;
}
.slide img {
  width: 100%;
}

.post-content .newsletter-callout {
  width: auto;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 15px 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  .post-content .newsletter-callout {
    padding: 15px;
  }
}
.post-content .newsletter-callout .newsletter-form {
  width: 100%;
  display: inline-block;
}
.post-content .newsletter-callout .newsletter-form input.email {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-content .newsletter-callout .newsletter-form input[type=submit] {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  height: 2.5em;
  margin: 0;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: #07c;
  float: right;
}
@media only screen and (max-width: 700px) {
  .post-content .newsletter-callout .newsletter-form input[type=submit] {
    width: 100%;
  }
}

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  position: relative;
  margin-top: 10px;
}

.site-title {
  font-size: 26px;
  line-height: 56px;
  margin-bottom: 0;
  float: left;
  font-weight: 500;
  color: #000;
}
.site-title:visited {
  color: #000;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 700px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 30px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #373737;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
}

/**
 * Site footer
 */
.site-footer {
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #777;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2));
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2));
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2));
}

@media only screen and (max-width: 700px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2));
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
  }
}
@media only screen and (max-width: 700px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 24px;
  margin-top: 60px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 15px;
}
.post-list h2 {
  margin-bottom: 0px;
}

.post-list-year {
  font-weight: 400;
  margin-top: 45px;
}
.post-list-year:not(:first-child) {
  margin-top: 30px;
}

.post-meta {
  font-size: 14px;
  color: #777;
}

.post-link {
  display: block;
  font-size: 18px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 32px;
  line-height: 1;
  line-height: 1.8em;
}
@media only screen and (max-width: 700px) {
  .post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .post-title {
    line-height: 1.3em;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  margin-top: 45px;
  font-size: 26px;
}
@media only screen and (max-width: 700px) {
  .post-content h2 {
    font-size: 26px;
  }
}
.post-content h3 {
  font-size: 22px;
}
@media only screen and (max-width: 700px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .post-content h4 {
    font-size: 18px;
  }
}
.post-content p, .post-content ul, .post-content ol {
  font-family: "Lora", Sentinel, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  line-height: 1.7em;
}
@media only screen and (max-width: 700px) {
  .post-content p, .post-content ul, .post-content ol {
    line-height: 1.3em;
  }
}

dl {
  margin-top: 45px;
}
dl dt {
  margin-top: 30px;
  font-weight: 600;
}
dl dd {
  font-weight: 400;
}

.home .about {
  margin-top: 76px;
}
.home p {
  font-family: "Lora", Sentinel, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.6em;
}

hr {
  margin: 30px;
}

.twitter-tweet {
  margin-bottom: 30px !important;
}

@font-face {
  font-family: "RoslindaleDisplayCondensed-Bold";
  src: url("/fonts/RoslindaleDisplayCondensed-Bold.woff2") format("woff2"), url("/fonts/RoslindaleDisplayCondensed-Bold.woff") format("woff");
}
.special-post-title {
  font-family: "RoslindaleDisplayCondensed-Bold";
  font-size: 63px;
  line-height: 1;
  margin-bottom: 5px;
}
.special-post-title .red {
  color: #DA264E;
}
.special-post-title .toasted-orange {
  color: #EA3A44;
}
.special-post-title .orange {
  color: #F3573E;
}

.red {
  color: #ff0000;
}

.notice-box {
  width: auto;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 30px 45px 30px 30px;
  margin-bottom: 60px;
}
.notice-box p:last-child {
  margin-bottom: 0;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlight .c {
  color: #6a737d;
}
.highlight .err {
  color: #b31d28;
}
.highlight .k {
  color: #d73a49;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #6a737d;
}
.highlight .cp {
  color: #6a737d;
}
.highlight .c1 {
  color: #6a737d;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  color: #005cc5;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #6f42c1;
}
.highlight .no {
  color: #005cc5;
}
.highlight .ni {
  color: #6f42c1;
}
.highlight .ne {
  color: #6f42c1;
}
.highlight .nf {
  color: #6f42c1;
}
.highlight .nn {
  color: #6f42c1;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #032f62;
}
.highlight .sc {
  color: #032f62;
}
.highlight .sd {
  color: #032f62;
}
.highlight .s2 {
  color: #032f62;
}
.highlight .se {
  color: #032f62;
}
.highlight .sh {
  color: #032f62;
}
.highlight .si {
  color: #032f62;
}
.highlight .sx {
  color: #032f62;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #032f62;
}
.highlight .ss {
  color: #005cc5;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #24292e;
}
.highlight .vg {
  color: #24292e;
}
.highlight .vi {
  color: #24292e;
}
.highlight .il {
  color: #099;
}
.highlight .p + .nf {
  color: #24292e;
}

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