/*
 * Import nib
 */
/*
 * Grab custom font from Google
 */
@import url("//fonts.googleapis.com/css?family=Cardo");
@import url("//fonts.googleapis.com/css?family=Lato");
@import url("//fonts.googleapis.com/css?family=Source+Code+Pro:600");
/*
 * Nib provides a CSS reset
 */
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1;
color: #000;
background: #fff;
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
text-align: left;
font-weight: normal;
vertical-align: middle;
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/*  General stuff */
strong {
  font-weight: bold;
}
em {
  margin: auto 4px;
}
body {
  font-size: 14px;
  color: #292929;
  background-color: #fefefe;
}
body hr {
  width: 80%;
  margin: 0.2em auto 0.2em auto;
  background: #003e94;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #003e94, #ccc, #003e94);
  background-image: -moz-linear-gradient(left, #003e94, #ccc, #003e94);
  background-image: -o-linear-gradient(left, #003e94, #ccc, #003e94);
  background-image: -ms-linear-gradient(left, #003e94, #ccc, #003e94);
  background-image: linear-gradient(to right, #003e94, #ccc, #003e94);
  clear: both;
}
a:hover {
  text-decoration: underline;
}
/* Main Layout */
header.main-head a:visited,
nav.menu a:visited,
header.main-head a:hover,
nav.menu a:hover,
header.main-head a:link,
nav.menu a:link,
header.main-head a:active,
nav.menu a:active {
  color: #656565;
  text-decoration: none;
}
header.main-head {
  font-size: 4em;
  text-align: center;
  font-family: 'Cardo';
  margin-top: 20px;
  margin-bottom: 50px;
}
header.main-head h1.main-title {
  color: #292929;
}
header.main-head #gravatar {
  display: none;
  vertical-align: text-bottom;
  background-color: #f00;
  border: 4px solid #ddd;
  margin: 10px 10px 0 10px;
}
.table {
  display: table;
  margin: auto;
}
nav.menu a:hover {
  text-decoration: underline;
}
nav.menu .table {
  display: table;
  margin: 0 auto;
}
nav.menu .table ul.menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: 'Source Code Pro';
}
nav.menu .table ul.menu-list li.menu-item {
  display: inline-block;
  margin: auto 1em auto 1em;
}
h4 {
  font-size: 0.7em;
}
.main-content {
  font-family: 'Cardo';
  margin: 2em 20% 4em 20%;
}
.main-content hr {
  margin: 4em 0;
}
.main-content .post-list-item {
  margin: 1em auto 1em auto;
  padding: 4px 4px 4px 4px;
}
.main-content .post-list-item header .meta {
  color: #656565;
  font-size: 0.9em;
}
.main-content .post-list-item header .title {
  font-size: 3em;
  color: #444;
  margin-left: 0;
}
.main-content .post-list-item header .title a {
  color: #383838;
}
.main-content .post-list-item .excerpt {
  font-size: 1em;
  color: #656565;
}
.main-content a:visited,
.main-content a:hover,
.main-content a:link,
.main-content a:active {
  text-decoration: underline;
  color: inherit;
}
.main-content a:hover {
  color: #ccc;
  text-decoration: underline;
}
.main-content ul {
  margin: 1em auto 1em 4em;
}
.main-content li:before {
  content: "•";
  margin-right: 0.5em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-family: 'Lato';
  display: block;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.main-content h1 a:visited,
.main-content h2 a:visited,
.main-content h3 a:visited,
.main-content h4 a:visited,
.main-content h5 a:visited,
.main-content h6 a:visited,
.main-content h1 a:link,
.main-content h2 a:link,
.main-content h3 a:link,
.main-content h4 a:link,
.main-content h5 a:link,
.main-content h6 a:link,
.main-content h1 a:active,
.main-content h2 a:active,
.main-content h3 a:active,
.main-content h4 a:active,
.main-content h5 a:active,
.main-content h6 a:active {
  text-decoration: none;
  color: #ccc;
}
.main-content h1 a:hover,
.main-content h2 a:hover,
.main-content h3 a:hover,
.main-content h4 a:hover,
.main-content h5 a:hover,
.main-content h6 a:hover {
  text-decoration: underline;
}
.main-content h1 a[name],
.main-content h2 a[name],
.main-content h3 a[name],
.main-content h4 a[name],
.main-content h5 a[name],
.main-content h6 a[name] {
  position: absolute;
  margin-left: -1em;
}
.main-content h1 {
  margin-top: auto;
}
.main-content em {
  display: inline-block;
}
.main-content h1 {
  margin-left: -18%;
  font-size: 4em;
  color: #111;
}
.main-content h2 {
  margin-left: -11%;
  font-size: 3em;
  color: #222;
}
.main-content h3 {
  margin-left: -8%;
  font-size: 2em;
  margin-top: 1.2em;
  margin-botton: 1.2em;
}
.main-content p {
  line-height: 150%;
}
em {
  color: #111;
  font-style: italic;
}
.blog-article {
  font-family: "Lato";
}
.ba-meta {
  font-size: 0.8em;
  color: #777;
}
.ba-body {
  display: block;
}
.ba-body img {
  max-width: 100%;
  border: solid 2px #444;
  border: radius 0.4em 0.4em 0.4em 0.4em;
  display: block;
  margin: 2em auto 2em auto;
}
.ba-body p {
  max-width: 30em;
  margin-top: 1em;
}
.ba-body p a {
  text-decoration: underline;
}
.ba-body ul {
  margin-left: 6em;
}
.ba-body ul li::before {
  content: "• ";
}
.ba-body ul li {
  line-height: 120%;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}
.ba-body code {
  background-color: #ddd;
  padding-left: 4px;
  padding-right: 4px;
}
.ba-body pre {
  font-family: Menlo, Consolas, Monaco, "Source Code Pro", Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  width: 100%;
  font-size: 16px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
  max-height: 1000px;
  border: 2px solid #555;
  border-radius: 1em 1em 1em 1em;
  background-color: #232323;
  color: #e6e1dc;
}
.ba-body pre code {
  margin: 1em 1em 1em 1em;
  display: block;
  padding: auto;
  background-color: inherit;
}
table {
  max-width: 100%;
  margin: auto;
}
table,
th,
td {
  border: 1px solid #000;
  padding: 6px;
}
table {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
}
th {
  background-color: rgba(100,100,100,0.7);
}
tr:nth-child(odd) {
  background-color: #eee;
}
tr:nth-child(even) {
  background-color: #ddd;
}
.monospace {
  font-family: "Source Code Pro", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif !important;
}
.monospace-2 {
  font-family: Menlo, "Source Code Pro", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif !important;
}
.primary-bg {
  background-color: #fafafa;
}
.primary-fg {
  color: #21343a;
}
.secondary-fg {
  color: #2d7e94;
}
.ternary-color {
  color: #568690;
}
.quaternary-color {
  color: #46c4ea;
}
blockquote {
  display: block;
  padding: 1px 20px 15px 45px;
  margin: 10px 0 20px;
  position: relative;
/*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
/*Borders - (Optional)*/
  border-left: 15px solid #1793d0;
  border-right: 2px solid #1793d0;
/*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
