@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans'), local('FiraSans-Regular'), url('/https/rrrene.org/fonts/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2') format('woff2'), url('/https/rrrene.org/fonts/EjsrzDkQUQCDwsBtLpcVQbO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('/https/rrrene.org/fonts/zM2u8V3CuPVwAAXFQcDi4Bampu5_7CjHW5spxoeN3Vs.woff2') format('woff2'), url('/https/rrrene.org/fonts/zM2u8V3CuPVwAAXFQcDi4KRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('/https/rrrene.org/fonts/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2') format('woff2'), url('/https/rrrene.org/fonts/DugPdSljmOTocZOR2CItOqRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
}


html {
  font-family: "Fire Sans", sans-serif;
}

.post-title a {
  color: #545454 !important;
  text-decoration: none;
}
.post p a {
  color: #438bbd;
  text-decoration-line: underline;
  -webkit-text-decoration-skip: true;
}
.post blockquote a {
  color: inherit;
}

/*
 * HEADER
 */
.header {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}

.header__home-link {
  position: absolute;
  max-width: 2rem;
  left: 0;
  top: 0;
  margin: 1rem;
  z-index: 200;
}
.header__home-link a {
  text-decoration: none;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #484848;
}
.header__home-link small {
  margin-left: -0.125rem;
}

.header__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  z-index: 200;
}
@media (min-width: 1024px) {
  .header__home-link,
  .header__menu-button {
    position: fixed;
  }
}
.header__menu-button a {
  display: block;
  padding: 0.125rem 1.25rem;
  border: 1px solid #c2c7cc;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.667rem;
  text-shadow: none;
  color: #8a9199;
  cursor: pointer;
  background: #fff;
  transition: color,border-color ease 0.3s;
}

.hero {
  margin-top: 1rem;
  min-height: 16rem;
}

.hero__avatar {
  width: 12rem;
  margin: 0 auto;
}

.hero__blog-title {
  padding-top: 1.5rem;
}

@media (min-width: 1024px) {
  .hero__avatar {
    width: 12rem;
  }
}

@media (min-width: 1440px) {
  .header {
    /* padding: 0; */
  }
  .hero {
    margin-top: 5rem;
  }
  .hero__avatar {
    position: absolute;
    margin-left: -14rem;
  }
  .hero__blog-title {
    padding-top: 2.3rem;
    text-align: left;
  }
}

.hero__avatar img {
  border-radius: 50%;
}

.hero__blog-name {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}
.hero__blog-name a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.hero__blog-description {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0.25rem 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/*
 * POST AUTHOR
 */
.post-author {
  position: relative;
  font-size: 85%;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 80px;
  border-top: 1px solid #666;
}
@media (min-width: 38rem) {
  .post-author {
    padding-left: 150px;
  }
}
.post-author__avatar {
  position: absolute;
  left: 0;
  margin-right: 1rem;
  padding-top: 1rem;
}
.post-author__avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
@media (min-width: 38rem) {
  .post-author__avatar img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
  }
}
.post-author__name a {
  color: inherit;
  text-decoration: none;
}
.post-author__name span {
  color: #999;
}
.post-date {
  color: #999;
}


/*
 * SITE FOOTER
 */
.footer {
  border-top: 2px solid #666;
}
.footer p {
  margin: 0;
  padding: 0.5rem;
  color: #666;
  font-size: 85%;
  text-align: center;
}








b.update {
  background-color: #ff6;
}
.social-links {
  display: inline-block;
  text-align: right;
}
.social-links a {
  color: #5A5A5A;
}
.masthead-title img {
  display: inline;
  margin: 0;
  vertical-align: middle;
}
.masthead-title a.title {
  color: #333;
}

.masthead-title a.title:hover {
  text-decoration: none;
}

.on-black {
  background-color: black;
}

.screenshot {
  padding: 10px;
  background-color: black;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.screenshot > div {
  background-repeat: no-repeat;
  width: 700px;
}
.screenshot > div > a > img,
.screenshot > div > img {
  margin: 0;
}

strong > em {
  font-weight: bold;
  font-style: normal;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  background-color: #f0f0f0;
  border-color: #ddd;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn-retweet {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
  color: #fff;
}

.post-tweet-action {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.nowrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .nowrap--desktop {
    white-space: nowrap;
  }
}
