/**
 * 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: "Exo", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #222;
  -webkit-text-size-adjust: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

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

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

figcaption {
  font-size: 14px;
}

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

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

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

/**
 * Links
 */
a {
  color: #b46f6f;
  text-decoration: none;
}
a:hover {
  color: #efcece;
  text-decoration: underline;
}

a.btn:visited {
  color: white;
}

/**
 * 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 {
  border-radius: 3px;
  font-style: italic;
  background: #1d1d1d;
  padding: 2px 6px 2px 6px;
}

div.highlight {
  border: 1px solid #e8e8e8;
}
div.highlight pre.highlight {
  border: none;
  margin: 0 0 0 0;
  white-space: pre-wrap;
}
div.highlight pre.highlight code {
  background: none;
  overflow: visible;
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: break-spaces;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (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(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper: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: #828282;
}

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

.site-title {
  font-size: 3em;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  color: #b46f6f;
}

/**
 * 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(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 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 {
  color: #6c4c4c;
  display: block;
  font-size: 24px;
}
.post-link:hover {
  color: #efcece;
  text-decoration: underline;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}
.post-header .cron {
  font-size: small;
}
.post-header .cron a {
  color: #b46f6f;
}
.post-header .cron a:hover {
  color: #efcece;
  text-decoration: underline;
}
.post-header .cron a:active {
  color: #efcece;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background-color: #757575;
  color: white;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #000;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.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 {
  color: #faa;
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #322429;
}
.highlight .na {
  color: #681429;
}
.highlight .p {
  color: black;
}
.highlight .nb {
  color: #faa;
}
.highlight .nc {
  color: #681429;
  font-weight: bold;
}
.highlight .no {
  color: #000;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #faa;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: black;
}
.highlight .nv {
  color: #681429;
  font-weight: bold;
}
.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: #681429;
}
.highlight .sc {
  color: #681429;
}
.highlight .sd {
  color: #681429;
}
.highlight .s2 {
  color: #681429;
}
.highlight .se {
  color: #681429;
}
.highlight .sh {
  color: #681429;
}
.highlight .si {
  color: #681429;
}
.highlight .sx {
  color: #681429;
}
.highlight .dl {
  color: #681429;
}
.highlight .sr {
  color: #faa;
}
.highlight .s1 {
  color: #681429;
}
.highlight .ss {
  color: #681429;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #000;
}
.highlight .vg {
  color: #000;
}
.highlight .vi {
  color: #000;
}
.highlight .il {
  color: #099;
}

@font-face {
  font-family: "Exo";
  src: url("/fonts/static/Exo-Regular.ttf") format("truetype");
}
body {
  color: #9c9c9c;
}

h1.post-title {
  color: #b2ccb2;
}

h1, h2, h3, h4, h5, hr {
  color: #b2ccb2;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.1em;
}

#loadingSpinner {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-cards .center-content {
  text-align: center;
}
.flex-cards .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-cards .col-sm-4, .flex-cards .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
}
.flex-cards .col-md-6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.9%;
}
.flex-cards .panel {
  width: 100%;
  background-color: #ededed;
}

.series-note {
  margin-bottom: 12px;
}
.series-note .series-note--head {
  padding: 6px;
  background: #424242;
  color: #d6ffd6;
}
.series-note .series-note--head p {
  padding: 0;
  margin: 0;
}
.series-note .series-note--content {
  border-left: dotted 4px #424242;
  border-right: dotted 4px #424242;
  padding: 6px;
}
.series-note .series-note--content ul {
  margin-bottom: 0;
}
.series-note .series-note--footer {
  padding-right: 6px;
  background: #424242;
  text-align: right;
}
.series-note .series-note--footer .shout-out {
  text-align: right;
  color: lighten;
}

.technology-card {
  background-color: lightgrey;
  border: none !important;
  margin-bottom: 12px;
}
.technology-card .technology-card--head {
  text-align: center;
  padding: 6px;
  background: #b46f6f;
  color: white;
}
.technology-card .technology-card--head p, .technology-card .technology-card--head h1, .technology-card .technology-card--head h2, .technology-card .technology-card--head h3, .technology-card .technology-card--head h4, .technology-card .technology-card--head h5 {
  padding: 0;
  margin: 0;
}
.technology-card .technology-card--icon {
  padding: 12px;
  text-align: center;
  background-color: #222;
}
.technology-card .technology-card--icon img {
  max-height: 140px;
}
.technology-card .technology-card--content {
  padding: 6px;
  text-align: center;
}
.technology-card .technology-card--footer {
  padding-right: 6px;
  background: #e8e8e8;
  text-align: right;
}
.technology-card .technology-card--footer .shout-out {
  text-align: right;
  color: lighten;
}

/* Share Bar */
#share-bar {
  font-size: 12px;
}

/* Title */
#share-bar h4 {
  margin-bottom: 4px;
  font-weight: 200;
}

/* All buttons */
/* Each button */
.share-button {
  margin: 0px;
  margin-bottom: 4px;
  margin-right: 3px;
  border: 1px solid #D3D6D2;
  padding: 5px 10px 5px 10px;
}

.share-button:hover {
  opacity: 1;
  color: #ffffff;
}

/* Facebook button */
.fa-facebook-official {
  color: #3b5998;
}

.fa-facebook-official:hover {
  background-color: #3b5998;
}

/* Twitter button */
.fa-twitter {
  color: #55acee;
}

.fa-twitter:hover {
  background-color: #55acee;
}

/* Google-PLus button */
.fa-google-plus {
  color: #dd4b39;
}

.fa-google-plus:hover {
  background-color: #dd4b39;
}

/* Pinterest button */
.fa-pinterest-p {
  color: #cb2027;
}

.fa-pinterest-p:hover {
  background-color: #cb2027;
}

/* Tumblr button */
.fa-tumblr {
  color: #32506d;
}

.fa-tumblr:hover {
  background-color: #32506d;
}

/* Reddit button */
.fa-reddit-alien {
  color: #ff4500;
}

.fa-reddit-alien:hover {
  background-color: #ff4500;
}

/* LinkedIn button */
.fa-linkedin {
  color: #007bb5;
}

.fa-linkedin:hover {
  background-color: #007bb5;
}

/* Email button */
.fa-envelope {
  color: #444444;
}

.fa-envelope:hover {
  background-color: #444444;
}

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