/* // BASICS // */
html {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #4C4C4C;
}

body {
  margin: 0;
  padding: 0;
}

.text-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

p{
  font-size: 150%;
}

@media all and (max-width: 579px){
  .text-width {
    padding-left: 1%;
    padding-right: 1%;
  }

  p, li{
    font-size: 120%;
  }

  .small{
    font-size: 90%;
  }
}

@media all and (min-width: 580px){
  .text-width {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  p{
    font-size: 100%;
  }

  .small{
    font-size: 70%;
  }
}

h1, h2{
  color: #34495E;
  padding: 0;
  margin-bottom: 0;
}

h1{
  font-size: 240%;
  font-weight: lighter;
}

h2{
  font-size: 170%;
  margin-top: 5%;
}

h3{
  color: #435E7A;
  font-size: 150%;
  font-weight: lighter;
  margin-top: 3%;
}

a:link{
  color: #34495E;
  font-weight: bold;
  text-decoration: none;
}

a:link:hover {
  color: #829EBA;
  font-weight: bold;
  text-decoration: underline;
}

li{
  list-style: square;
  padding-bottom: 1%;
}

ul{
  padding-left: 18px;
  padding-bottom: 0;
}
/* // IMAGE HANDLING // */

figure{
  margin: 0;
}

.book-microdata {
  padding-bottom: 2%;
}

.cover-image{
  width: 100%;
}

.book-page-cover {
  max-width: 30%;
  height: auto;
  padding: 2px;
}

.thin-border {
  border: 1px;
  border-style: solid;
  border-color: silver;
}

.float-right {
  margin-left: 10px;
  margin-bottom: 5px;
  float: right;
}

.float-left {
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.no-border {
  border: 0;
  border-style: none;
  border-color: transparent;
}
/* //PAGE HEADER// */

#page-header a:link, #page-header a:link:hover{
  text-decoration: none;
  font-weight: lighter;
}

@media all and (max-width: 579px){
  .tag-line{
    font-size: 2.65vw;
  }
}

@media all and (min-width: 580px){
  .tag-line{
    font-size: 120%;
  }
}

.header-logo-image{
  width: 100%;
}

.tag-line-background{
  color: #FFFFFF;
  background-color: #34495E;
  border-radius: 5px;
  padding: 10px;
}

/* // SOCIAL SHARE BUTTONS // */

.social-share-buttons{
  min-height: 44px;
}

#social-share-buttons .share-buttons{
  color: white;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 15px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 55px;
}

#social-share-buttons .fab,#social-share-buttons .far{
  color: white;
  padding-right: 12px;
}

.share-fb{
  background-color: #3b5998;
}

.share-fb:hover{
  background-color: #24355C;
}

.share-t{
  background-color: #55acee;
}

.share-t:hover{
  background-color: #2092E9;
}

.share-m{
  background-color: silver;
}

.share-m:hover{
  background-color: #8F8F8F;
}

/* //BOOK TILES// */

.tile-container{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.book-tile{
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1%;
  margin-bottom: 3%;
}

@media all and (min-width: 500px){
  .book-tile{
    width: 31%;
  }
}

@media all and (max-width: 499px){
  .book-tile{
    width: 48%;
  }
}

.linked-tile, a.linked-tile:hover{
  text-decoration: none;
}

.book-tile:hover{
  background-color: #D6D6D6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

.book-tile-cover-container{
  width: 100%;
}

.book-tile-cover-image{
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-top: 2%;
}

.book-tile-title{
  color: #34495E;
  text-align: center;
  padding-top: 3%;
  font-weight: normal !important;
}
/* // VIDEO // */

.prevnext{
  text-align: center;
  padding-top: 1%;
  padding-bottom: 2%;
}

.video-menu-background {
  background-color: white;
  padding: 0.75%;
  border-radius: 10px;
}

.video-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.video-bg-color{
  background-color: #34495E;
}
/* //PAGE FOOTER// */

#footer{
  margin-top: 1%;
}

#footer .foot-menu-text, #footer a:link, #footer a:visited{
  color: white;
  font-size: 110%;
  font-weight: normal;
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding: 0 0 5% 0;
}

#footer a:link:hover{
  text-decoration: underline;
  color: #829EBA;
}

.foot-wide{
  background-color: #34495E;
}

.foot-narrow-image{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-image{
  padding-top: 2%;
  width: 100%;
}
/* // SOCIAL ICONS // */

.social-buttons-container {
  display: table;
  margin: 0 auto 0 auto;
  padding: 2% 0 2% 0;
}

.fa{
  color: #435E7A;
}

.fa:hover{
  color: white;
}

.social-icons{
  letter-spacing: 5px;
}