.home-page-content {
    padding: 0;
    margin: 0;
}

.home-page-content-seperator {
  height: 25px;
}

.img_fixed {
  position: fixed;
  width: 33vw;
  height: 100vh;
  transform: perspective(0px);
  margin-top: -200px;
}


.img_fixed_container {
  width: 33vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 300px, 200px, 0);
  opacity: 0.5;
  margin-top: -800px;
}

.push-down{
  position: relative;
  overflow: hidden;
  background-image: url("../img/trees_dark.png");
  background-position: center;
  background-attachment: fixed;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.img-container {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	opacity: 0.7;
	z-index: 4;
  pointer-events: none;
}

.test-img {
  width: 100%;
  position: fixed;
  transform: perspective(0px);
  margin-top: -1300px;
  /* added */
  left: 0;
  right: 0;
}

.shade-overlay-test {
	position: relative;
	z-index: 3;
	width: 100%;
	background-image: url("../img/wood-slats.jpg");
  background-position: center;
  background-size: cover;
}

.no-shadows {
	position:relative;
	color: white;
	background-color: green;
	z-index: 5;
	height: 600px;
}

.author-portrait {
  max-height: 250px;
  max-width: 250px;
  border-radius: 50%;
  border: 4px solid #393939;
}

.author-signature {
  min-width: 250px;
}

.title-content {
    height: 100%;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    margin: 40px;
    display: flex;
    align-items: space-between;
    justify-content: center;
}

.title-firstname {
    font-size: 60px;
    font-family: Courier, monospace;
}

.title-lastname {
    font-size: 60px;
    font-family: 'La Belle Aurore', cursive;
}

.title-description {
    font-size: 36px;
    color: #e7e7e7;
}

.card-img-top {
  max-height: 200px;
}

.featured-book-image-wrapper {
  width: 50%;
}

.gold-left {
  border-left: 5px solid #FFE868;
}

.gold-right{
  border-right: 5px solid #FFE868;
}

.featured-book-blurb {
  width: 50%;
}

.featured-book-image {
  max-height: 300px;
}

.book-section-background {
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; 
  overflow: hidden;
}

.book-section-image{
  max-height: 700px;
}

#home-page-books{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.home-page-book-content{
  background-image: url("/img/kelpie_watercolor_full.jpg");
  background-size: 100%;
}*/

.background-mff{
  background-image: url("/img/kelpie_watercolor_full.jpg");
  background-size: 100%;
}

.background-mgg{
  background-image: url("/img/celtic_hill2.png");
  background-size: auto 100%;
}

.background-fbb {
  background-color: #1e1e20;
}

@media screen and (max-width: 1200px) {
  .book-section-image{
    max-height: 550px;
  }
}

@media screen and (max-width: 768px) {
  .title-content {
    margin: 0px;
  }

  .home-page-book-content {
    align-items: center;
  }

  .featured-book-image-wrapper {
    border-right: 0px;
    border-bottom: 5px solid #FFE868;
    width: 100%;
    text-align: center;
  }

  .featured-book-blurb {
    width: 100%;
  }
}