@font-face {
  font-family: "Purista";
  src: url("../font/Purista-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Purista";
  src: url("../font/Purista-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Purista";
  src: url("../font/Purista-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Purista";
  src: url("../font/Purista-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Purista";
  src: url("../font/Purista-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }
:root {
  --primary: #ff9900; }

:target {
  scroll-margin-top: 2rem; }

html {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  background-color: #1e2125;
  color: #fff; }

body {
  padding: 0;
  margin: 0; }

a {
  color: var(--primary);
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.anchorjs-link {
  padding: 0 !important;
  color: var(--primary) !important; }

.background-image {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  z-index: -10;
  opacity: 0.15;
  filter: blur(7px); }

.container {
  max-width: 730px;
  margin: 0 auto; }
  .container.wrapper {
    padding: 5rem 0; }

header.header {
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
  background: rgba(23, 23, 23, 0.5);
  top: 0; }
  header.header .container {
    display: flex;
    flex-direction: row;
    align-items: center; }
    header.header .container .header-brand {
      align-items: center;
      display: flex;
      min-width: 100px; }
      header.header .container .header-brand img {
        max-height: 42px; }
    header.header .container .header-navigation {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      list-style: none;
      text-transform: lowercase;
      margin: 0;
      padding: 0;
      justify-content: flex-end;
      align-items: center;
      font-size: 1rem; }
      header.header .container .header-navigation a {
        font-family: "Purista";
        color: #d5dde5;
        font-size: 16px;
        height: 47px;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        transition: color 0.2s ease; }
        header.header .container .header-navigation a:hover {
          color: #fff; }

footer.footer {
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
  background: rgba(23, 23, 23, 0.5); }
  footer.footer .container .copyright span {
    display: block;
    text-align: left; }
    footer.footer .container .copyright span.title {
      text-transform: uppercase;
      font-family: "Purista";
      font-weight: 600;
      font-size: 18px; }
    footer.footer .container .copyright span.muted {
      margin: 10px 0 0;
      font-size: 13px;
      color: #909090; }

.post-grid .post-entry {
  position: relative;
  display: flex;
  min-height: 600px;
  margin: 0 0 3rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  transform: translateY(0); }
  .post-grid .post-entry:last-of-type {
    margin: 0; }
  .post-grid .post-entry:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3); }
  .post-grid .post-entry .post-info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
    background: rgba(23, 23, 23, 0.85);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 28px; }
    .post-grid .post-entry .post-info h3 {
      text-transform: uppercase;
      font-family: "Purista";
      font-weight: 600;
      font-size: 36px;
      line-height: 1.25;
      color: #fff;
      margin: 0; }
    .post-grid .post-entry .post-info .description {
      margin: 15px 0 0;
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: #fff; }
  .post-grid .post-entry .post-meta {
    backdrop-filter: blur(5px);
    background: rgba(23, 23, 23, 0.85);
    border: 0;
    border-radius: 0;
    display: inline-flex;
    padding: 0.35rem 1rem 0.55rem;
    line-height: 23px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-family: Purista, sans-serif;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 3; }
  .post-grid .post-entry img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center; }

.post-widget .post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
  .post-widget .post-grid .post-entry {
    margin: 0;
    min-height: 520px; }
    .post-widget .post-grid .post-entry .post-info h3 {
      font-size: 24px; }
    .post-widget .post-grid .post-entry .post-info .description {
      font-size: 16px;
      line-height: 24px; }

.page .page-header {
  margin-bottom: 5rem; }
  .page .page-header .page-title {
    font-family: "Purista";
    font-weight: 600;
    font-size: 3rem;
    color: #fff;
    margin: 0;
    line-height: 4rem;
    text-align: center; }
.page .page-content h3 {
  font-family: "Purista";
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  line-height: 4rem;
  text-align: center; }

.post header.post-header {
  margin-bottom: 5rem; }
  .post header.post-header h1 {
    font-family: "Purista";
    font-weight: 600;
    font-size: 3rem;
    color: #fff;
    margin: 0;
    line-height: 4rem;
    text-align: center; }
  .post header.post-header p.post-meta {
    font-family: "Purista";
    text-align: center; }
    .post header.post-header p.post-meta .author,
    .post header.post-header p.post-meta time {
      background: rgba(23, 23, 23, 0.5);
      border: 0;
      border-radius: 0;
      display: inline-flex;
      padding: 0.35rem 1rem 0.55rem;
      line-height: 23px;
      color: #d5dde5;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
      font-family: Purista, sans-serif;
      font-style: normal;
      font-weight: 600; }
    .post header.post-header p.post-meta .author {
      background: rgba(132, 86, 18, 0.5); }
.post .post-section {
  margin-bottom: 4rem; }
  .post .post-section:last-of-type {
    margin: 0 !important; }
  .post .post-section.post-widget-title {
    margin-bottom: 2rem;
    margin-top: 5rem; }
    .post .post-section.post-widget-title .post-section-title {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center; }
      .post .post-section.post-widget-title .post-section-title h3 {
        font-family: "Purista";
        text-transform: uppercase;
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        margin: 0;
        text-align: center;
        padding: 0 35px; }
      .post .post-section.post-widget-title .post-section-title span {
        background: #fff;
        flex: 1 1 auto;
        height: 2px;
        opacity: .5; }
  .post .post-section .post-section-title {
    margin-bottom: 1rem; }
    .post .post-section .post-section-title h2 {
      font-family: "Purista";
      text-transform: uppercase;
      font-weight: 600;
      font-size: 36px;
      line-height: 1.15;
      padding: 0;
      margin: 0; }
    .post .post-section .post-section-title .author {
      font-family: "Purista";
      padding: 0;
      margin: 6px 0 0;
      display: flex;
      align-items: center;
      position: relative;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--primary); }
  .post .post-section .post-section-content {
    padding: 28px;
    background: rgba(23, 23, 23, 0.5);
    border: 0;
    border-radius: 0;
    margin-bottom: 8px;
    overflow: hidden; }
    .post .post-section .post-section-content p {
      margin-top: 0;
      margin-bottom: 1em; }
      .post .post-section .post-section-content p:last-child {
        margin-bottom: 0; }
    .post .post-section .post-section-content a.media-wrapper {
      position: relative;
      display: block;
      margin: 28px !important;
      margin-left: -28px !important;
      margin-right: -28px !important;
      width: auto;
      opacity: 1;
      transition: opacity 0.2s ease; }
      .post .post-section .post-section-content a.media-wrapper:hover {
        opacity: 0.6;
        transition: opacity 0.2s ease; }
      .post .post-section .post-section-content a.media-wrapper video {
        min-width: 100%;
        max-width: 100%; }
      .post .post-section .post-section-content a.media-wrapper img {
        width: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
        object-position: center; }
      .post .post-section .post-section-content a.media-wrapper .info {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        right: 0;
        padding: 6px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        backdrop-filter: blur(3px); }
      .post .post-section .post-section-content a.media-wrapper:last-child {
        margin-bottom: -32px !important; }
      .post .post-section .post-section-content a.media-wrapper:first-child {
        margin-top: -28px !important; }
    .post .post-section .post-section-content .media-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 320px;
      grid-gap: 0;
      margin-bottom: 28px;
      margin-left: -28px;
      margin-right: -28px; }
      .post .post-section .post-section-content .media-grid:last-child {
        margin-bottom: -28px !important; }
      .post .post-section .post-section-content .media-grid a.media-wrapper,
      .post .post-section .post-section-content .media-grid a.media-wrapper:last-child,
      .post .post-section .post-section-content .media-grid a.media-wrapper:first-child {
        margin: 0 !important; }
      .post .post-section .post-section-content .media-grid a.media-wrapper img {
        max-width: none !important;
        height: 100%; }

code {
  background: rgba(0, 0, 0, 0.45);
  padding: 0px 3px;
  border-radius: 4px;
  color: var(--primary); }

.dev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px; }
  .dev-grid .dev {
    background-color: rgba(7, 7, 7, 0.5);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    transform: translateY(0); }
    .dev-grid .dev:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3); }
    .dev-grid .dev img {
      margin-right: 15px;
      border-radius: 50%; }
    .dev-grid .dev span {
      font-family: "Purista";
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding-bottom: 4px; }

a.button {
  background: rgba(0, 0, 0, 0.35);
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 15px 35px;
  text-shadow: 0 0 0.5em rgba(255, 191, 101, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase; }
  a.button:hover {
    background-image: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.6) 0%, rgba(70, 70, 70, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0.6) 0%, rgba(70, 70, 70, 0.8) 100%);
    color: #ffbf66;
    text-shadow: 0 0 0.5em rgba(255, 191, 101, 0.8);
    border-color: #ffbf66;
    text-decoration: none !important; }

@media (max-width: 730px) {
  header.header .container {
    flex-direction: column; }
    header.header .container .header-brand {
      justify-content: center;
      margin: 0 0 15px; }

  .container.wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .dev-grid {
    grid-template-columns: repeat(1, 1fr); }

  .post-grid .post-entry .post-info {
    padding: 18px 28px; }

  .anchorjs-link {
    display: none !important; }

  .post .post-section .post-section-content .media-grid {
    grid-auto-rows: 180px; }

  .post-widget .post-grid {
    grid-template-columns: repeat(1, 1fr); }

  .post .post-section.post-widget-title .post-section-title h3 {
    font-size: 18px;
    padding: 0 15px; }

  a.button {
    font-size: 13px; } }
