html#smphtml {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Fanwood Text', serif;
  font-size: 0.8rem;
  padding-top: 70px;
  margin-bottom: 30px;
}

h2.author_link, h2.author_link a {
    text-align: left;
    font-family: 'Overlock', serif;
    color: black;
    font-weight: bold;
    padding-bottom: 16px;
}

#main h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-family: 'Overlock', serif;
  color: black;
  font-weight: bold;
  padding-bottom: 16px;
}

#main h1 { font-size: 2.4rem; }

#main p {
  text-align: justify;
  font-size: 1.5rem;
  font-family: 'Fanwood Text', serif;
}

#main .news p {
    font-size: 1.25rem;
}

#main address {
    font-size: 1.6em;
}

#main li p {
    font-size: 1.2rem;
}

#main li {
    font-size: 1.5rem;
    font-family: 'Fanwood Text', serif;
}

#main blockquote {
    font-size: 0.85rem;
    border-left: 0;
    padding: 10px 20px 10px 25px;
}

.navbar-brand, .navbar-default>li>a, .navbar-nav>li>a {
  color: black !important;
  font-weight: bold;
  font-family: 'Overlock', serif;
}

#nav {
 background-color: #ff7134;
 border-bottom: 1px dotted #fef;
}

#foutre p {
    font-size: 0.8rem;
}    

#foutre {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 30px;
 color: #ccc;
}

img.logo {
 height: 25px;
 background-color: #fff;
 margin-top: 5px;
 margin-right: 10px;
 float: left;
 border: 1px solid #000;
}

img.book-cover {
 max-height: 428px;
 margin-bottom: 46px;
}

div.buy {
    text-align: center;
    max-width: 400px;
    padding-bottom: 16px;
    margin-bottom: 13px;
    border: 1px dotted #222;
	
}

div.buy a {
    font-size: 1.6em;
    font-variant: small-caps;
}    

div.buy h3 {
    font-size: 25px;
    font-variant: small-caps;
    margin: 6px 0px;
    padding-bottom: 8px;
}

img.catalog-thumb {
    max-width: 80px;
}

h3.catalog {
    text-align: left;
    padding-left: 12px;
}

pre.poem {
    background-color: #fff;
    border: 0px;
    font-size: 1.3em;
    font-family: monospace; 
}

#books-with-pictures {
    margin-top: -20px;
    padding: 0 0 8px 0;
    max-width: 780px; //85%;
    border-bottom: 1px dotted #eee;
    max-height: 155px;
    overflow-y: hidden;
}


div.author_photo {
    margin-bottom: 10ex;
}

div.author-tile {
    margin-left: 30px;
    //max-width: 400px;
    max-height: 400px;
    margin-right: 20ex;
    margin-top: 1ex;
    padding-bottom: 10px;
    //border: 1px solid black;
}

div.author-tile img {
    max-height: 250px;
    max-width: 250px;
}

h2.author-label {
    margin-top: 12em;
}    
  
.card-columns {
    column-count: 4;
  @include media-breakpoint-only(md) {
    column-count: 4;
  }	
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}


.book-metadata {
    padding-left: 1em;
    padding-top: 1em;
    font-size: 0.866rem;
    text-color: #ccc;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}    

.nav-item-divider {
    min-width: 10px;
}


#featured_book_carousel {
    padding: 1em;
    border-color:gainsboro;
    border-width: 2px;
    background-color: antiquewhite;
}

.featured-book-caption {
    font-family: 'Fanwood Text', serif;
    font-weight: 600;
    vertical-align: bottom;
    padding-top: 4rem;
}

#main .featured-book-caption p {
    font-size: 1rem;
    text-align: left;
}

.carousel-inner {
    max-height: 400px;
}

#author-section {
    padding-top: 10px;
}

.newsitem {
    margin-bottom: 10px;
}