.language-console code .gp {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.language-console code .go {
  color: #777;
}
.highlight { /* Comment */
  /* Error */
  /* Keyword */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #228B22;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  color: #8B008B;
  font-weight: bold;
}
.highlight .cm {
  color: #228B22;
}
.highlight .cp {
  color: #1e889b;
}
.highlight .c1 {
  color: #228B22;
}
.highlight .cs {
  color: #8B008B;
  font-weight: bold;
}
.highlight .gd {
  color: #aa0000;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #000080;
  font-weight: bold;
}
.highlight .gi {
  color: #00aa00;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #800080;
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #8B008B;
  font-weight: bold;
}
.highlight .kd {
  color: #8B008B;
  font-weight: bold;
}
.highlight .kn {
  color: #8B008B;
  font-weight: bold;
}
.highlight .kp {
  color: #8B008B;
  font-weight: bold;
}
.highlight .kr {
  color: #8B008B;
  font-weight: bold;
}
.highlight .kt {
  color: #a7a7a7;
  font-weight: bold;
}
.highlight .m {
  color: #B452CD;
}
.highlight .s {
  color: #CD5555;
}
.highlight .na {
  color: #658b00;
}
.highlight .nb {
  color: #658b00;
}
.highlight .nc {
  color: #008b45;
  font-weight: bold;
}
.highlight .no {
  color: #00688B;
}
.highlight .nd {
  color: #707a7c;
}
.highlight .ne {
  color: #008b45;
  font-weight: bold;
}
.highlight .nf {
  color: #008b45;
}
.highlight .nn {
  color: #008b45;
  text-decoration: underline;
}
.highlight .nt {
  color: #8B008B;
  font-weight: bold;
}
.highlight .nv {
  color: #00688B;
}
.highlight .ow {
  color: #8B008B;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #B452CD;
}
.highlight .mh {
  color: #B452CD;
}
.highlight .mi {
  color: #B452CD;
}
.highlight .mo {
  color: #B452CD;
}
.highlight .sb {
  color: #CD5555;
}
.highlight .sc {
  color: #CD5555;
}
.highlight .sd {
  color: #CD5555;
}
.highlight .s2 {
  color: #CD5555;
}
.highlight .se {
  color: #CD5555;
}
.highlight .sh {
  color: #1c7e71;
  font-style: italic;
}
.highlight .si {
  color: #CD5555;
}
.highlight .sx {
  color: #cb6c20;
}
.highlight .sr {
  color: #1c7e71;
}
.highlight .s1 {
  color: #CD5555;
}
.highlight .ss {
  color: #CD5555;
}
.highlight .bp {
  color: #658b00;
}
.highlight .vc {
  color: #00688B;
}
.highlight .vg {
  color: #00688B;
}
.highlight .vi {
  color: #00688B;
}
.highlight .il {
  color: #B452CD;
}

code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  background: #ceb6a4;
  color: #232323;
  border-radius: 3px;
  padding: 0.1em 0.4em;
  font-size: 0.95em;
}

pre code {
  font-family: "Menlo", "DejaVu Sans Mono", "Lucida Console", monospace;
  background: none;
  padding: 0.2em 0em;
}

header {
  padding-top: 20px;
  width: 90%;
  max-width: 70rem;
  margin: auto;
}
header a {
  color: #565656;
}
header a:hover {
  filter: invert(100%);
  text-decoration: none;
}

/* Header, <header>
   header   - container
   h1       - project name
   h2       - project description
*/
footer {
  border-top: 1px dashed #444;
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: 90%;
  max-width: 70rem;
  margin: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1);
}

/* Buttons
*/
.btn {
  display: inline-block;
  background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
  padding: 8px 18px;
  border-radius: 50px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-top: 2px solid rgb(0, 0, 0);
  color: rgba(255, 255, 255, 0.8);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.btn:hover {
  background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
}

.btn .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px 8px 0 0;
  float: left;
}

.btn-github .icon {
  opacity: 0.6;
  background: url("../images/blacktocat.png") 0 0 no-repeat;
}

/* Headers and stuff */
h1, h2, h3, h4, h5, h6 {
  color: #eee;
  color: #454545;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #eee;
  color: #454545;
  display: inline-block;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #454545;
  background: none;
}

h1 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #444;
}

h1:first-of-type {
  margin-top: 0;
}

h2 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

h3 {
  margin-top: 1.15rem;
  font-size: 1.1rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

#main_content h1:before {
  content: "# ";
}
#main_content h2:before {
  content: "## ";
}
#main_content h3:before {
  content: "### ";
}
#main_content h4:before {
  content: "#### ";
}
#main_content h5:before {
  content: "##### ";
}
#main_content h6:before {
  content: "###### ";
}

.default {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.spacer {
  flex: 1;
}

.container {
  flex-shrink: 0;
}

.footer {
  flex-shrink: 0;
}

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container:nth-child(n) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
}

html {
  font-size: 14px;
  font-family: "Menlo", "DejaVu Sans Mono", "Lucida Console", monospace;
  line-height: 1.5;
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #d7cec7;
  color: #232323;
  text-shadow: 0 0 2px rgba(85, 85, 85, 0.3333333333);
}

/* General & 'Reset' Stuff */
::selection {
  background: #268bd2;
}

.container {
  width: 90%;
  max-width: 70rem;
  margin: auto;
  margin-bottom: 2rem;
}

section {
  display: block;
  margin: 0 0 20px 0;
}

li {
  line-height: 1.4;
}

#main_content {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 1.5rem;
}

section img {
  max-width: 100%;
}

figure {
  margin-bottom: 1em;
  font-size: 0.9em;
}

dt {
  font-style: italic;
  font-weight: bold;
}

dd {
  padding-left: 0.25rem;
}

ul, ol {
  list-style-position: outside;
}

li {
  margin-bottom: 0.1rem;
}

li > ul, li > ol {
  padding-left: 2rem;
}

ul li {
  list-style-type: square;
}

ul {
  margin-left: 20px;
  margin-bottom: 1em;
}

ul ul {
  margin-left: 5px;
}

blockquote {
  color: #787878;
  margin: 1rem;
  padding-left: 10px;
  border-left: 1px dashed #666;
}

pre {
  margin: 1rem;
  padding: 0.5rem 1rem;
  border: 1px dashed #444;
  overflow: auto;
  overflow-y: hidden;
}

table {
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  text-align: left;
  border-bottom: 1px dashed #444;
  padding: 4px 15px;
}

td {
  padding: 4px 15px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #444;
  color: #444;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  color: #343434;
  font-weight: bold;
}

em {
  color: #eee;
  color: #343434;
  font-style: italic;
}

/* Links
   a, a:hover, a:visited
*/
a {
  color: #76323f;
}

a:hover {
  color: #d7e7c7;
  background-color: #76323f;
  text-decoration: none;
}

/* Clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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