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

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

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

code {
  padding: 1px 5px;
}

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

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

.mdl-layout-title a {
  color: inherit;
  text-decoration: inherit;
}
.mdl-layout-title a:hover {
  text-decoration: underline;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
}

.mdl-card .mdl-card__title {
  color: #fff;
  height: 176px;
  background-blend-mode: color-burn;
  background-color: #888;
  position: relative;
  background-image: url("../img/welcome_card.jpg");
  background-origin: center;
  background-size: cover;
}
.mdl-card .mdl-card__title .mdl-card__title-text a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.mdl-card .mdl-card__title .mdl-card__title-text a:hover {
  text-decoration: underline;
}
.mdl-card .mdl-card__supporting-text > span {
  color: #9F9F9F;
}
.mdl-card .mdl-card__menu {
  color: #fff;
}

.post-button {
  position: absolute;
  right: 15px;
  bottom: 25px;
}

.section-highlight {
  position: relative;
  margin: 10px;
}
.section-highlight .mdl-card__supporting-text {
  margin: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.section-highlight .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.section-highlight header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  background: url("../img/welcome_card.jpg") center/cover;
}
.section-highlight button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.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: #999;
  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 {
  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: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.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: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.post-ribbon {
  width: 100%;
  height: 40vh;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-blend-mode: color-burn;
  background-color: #888;
}

.post-main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-main .post-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}
.post-main .post-section {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}
.post-main .post-section h3 {
  margin-top: 48px;
}
.post-main .post-content img {
  width: 100%;
  height: auto;
}

/* super-search
Author: Kushagra Gour (http://kushagragour.in)
MIT Licensed
*/
.super-search {
  background-color: rgba(0, 191, 255, 0.85);
  z-index: 999;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}

.super-search__close-btn {
  float: right;
  margin-right: 15px;
}

.super-search__input {
  transition: 0.15s ease-out 150ms;
}

.is-active .super-search__input {
  transform: translateY(0);
}

.super-search__results {
  text-align: center;
  list-style: none;
  padding: 0;
  overflow-x: hidden;
  height: calc(100% - 110px);
  transition: 0.2s ease;
}

.super-search__results.is-hidden {
  opacity: 0;
  transform: translateY(-1vh);
}

.super-search__results > li > a {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  color: #666;
  padding: 17px;
  margin: 12px 14px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.super-search__result-date {
  color: #BBB;
  position: absolute;
  right: 12px;
}

.super-search.is-active {
  opacity: 1;
  visibility: visible;
}

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