@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  padding-bottom: 5rem;
  background-color: white;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body.permalink {
  margin-top: 5vh;
  padding-bottom: 0;
}

.container {
  max-width: 120rem;
  margin: auto;
  padding: 0 1rem;
}

body > iframe:first-child {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

*:focus {
  outline: 0;
}

@media only screen and (min-width: 48rem) {
  body {
    padding-bottom: 10rem;
  }

  .container {
    padding: 0 3rem;
  }
}
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.25);
}
body.inverted {
  color: rgba(255, 255, 255, 0.25);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 1em;
  font-weight: 700;
}

a {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: color 0.07s ease-out;
  transition: color 0.07s ease-out;
}
a svg path {
  fill: currentColor;
  -webkit-transition: fill 0.07s ease-out;
  transition: fill 0.07s ease-out;
}
a:hover, a:focus {
  color: black;
}
.inverted a {
  color: rgba(255, 255, 255, 0.25);
}
.inverted a:hover, .inverted a:focus {
  color: white;
}

ul, ol {
  list-style: none;
}

.inline-list > li {
  display: inline-block;
  margin-right: 0.3rem;
}

.caps {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn--stripped {
  background: transparent;
  border: 0;
  outline: 0;
}

.site-header {
  height: 13rem;
  min-height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header__logo {
  margin: auto;
  width: 8rem;
}
.site-header__logo a {
  display: block;
  color: rgba(0, 0, 0, 0.25);
}
.site-header__logo a:hover, .site-header__logo a:focus {
  color: black;
}
.inverted .site-header__logo a {
  color: rgba(255, 255, 255, 0.25);
}
.inverted .site-header__logo a:hover, .inverted .site-header__logo a:focus {
  color: white;
}
.site-header__logo svg path {
  fill: currentColor;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.site-header--page {
  text-align: center;
  height: auto;
  display: block;
  margin-bottom: 60px;
}
.site-header--page .site-header__logo {
  margin-top: -120px;
}

@media only screen and (min-width: 48rem) {
  .site-header {
    min-height: 70vh;
  }

  .site-header__logo {
    width: 10rem;
  }
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13rem;
}

.footer__logo {
  display: block;
  margin: auto;
}
.footer__logo svg {
  width: 80px;
  height: auto;
}

@media only screen and (min-width: 48rem) {
  .footer__logo svg {
    width: 95px;
  }
}
.about-open {
  box-sizing: content-box;
  position: absolute;
  z-index: 990;
  top: 1.5rem;
  right: 1rem;
  width: 0;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.07s ease-out;
  transition: color 0.07s ease-out;
  -webkit-animation: fade-in 0.1s 1s ease-out backwards;
          animation: fade-in 0.1s 1s ease-out backwards;
}
.about-open span {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: calc(50% - 6px);
  right: 100%;
  line-height: 1;
}
.about-open span:after {
  content: '?';
  display: inline;
}
.about-open svg {
  display: none;
}
.about-open svg path {
  fill: currentColor;
}
.about-open:hover, .about-open:focus, .about-open:active {
  color: black;
}
.inverted .about-open {
  color: rgba(255, 255, 255, 0.25);
}
.inverted .about-open:hover, .inverted .about-open:focus {
  color: white;
}
.permalink .about-open {
  display: none;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 0.5rem;
  background: #222;
  color: #f5f5f5;
  text-align: center;
  -webkit-transition: opacity 0.1s 0.15s ease-out, visibility 0s 0.25s;
  transition: opacity 0.1s 0.15s ease-out, visibility 0s 0.25s;
}
.about a {
  font-weight: 400;
  opacity: 0.5;
  color: #f5f5f5;
  -webkit-transition: opacity 0.07s ease-out;
  transition: opacity 0.07s ease-out;
}
.about a:hover, .about a:focus {
  opacity: 1;
}
.about.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s;
}

.about__inner {
  margin: auto;
  max-height: 40rem;
  max-width: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 0.16, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.16, 1);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.16, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.16, 1);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.16, 1), transform 0.2s cubic-bezier(0, 0, 0.16, 1);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.16, 1), transform 0.2s cubic-bezier(0, 0, 0.16, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.16, 1);
}
.about__content:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.about__content:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.about__content:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.open .about__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.open .about__content:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.open .about__content:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.open .about__content:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.img-robin {
  width: 70vw;
  height: 70vw;
  max-width: 320px;
  max-height: 320px;
  margin-bottom: 0.5rem;
}

