body {
  font-family: Rubik;
  font-size: 1.9em;
  line-height: 1.65em;
}

blockquote {
  line-height: 2.8rem;
}

.navigation-author {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navigation-avatar {
  display: inline-block !important;
  max-width: 50px;
  max-height: 50px;
}

.navigation-avatar img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 30%;
}

.navigation-author .name {
  margin-left: 1rem;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: 100;
}

.content {
  margin-top: 3rem;
}

.content article header {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.content article header + h2 {
  margin-top: 1rem;
}

.content .img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content .video {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.content video {
  max-width: 100%;
}

.content figcaption p {
  font-style: normal;
  font-size: 0.8em;
}

.content figure.gallery .img-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .content figure.gallery .img-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .content figure.gallery .img-container img {
    max-width: 99%;
  }
}

.img-border {
  border: 1px solid rgba(177, 177, 177, 0.76);
}

@media screen and (min-width: 768px) {
  .align-left {
    float: left;
    margin-right: 1em !important;
    margin-top: 1em !important;
  }
}

@media screen and (min-width: 768px) {
  .align-right {
    float: right;
    margin-left: 1em !important;
    margin-top: 1em !important;
  }
}

.notice {
  margin: 2em 0 !important;
  padding: 1em;
  color: #494e52;
  font-size: 0.8em !important;
  border-radius: 4px;
  text-indent: initial;
  clear: both;
}

.notice-info {
  background-color: #eef7fa;
  box-shadow: 0 1px 1px rgba(82, 173, 200, 0.25);
}

.notice-warning {
  background-color: #fef4e6;
  box-shadow: 0 1px 1px rgba(248, 148, 6, 0.25);
}

.notice-danger {
  background-color: #fdefef;
  box-shadow: 0 1px 1px rgba(238, 95, 91, 0.25);
}

.notice h5 {
  margin-top: 1rem;
}

h1 {
  margin-top: 0.5rem;
}

h2,
h3,
h4,
h5,
hr {
  clear: both;
}

h3 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #707070;
}

h4 {
  font-size: 1.1em;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}

hr {
  margin-top: 50px;
}

article {
  word-wrap: break-word;
}

table {
  max-width: 100%;
  width: fit-content;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

.hanchor {
  visibility: hidden;
  color: rgb(61, 155, 231);
}

.hanchor:hover {
  visibility: hidden;
  color: rgb(15, 81, 134);
}

h1:hover .hanchor,
h2:hover .hanchor,
h3:hover .hanchor,
h4:hover .hanchor {
  visibility: visible;
  text-decoration: none;
}

.subscribe-container {
  background: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5em;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  clear: both;
  margin: 20px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.subscribe-container h3 {
  text-align: center;
  margin: 0px 0px 10px;
  font-size: 28px;
}

.subscribe-container form {
  background-color: inherit;
}

.subscribe-container .subscribe-container-inner {
  width: 100%;
  float: left;
  padding: 5%;
}

.subscribe-container input[type="text"],
.subscribe-container input[type="email"] {
  width: 100%;
  float: none;
  margin-top: 5px;
  font-size: 18px;
  padding: 10px 8px;
  border: 1px solid #d6d6d6; /* stroke */
  border-radius: 3px;
  background-color: #fff; /* layer fill content */
  margin-bottom: 5px;
  height: 42px;
}

.subscribe-container input[type="text"]:focus,
.subscribe-container input[type="email"]:focus {
  outline: none;
  border-color: #aaa;
}

.subscribe-container .subscribe-topic {
  margin-top: 2rem;
}

.subscribe-container .subscribe-btn {
  width: 100%;
  float: none;
  margin-top: 5px;
  color: #fff;
  padding: 11px 0px;
  font-size: 18px;
  background: #0d6db8;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  text-shadow: none;
  height: 42px;
}

/* Honeypot to prevent bot signups */
.subscribe-container .ninja {
  position: absolute;
  top: -5000px;
  right: 0px;
}

.subscribe-container .subscribe-topic {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 2rem;
}

.subscribe-container .success {
  display: none;
  background: #d3ffd6;
  border: 1px solid #2f5a32;
  color: black;
  padding: 1rem 5rem;
}

.subscribe-container .error {
  display: none;
  color: #963328;
  background: #fdd1bf;
  margin-top: 2rem;
  padding: 1rem 5rem;
  border: 1px solid #770000;
}

.btn-social {
  color: white;
  border-radius: 5px;
  padding: 1rem;
  margin-right: 1rem;
}

.btn-social:hover {
  text-decoration: none;
}

.btn-social span {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn-social span {
    display: inline-block;
  }
}

.btn-twitter {
  background-color: #007bb6;
}

.btn-twitter:hover {
  background-color: #016594;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-facebook:hover {
  background-color: #264079;
}

.btn-linkedin {
  background-color: #007bb6;
}

.btn-linkedin:hover {
  background-color: #016796;
}

.btn-hacker-news {
  background-color: #ff6600;
}

.btn-hacker-news:hover {
  background-color: #c95609;
}

.btn-reddit {
  background-color: #ff5700;
}

.btn-reddit:hover {
  background-color: #e24d02;
}

.btn-indie-hackers {
  background-color: rgb(32, 59, 85);
}

.btn-indie-hackers:hover {
  background-color: rgb(44, 92, 131);
}

.btn-indie-hackers i {
  background-image: url("/images/social/indie-hackers.svg");
  background-position: center;
}

.btn-social span {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn-social span {
    display: inline-block;
  }
}

.inline-file {
  clear: both;
  margin-bottom: 65px;
}

.inline-file .download-raw-button {
  border-width: 1px;
  border-style: solid;
  border-color: #f2f3f3;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  margin-top: -20px;
  z-index: 10;
  position: relative;
  padding: 0.5em 1em;
  float: right;
  margin-left: 1em;
  font-size: 0.6875em;
}

.list .blurb-list li .date {
  text-align: left;
  margin: 0;
}

.blurb-list img {
  object-fit: contain;
}

.list .blurb-list li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .list .blurb-list li {
    flex-direction: row;
  }
}

.list .posts-list li {
  border-bottom: 1px solid rgba(177, 177, 177, 0.623);
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px) {
  .list .posts-list li {
    border-bottom: 1px solid rgba(177, 177, 177, 0.623);
    margin: 0 0 4rem 0;
    padding-bottom: 2rem !important;
  }
}

.blurb-list .img-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .blurb-list .img-wrapper {
    display: block;
    margin-right: 2.5rem;
    min-width: 280px;
    max-width: 280px;
  }
}

