.content {
  background-image: url('../img/pictures/backgrounds/background_1.png');
  background-size: contain;
  text-align: center;
}

.content h2 {
  font-size: 2rem;
  padding-top: 2rem;
  color: #3B3B39;
}

.content span {
  font-size: 3rem;
  text-decoration: underline;
  text-decoration-color:  #FDA14E;
  padding-right: 1rem;
  color: #353534;
}

.content h3 {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color:  #3B3B39;
}

.content p {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  color: #353534;
}

.intro_img {
  background-color: white;
  position: relative;
  text-align: center;
}

.img_slide {
  width: 100%;
  height: auto;
}

.book_intro_container {
  display: inline-block;
  margin-bottom: 5rem;
}

.centered_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.under_text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

#my_text {
  font-weight: lighter;
  font-size: 5rem;
  color: #FDA14E;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

#my_text_2 {
  font-weight: lighter;
  font-size: 3rem;
  color: #F5E67F;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.mobile_container {
  display: none;
}

@media only screen and (max-width: 850px) {

  .intro_img {
    display: none;
  }

  .mobile_container {
    display: block;
    overflow: hidden;
    height: 20rem;
    padding-top: 3rem;
  }

  .mobile_container img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

}
