img {
  max-width: 100%;
  vertical-align: middle; }

img.thumbnail {
  height: 150px;
  width: 150px;
  border-radius: 40px;
  background-size: cover;
  margin-right: 36px;
  float: left; }

figure.left {
  float: left;
  margin-right: 0.5em; }
figure.right {
  float: right;
  margin-left: 0.5em; }
figure.center {
  display: block;
  margin: 0 auto 1.5em; }
figure.left, figure.right {
  margin-bottom: .8em; }

  .medium img {
    width: 300px;
  }

figcaption {
  color: #aaa;
}

/* hacks */
.imgNewLine { clear: both; float: left; display: block; position: relative; } 


 .sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: "Asul", serif;
  font-size: 3rem;
 }

 /*Archive links*/
 .archive {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3em;
}

.archive-title {
  font-size: 32px;
  margin-top: 60px;
}

.archive-item {
  margin: 5px 0 15px;
  padding: 0;
}

.archive-item-date {
  color: #aaa;
  font-size: 14px;
  padding: 5px 0;
  margin-top: 5px;
  display: block;
}

.archive-item-link {
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #222;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.archive-item a:hover,
a:focus {
  text-decoration: none;
}

.archive-item-link:hover {
  border-bottom-color: #222;
}

@media (min-width: 600px) {

  .archive {
    text-align: left;
  }

  .archive-item-date {
    text-align: right;
    float: right;
  }
}

#books-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
}

article.book {
  width: 30%;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

article.book img {
    width: 100%;
    display: block;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

article.book .book-txt {
  padding: 10px;
  max-height: 12em;
  overflow: hidden;
}

article.book .book-txt .blurb {
  display: flex;
}

.morelink {
  padding: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .1rem 1rem;
    margin: 0.1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #ac4142;
    cursor: pointer;
    cursor: hand;
}

.btn-green {
  border-color: #348A34;
  background-color: #1A6D1A;
}

.btn.active {
    background-color: #8A3465;
    border-color: #6D1A49;
}