.blurb-list li img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blurb-list li img {
    max-height: 200px;
  }
}

.blurb-list li h2 {
  margin: 0 0 0.5rem 0 !important;
}

.retrospective .finances-chart {
  margin-bottom: 5rem;
}

.blurb-list.book-reports-list li {
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .blurb-list.book-reports-list li {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .blurb-list.book-reports-list li .summary {
    display: flex;
    flex-direction: row;
  }
}

.blurb-list.book-reports-list li .title {
  font-size: 24pt !important;
  margin-bottom: 3rem !important;
}

.blurb-list.book-reports-list li .title a {
  text-decoration: none;
  font-weight: 700;
}

.blurb-list.book-reports-list .img-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .blurb-list.book-reports-list .img-wrapper {
    justify-content: flex-start;
    margin-right: 2.5rem;
    min-width: 260px;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .blurb-list.book-reports-list li img {
    max-height: inherit;
  }
}

.blurb-list.book-reports-list .full-review-link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  background-color: rgb(225, 255, 208);
  border: 1px solid rgb(119, 197, 119);
  padding: 1rem 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .blurb-list.book-reports-list .full-review-link {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .book-report .book-cover {
    max-width: 300px;
    padding-right: 1rem;
    margin: 0 3rem 0 0 !important;
  }
}

.twitter-tweet {
  margin: 0 auto;
}

.footer .creative-commons-license {
  margin-top: 1rem;
}

.footer ul {
  list-style: none;
  margin: 3rem 0 1rem;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  position: relative;
}

.footer ul li a {
  color: #212121;
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.6rem;
}

.retrospective .prev-next-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem 0;
}

.retrospective .prev-next-links a {
  background-color: #d6d6d6;
  color: black;
  padding: 0.5rem 2rem;
  border: 1px solid #666;
  border-radius: 4px;
}

.retrospective .prev-next-links a:hover {
  background-color: #ccc;
  color: black;
  text-decoration: none;
}

table + .img {
  margin-top: 3rem;
}

.list li.retrospectives {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .list li.retrospectives {
    display: flex;
  }
}

.list li.retrospectives .title {
  font-size: 1.4em;
  text-decoration: none;
}
