@charset "UTF-8";
table {
  width: 100%; }
  table th {
    text-align: left; }
  table tr {
    border-bottom: 1px solid #eee; }
  table th, table td {
    padding: 10px; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::selection {
  background: #ff1a57; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #15212d;
  color: #d1d3d6;
  font-family: "Avenir Next", sans-serif;
  font-size: 20px;
  line-height: 1.6; }

code {
  font-family: Consolas, monospace; }

p > code {
  color: #899bae;
  white-space: nowrap; }

figure {
  background: #121c26;
  margin: 0;
  padding: 40px 0;
  margin-left: -100%;
  padding-left: 100%;
  margin-right: -100%;
  padding-right: 100%;
  margin-bottom: 40px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }
  h1 .subtle .right, h2 .subtle .right, h3 .subtle .right, h4 .subtle .right, h5 .subtle .right, h6 .subtle .right {
    margin-top: 5px; }

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #ff661a; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  margin-bottom: 20px; }
  h1.tight, h2.tight, h3.tight, h4.tight, h5.tight, h6.tight, p.tight {
    margin-bottom: 0; }

h1 {
  font-size: 38px; }

.subtle {
  color: #899bae;
  font-size: 0.8em; }

.right {
  float: right; }

a {
  color: #ff1a57;
  text-decoration: none;
  margin: 0; }
  a:hover {
    color: #ff661a; }

img {
  max-width: 100%;
  margin: 0; }
  .post img {
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55); }
  img.unstyled {
    box-shadow: none; }
  img + em {
    color: #899bae; }
    img + em::before {
      content: '╰ ';
      font-style: normal; }
  img.left {
    float: left;
    margin: 20px 40px 20px -80px; }
    @media screen and (max-width: 550px) {
      img.left {
        display: block;
        float: none;
        margin: 20px; } }
  img.right {
    float: right;
    margin: 20px -80px 20px 40px; }
  @media screen and (max-width: 550px) {
    img.left, img.right {
      display: block;
      float: none;
      margin: 20px 0; } }
  img.feature {
    width: 50%; }
    @media screen and (max-width: 550px) {
      img.feature {
        width: auto; } }

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 40px; }

.title-bar {
  position: relative;
  background: linear-gradient(-134deg, #e01a7a 0%, #ff661a 100%);
  color: white;
  padding: 40px 0;
  margin-bottom: 40px; }
  .title-bar h1, .title-bar p {
    color: white;
    margin: 0;
    position: relative; }
  .title-bar .subtle {
    font-size: 0.6em;
    color: rgba(255, 255, 255, 0.7); }
  .title-bar .overlay {
    box-shadow: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff661a;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    background-blend-mode: hard-light; }

hr {
  height: 3px;
  border: none;
  display: block;
  background: linear-gradient(-134deg, #e01a7a 0%, #ff661a 100%);
  margin: 0;
  margin-bottom: 40px; }

#header, #footer {
  color: white;
  text-align: center;
  padding-top: 20px; }
  #header h1, #footer h1 {
    margin: 0;
    margin-bottom: 10px; }
    #header h1 span, #footer h1 span {
      font-size: 24px;
      color: #899bae; }
    #header h1::before, #footer h1::before {
      content: '';
      background: url("/img/code.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 29px;
      height: 21px;
      margin-right: 12px;
      margin-bottom: 2px; }
  #header > .container > a, #footer > .container > a {
    color: white; }
    #header > .container > a:hover, #footer > .container > a:hover {
      color: white; }
  #header nav, #footer nav {
    margin-bottom: 40px; }
    #header nav a, #footer nav a {
      margin: 0 20px; }
    #header nav i, #footer nav i {
      opacity: 0.7; }
      #header nav i:hover, #footer nav i:hover {
        opacity: 1; }

.github, .github:hover {
  color: white; }

.twitter, .twitter:hover {
  color: #1DA1F3; }

.date {
  width: 100px;
  background: white;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55); }
  .date .month {
    background: #ff1a57;
    padding: 5px 0;
    color: white;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid #333;
    border-radius: 3px 3px 0 0; }
  .date .day {
    margin: 0;
    font-size: 38px;
    line-height: 45px;
    padding-top: 5px;
    color: #15212d;
    font-weight: 500; }
  .date .year {
    margin: 0;
    font-size: 13px;
    color: #15212d;
    line-height: 15px;
    padding-bottom: 10px; }

.media {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px; }
  .media .media-object {
    margin-right: 40px; }
  .media .media-content {
    flex: 1;
    display: flex;
    align-items: center; }

.card {
  display: flex;
  border-radius: 3px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55);
  flex: 1;
  background-size: cover;
  background-position: center center;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .card .caption {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(-134deg, #e01a7a 0%, #ff661a 100%);
    opacity: 0;
    border-radius: 3px;
    color: white;
    padding: 0 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .card .caption h3 {
      font-weight: 600; }
    .card .caption p {
      font-size: 16px;
      font-weight: 600; }
  .card:hover {
    color: #ff1a57; }
    .card:hover .caption {
      opacity: 0.95; }
    .card:hover.card--transparent {
      border: 2px solid #ff1a57;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55); }
  .card img, .card video {
    display: block;
    border-radius: 3px; }

.card--square {
  padding-bottom: 100%; }

.card--transparent {
  box-shadow: none; }

body .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.columns {
  position: relative; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  border: 12px solid #121c26;
  margin-bottom: 40px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

blockquote {
  font-style: italic;
  margin-left: 0;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 0.9em;
  color: #899bae; }
  blockquote p {
    margin: 0; }

.buy {
  width: 200px;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 30px;
  padding: 5px 0;
  font-size: 17px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  background-color: #ff661a;
  color: white;
  top: 25px;
  right: -55px;
  font-weight: 600;
  left: auto;
  transform: rotate(45deg);
  transition: background 200ms ease-in-out; }
  .buy:hover {
    background: #e01a7a;
    color: white; }

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 40px; }
  .photo-grid > div {
    flex: 1;
    padding: 0 10px;
    margin-bottom: 20px;
    min-width: 350px; }
