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

/**
 * 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
 */
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; }

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

.mdl-layout__header {
  background-color: #6bb6ff; }

.mdl-card .mdl-card__title {
  color: #fff;
  height: 176px;
  background: url("../img/welcome_card.jpg") center/cover; }
.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;
  background-color: #DDDDDD;
  flex-shrink: 0; }

.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; }

nobody {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2196F3;
  margin: 4em 0; }

.img-wrap {
  z-index: 10;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #2196F3;
  position: relative;
  height: 140px;
  width: 140px;
  margin-right: 2px;
  text-align: center;
  line-height: 135px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  transition: color 500ms ease, text-shadow 500ms ease;
  color: #C0C0C0; }

.img-wrap:hover {
  color: #fff;
  text-shadow: 0 0 8px #2196F3, 0 0 8px #2196F3, 0 0 8px #2196F3; }

.img-wrap a:link,
.img-wrap a:active,
.img-wrap a:visited {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #C0C0C0; }

.img-wrap a:hover {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff; }

toss {
  transition: color 10ms ease, text-shadow 10ms ease; }

.tile {
  z-index: 20;
  position: absolute;
  background: black;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

.row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -33px; }

.unrow {
  margin-bottom: 33px; }

.lunge,
.v35,
.va,
.thought,
.stealth3,
.stealth4,
.stealth5 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.lunge {
  background-image: url("../img/lungetech-sq-ico.png"); }

.v35 {
  background-image: url("../img/vectortextwide-sq-ico.png");
  background-color: white; }

.va {
  background-image: url("../img/voidalphalogoblue-sq-ico.png");
  background-color: white; }

.thought {
  background-image: url("../img/thought-sq-ico.png"); }

.stealth3 {
  background-image: url("/img/empty.png"); }

.stealth4 {
  background-image: url("/img/empty.png"); }

.stealth5 {
  background-image: url("/img/empty.png"); }

.disc {
  background-color: grey;
  border: 3px solid #222;
  border-radius: 2em;
  font-size: 4em;
  left: 50%;
  line-height: 1.5em;
  margin-top: -0.8em;
  margin-left: -0.8em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 1.5em;
  z-index: 30; }

.red {
  color: red; }
