@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url(vendor/all.min.css);
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Open Sans", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dotted 1px;
  color: inherit;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

.post-content h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.wrapper a, .post-link, .site-footer a {
  border-bottom: 0;
  color: #419AD5; }

#menu ul {
  margin: 0 0 2em 0; }

ul {
  margin: 0 0 2em 2em; }

/*************************************
Header
**************************************/
.site-header {
  background: #2e3842;
  line-height: 3em;
  height: 3em;
  min-height: 0;
  border-top: 0; }

.site-title, .site-visited {
  letter-spacing: 0.225em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  color: #FFF !important;
  margin-left: 1.25em;
  border-bottom: 0 !important;
  line-height: 48px; }

body.is-menu-visible #page-wrapper:before {
  display: block; }

#page-wrapper:before {
  background: rgba(0, 0, 0, 0);
  content: '';
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001; }

/*************************************
Navigation
**************************************/
nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0; }

nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

nav > ul > li:first-child {
  margin-left: 0; }

nav > ul > li {
  display: inline-block;
  padding: 0; }

nav > ul > li > a.menuToggle:after {
  background-image: url(images/bars.svg);
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  color: #1d242a;
  display: inline-block;
  height: 3.75em;
  vertical-align: top;
  width: 2em; }

@media screen and (max-width: 736px) {
  nav > ul > li > a.menuToggle {
    padding: 0 1.5em; } }
nav > ul > li > a.menuToggle {
  outline: 0;
  position: relative; }

nav > ul > li > a {
  border: 0;
  color: #fff !important;
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.225em;
  padding: 0 1.5em;
  text-transform: uppercase; }

#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #419AD5;
  color: #ffffff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 16em;
  z-index: 10002; }

@media screen and (max-width: 736px) {
  #menu {
    padding: 3em 1.5em; } }
#menu ul {
  list-style: none;
  padding: 0; }

#menu ul > li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }

#menu ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  margin: 0.75em 0 0 0;
  padding: 0.75em 0 0 0; }

#menu ul > li > a {
  border: 0;
  color: inherit;
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.225em;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase; }

a.close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#menu .close {
  background-image: url(images/close.svg);
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em; }

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*************************************
Blog
**************************************/
ul.pagination {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 3%;
  padding: 0;
  border-top: 1px solid #e1e1e1; }
  ul.pagination li {
    margin-top: 3%; }

li.previous-page {
  list-style: none;
  float: left;
  font-size: 1.15em;
  font-weight: 500;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

li.next-page {
  list-style: none;
  float: right;
  font-size: 1.15em;
  font-weight: 500; }

.post-meta {
  font-weight: bold; }

/*************************************
Single Post
**************************************/
.post-content a {
  border-bottom: dotted 1px;
  color: #419AD5; }

/*************************************
Footer
**************************************/
.site-footer {
  padding: 6em 0 4em 0;
  background-color: #1d242a;
  text-align: center; }

.site-footer .icons {
  font-size: 1.25em;
  list-style: none; }

.site-footer .icons a {
  color: rgba(255, 255, 255, 0.5); }

.site-footer .icons a:hover {
  color: #fff; }

.site-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase; }

.site-footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em; }

.site-footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0; }

.site-footer .copyright li a {
  color: inherit; }

.site-footer .copyright li a:hover {
  color: #fff; }

@media screen and (max-width: 480px) {
  .site-footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0; } }
@media screen and (max-width: 980px) {
  .site-footer {
    padding: 4em 3em 2em 3em; } }
@media screen and (max-width: 736px) {
  .site-footer {
    padding: 3em 2em 1em 2em; } }
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0; }

/*************************************
Miscellaneous Media Breakpoints
**************************************/
@media screen and (max-width: 736px) {
  .site-title {
    font-size: 0.8em; } }
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 50px;
    padding-left: 50px; } }
