body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  color: #495057; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40; }

h1 {
  font-size: 5rem;
  line-height: 4.5rem; }

h2 {
  font-size: 3.5rem; }

h3 {
  font-size: 2rem; }

a.article-date {
  color: #868e96; }

p.lead {
  font-size: 1.15rem;
  font-weight: 400; }

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem; }

.social-icons a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-right: 1rem; }
  .social-icons a:last-child {
    margin-right: 0; }
  .social-icons a:hover {
    background-color: #495057; }

.dev-icons {
  font-size: 3rem; }
  .dev-icons .list-inline-item i:hover {
    color: #BD5D38; }

.container-fluid {
  margin-top: 2rem; }
  .container-fluid section {
    max-width: 800px; }

.book_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .book_list iframe, .book_list .book {
    margin: 4px;
    width: 180px; }
  .book_list .book {
    border: 1px solid #ccc;
    text-align: center; }
    .book_list .book img {
      background: white;
      border-bottom: 1px solid #ccc;
      padding: 6px 9px 6px 8px; }
    .book_list .book span {
      line-height: 38px;
      font-size: 0.9rem; }
    .book_list .book:hover {
      background: #BD5D38;
      color: white;
      text-decoration: none; }

iframe {
  max-width: 100%; }

article:first-child hr {
  display: none; }

article hr {
  margin: 3rem 0 1rem;
  border-top-width: 3px; }

article img, article video {
  max-width: 100%; }

.article-tag-group {
  margin-top: 3rem; }
  .article-tag-group h5 {
    font-weight: normal; }
  .article-tag-group .article-tag-list {
    list-style: none;
    padding: 0; }
    .article-tag-group .article-tag-list li.article-tag-list-item {
      display: inline-block;
      margin-right: 15px; }

figure.highlight {
  background: #4c4c4c;
  padding: 0;
  color: #dcdcdc;
  overflow: auto;
  border: 1px solid #000;
  max-height: 25.6rem; }
  figure.highlight figcaption {
    border-bottom: 1px solid #333333;
    padding: 4px 15px;
    font-weight: bold;
    background: dimgrey; }
  figure.highlight .gutter {
    background: #333;
    color: #d8d8d8;
    padding: 0 8px;
    text-align: right; }
  figure.highlight .code {
    padding: 8px 15px; }
  figure.highlight pre {
    color: inherit;
    margin: 0;
    white-space: pre; }

@media (max-width: 1080px) {
  figure.highlight .gutter {
    display: none; }
  figure.highlight pre {
    white-space: pre-wrap; } }

code {
  font-size: 87.5%;
  color: #dcdcdc;
  word-wrap: break-word;
  background: #4c4c4c;
  padding: 4px 8px;
  border: 1px solid #000; }

blockquote {
  background-color: #f1f1f1;
  border-left: 5px solid #aaa;
  padding: 20px 12px 1px; }
  blockquote::before {
    content: "\201C";
    display: block;
    font-size: 60px;
    left: -11px;
    top: -38px;
    position: relative;
    height: 0;
    color: #999; }

.navbar .navbar-toggler {
  flex: 0 0 40px;
  margin-right: 1rem; }

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }

.navbar .navbar-toggler:focus {
  outline-color: #d48a6e; }

@media (min-width: 992px) {
  .navbar {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh; }
    .navbar .navbar-brand {
      display: flex;
      flex-direction: column;
      margin: auto auto 0;
      padding: 0.5rem; }
      .navbar .navbar-brand .name {
        flex: 3.5rem 1;
        font-size: 1.9rem; }
      .navbar .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    .navbar .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      .navbar .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        .navbar .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }

@media (max-width: 991px) {
  .navbar-brand {
    flex: 1; }
  .social-icons a {
    margin-right: 0.2rem; } }

.bg-primary {
  background-color: #BD5D38 !important; }

.text-primary {
  color: #BD5D38 !important; }

a {
  color: #BD5D38; }
  a:hover, a:focus, a:active {
    color: #824027; }

#post-Shape-Up-Review .book-cover {
  display: inline-block;
  width: 13rem;
  position: relative; }
  #post-Shape-Up-Review .book-cover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 96%;
    top: 2%;
    left: 2%;
    z-index: -1;
    background-color: #fff;
    border: 0.15rem solid #000;
    box-shadow: 0.5rem 1.2rem 1rem 0 rgba(0, 0, 0, 0.25); }
  #post-Shape-Up-Review .book-cover.book-cover:after {
    opacity: 0.5;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 1%, rgba(109, 109, 109, 0) 4%, rgba(255, 255, 255, 0.01) 7%); }

.image-header-left {
  float: left;
  margin: 0.5rem 3rem 3rem 0; }
