@import url(https://fonts.googleapis.com/css?family=Martel:400,300);
/** Reset some basic elements */
blockquote, body, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, ul { margin: 0; padding: 0; tab-size: 2; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }

/** Basic styling */
body { font-family: "Martel", "Times New Roman", Times, serif; line-height: 1.5; font-weight: 300; font-style: normal; font-size: 18px; line-height: 1.64; letter-spacing: -.003em; color: #333; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 800px) { body { font-size: 16px; } }
/** Set `margin-bottom` to maintain vertical rhythm */
blockquote, dl, figure, h1, h2, h3, h4, h5, h6, ol, p, pre, ul { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; display: block; margin: 0 auto; }

video { display: block; margin: auto; width: 75%; }

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

figcaption { font-size: 14px; }

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

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

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

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

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

/** Code formatting */
code, pre { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; }

code { padding: 1px 5px; background-color: #eef; }

pre { padding: 8px 12px; overflow-x: scroll; background-color: #272822; }
pre > code { border: 0; padding-right: 0; padding-left: 0; background-color: #272822; }

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

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

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

/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }

.site-title { font-size: 26px; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }

.site-nav { float: right; line-height: 56px; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #333; line-height: 1.5; }
.site-nav .page-link:not(:first-child) { margin-left: 20px; }
@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 30px; background-color: #fdfdfd; border: 1px solid #e8e8e8; 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: #424242; }
  .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 { border-top: 1px solid #e8e8e8; 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: #828282; margin-left: -15px; }

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

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

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

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

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

@media screen and (max-width: 800px) { .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 screen and (max-width: 600px) { .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: 20px; }

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

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

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

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

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }
.post-content h2 { font-size: 32px; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }
.post-content h3 { font-size: 26px; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

.hll { background-color: #49483e; }

.c { color: #959197; }

/* Comment */
.err { color: #960050; background-color: #1e0010; }

/* Error */
.k { color: #ae81ff; }

/* Keyword */
.l { color: #ae81ff; }

/* Literal */
.n { color: #f8f8f2; }

/* Name */
.o { color: #f92672; }

/* Operator */
.p { color: #f8f8f2; }

/* Punctuation */
.cm { color: #959197; }

/* Comment.Multiline */
.cp { color: #959197; }

/* Comment.Preproc */
.c1 { color: #959197; }

/* Comment.Single */
.cs { color: #959197; }

/* Comment.Special */
.ge { font-style: italic; }

/* Generic.Emph */
.gs { font-weight: bold; }

/* Generic.Strong */
.kc { color: #66d9ef; }

/* Keyword.Constant */
.kd { color: #66d9ef; }

/* Keyword.Declaration */
.kn { color: #f92672; }

/* Keyword.Namespace */
.kp { color: #66d9ef; }

/* Keyword.Pseudo */
.kr { color: #66d9ef; }

/* Keyword.Reserved */
.kt { color: #66d9ef; }

/* Keyword.Type */
.ld { color: #e6db74; }

/* Literal.Date */
.m { color: #ae81ff; }

/* Literal.Number */
.s { color: #e6db74; }

/* Literal.String */
.na { color: #a6e22e; }

/* Name.Attribute */
.nb { color: #f8f8f2; }

/* Name.Builtin */
.nc { color: #a6e22e; }

/* Name.Class */
.no { color: #66d9ef; }

/* Name.Constant */
.nd { color: #a6e22e; }

/* Name.Decorator */
.ni { color: #f8f8f2; }

/* Name.Entity */
.ne { color: #a6e22e; }

/* Name.Exception */
.nf { color: #a6e22e; }

/* Name.Function */
.nl { color: #f8f8f2; }

/* Name.Label */
.nn { color: #f8f8f2; }

/* Name.Namespace */
.nx { color: #f8f8f2; }

/* Name.Other */
.py { color: #f8f8f2; }

/* Name.Property */
.nt { color: #f92672; }

/* Name.Tag */
.nv { color: #f8f8f2; }

/* Name.Variable */
.ow { color: #f92672; }

/* Operator.Word */
.w { color: #f8f8f2; }

/* Text.Whitespace */
.mf { color: #ae81ff; }

/* Literal.Number.Float */
.mh { color: #ae81ff; }

/* Literal.Number.Hex */
.mi { color: #ae81ff; }

/* Literal.Number.Integer */
.mo { color: #ae81ff; }

/* Literal.Number.Oct */
.sb { color: #e6db74; }

/* Literal.String.Backtick */
.sc { color: #e6db74; }

/* Literal.String.Char */
.sd { color: #e6db74; }

/* Literal.String.Doc */
.s2 { color: #e6db74; }

/* Literal.String.Double */
.se { color: #ae81ff; }

/* Literal.String.Escape */
.sh { color: #e6db74; }

/* Literal.String.Heredoc */
.si { color: #e6db74; }

/* Literal.String.Interpol */
.sx { color: #e6db74; }

/* Literal.String.Other */
.sr { color: #e6db74; }

/* Literal.String.Regex */
.s1 { color: #e6db74; }

/* Literal.String.Single */
.ss { color: #e6db74; }

/* Literal.String.Symbol */
.bp { color: #f8f8f2; }

/* Name.Builtin.Pseudo */
.vc { color: #f8f8f2; }

/* Name.Variable.Class */
.vg { color: #f8f8f2; }

/* Name.Variable.Global */
.vi { color: #f8f8f2; }

/* Name.Variable.Instance */
.il { color: #ae81ff; }

/* Literal.Number.Integer.Long */
/* Generic Heading & Diff Header */
.gu { color: #959197; }

/* Generic.Subheading & Diff Unified/Comment? */
.gd { color: #f92672; }

/* Generic.Deleted & Diff Deleted */
.gi { color: #a6e22e; }

/* Generic.Inserted & Diff Inserted */
.main-container table, .main-container tr, .main-container td, .main-container th { border-collapse: collapse; border: 1px solid #bbb; }
.main-container tr, .main-container td, .main-container th { padding: 3px; }
.main-container .site-header { font-family: Helvetica, Arial, sans-serif; background-color: #2196F3; -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); border: 0; text-align: center; }
.main-container .site-header a { color: #fff; }
.main-container .site-header a:hover { text-decoration: none; color: #BBDEFB; }

.share-page__icon { font-size: 2em; }

.social-media-list__icon { font-size: 1.8em; }
.social-media-list__icon:hover { text-decoration: none; }

.site-footer__wrapper { max-width: 1200px; padding: 0 20px; margin: auto; }
.site-footer__dp { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; }

pre > code { color: #dadada; }

.google-docs-excel-table { width: 100%; height: 200px; }

.footnotes { font-size: 12px; }
