html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #ff9027;
  font-family: 'ff-good-headline-web-pro', sans-serif;
  line-height: 1.2;
}

body {
  border-top: solid 40px #ff9027;
  font-family: "baloo-2", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #514137;
}

.header-container {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  color: #66584f;
}

.slogan {
  margin-top: 2px;
  color: #000;
}

#fullPageCarousel:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 100%;
  background: url(/splash/whiteFade.png) no-repeat bottom center;
  background-size: contain;
}

h1 {

  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}

h2 a {
  color: #ff9027;
}

h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #ff9027;
  color: white;
  text-align: center;
  z-index: 12;
  font-size: .9rem;
  min-height: 20px;
}

.footer a {
  color: #00468b !important;
}

#fullPageCarousel {
  width: 100%;
}

@media (min-width: 768px) {
  .header-container {
    top: -10px;
  }

  .slogan {
    margin-top: 55px;
  }

}

@media (min-width: 922px) {
  .header-container {
    top: -30px;
  }
  .slogan {
    margin-top: 80px;
    font-size: 1.2rem;
  }

}

.panel-column {
  padding-top: 100px;
}

.book-panel {
  border-radius: 2rem;
  padding: 2.5rem 1.75rem 2rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .08);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.book-cover {
  margin-top: -120px;
  max-width: 240px;
}

.panel-orange {
  background: #f7931d;
  color: #000;
}

.panel-blue {
  background: #64cdf4;
  color: #000;
}

.panel-purple {
  background: #ab80b9;
  color: #000;
}


h2.book-title {
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.order-button {
  display: flex;
  align-self: center;
  justify-content: end;
  align-items: end;
  margin-top: auto;
}

.btn-buy {
  border-radius: 999px;
  padding: .5rem 3rem;
  font-weight: 800;
  background: #fae36a;
  border: none;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12);
}

.btn-buy:hover {
  filter: brightness(.95);
}