.about__description {
  margin-bottom: 1rem;
}

.about__social {
  margin-bottom: 1rem;
}
.about__social li {
  display: inline-block;
  padding: 0 0.25rem;
}
.about__social li:not(.about__email) a {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -9999rem;
}
.about__social li:not(.about__email) a svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about__email {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.about__close {
  box-sizing: content-box;
  position: fixed;
  opacity: 0.5;
  z-index: 1010;
  top: 1rem;
  right: 1rem;
  width: 31px;
  height: 31px;
  padding-left: 0.5rem;
  color: #f5f5f5;
}
.about__close span {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: calc(50% - 6px);
  right: 100%;
  color: #f5f5f5;
  line-height: 1;
}
.about__close:hover, .about__close:focus {
  opacity: 1;
}
.open .about__close {
  -webkit-animation: fade-in 0.1s ease-out 0.5s backwards;
          animation: fade-in 0.1s ease-out 0.5s backwards;
}

@media only screen and (min-width: 48rem) {
  .about-open {
    top: 1rem;
    width: 26px;
    height: 26px;
    padding-left: 0.5rem;
  }
  .about-open span {
    top: calc(50% - 3px);
  }
  .about-open span:after {
    display: none;
  }
  .about-open svg {
    display: block;
    width: 26px;
    height: 26px;
  }

  .img-robin {
    width: 320px;
    height: 320px;
    margin-bottom: 1rem;
  }

  .about__description {
    margin-bottom: 3rem;
  }
}
.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.post + .post {
  margin-top: 10rem;
}
.post:before, .post:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.post:after {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.post__inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 65rem;
}

.post__date {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.25rem;
  text-align: right;
}

.post__image {
  display: block;
  margin-left: auto;
  max-height: 90vh;
}

.post:nth-child(1):before {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.post:nth-child(2n+1):before {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.post:nth-child(3n+2) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post:nth-child(3n+2):after, .post:nth-child(3n+2):before {
  display: none;
}
.post:nth-child(5n+3) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post:nth-child(5n+3):after, .post:nth-child(5n+3):before {
  display: none;
}
.post:nth-child(7n+5):before {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.post:nth-child(11n+7):after {
  -webkit-box-flex: 1.75;
  -webkit-flex-grow: 1.75;
      -ms-flex-positive: 1.75;
          flex-grow: 1.75;
}
.post:nth-child(13n+11):after {
  -webkit-box-flex: 4.25;
  -webkit-flex-grow: 4.25;
      -ms-flex-positive: 4.25;
          flex-grow: 4.25;
}

@media only screen and (min-width: 48rem) {
  .post + .post {
    margin-top: 20rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 5rem 0 0;
}

.pagination__prev,
.pagination__next {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.05);
}
.pagination__prev a,
.pagination__next a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__prev svg,
.pagination__next svg {
  width: 25px;
}
.pagination__prev svg path,
.pagination__next svg path {
  fill: currentColor;
}
.inverted .pagination__prev, .inverted
.pagination__next {
  color: rgba(255, 255, 255, 0.1);
}

.pagination__jump {
  margin: 0 1rem;
  text-align: center;
}
.pagination__jump li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.pagination__jump li a {
  display: inline-block;
  padding: 0 0.3rem;
}

.pagination__current {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 2.25rem;
  color: #222;
  -webkit-transition: color 0.07s ease-out;
  transition: color 0.07s ease-out;
}
.inverted .pagination__current {
  color: #f5f5f5;
}

@media only screen and (min-width: 48rem) {
  .pagination {
    margin: 10rem 0 0;
  }

  .pagination__jump li a {
    padding: 0 0.5rem;
  }

  .pagination__prev svg,
  .pagination__next svg {
    width: auto;
  }
}
